Merge lp:~elfy/ubuntu-manual-tests/1303_Live_Session into lp:ubuntu-manual-tests

Proposed by Elfy
Status: Merged
Merged at revision: 218
Proposed branch: lp:~elfy/ubuntu-manual-tests/1303_Live_Session
Merge into: lp:ubuntu-manual-tests
Diff against target: 99 lines (+45/-40)
3 files modified
testcases/image/1303_Live Session (+0/-40)
testcases/image/1303_Live_Session (+19/-0)
testcases/image/Live_Session_Persistence (+26/-0)
To merge this branch: bzr merge lp:~elfy/ubuntu-manual-tests/1303_Live_Session
Reviewer Review Type Date Requested Status
Nicholas Skaggs (community) Approve
Review via email: mp+180222@code.launchpad.net

Description of the change

Removed Startup Disk Creator

To post a comment you must log in.
Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

Thanks elfy -- testers will rejoice :-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== removed file 'testcases/image/1303_Live Session'
2--- testcases/image/1303_Live Session 2013-03-28 20:24:31 +0000
3+++ testcases/image/1303_Live Session 1970-01-01 00:00:00 +0000
4@@ -1,40 +0,0 @@
5-Test-case Live Session Start
6-<dl>
7- <dt>Boot up the iso using a CD/DVD or USB Key</dt>
8- <dd>FAMILY boot screen is displayed</dd>
9- <dt>When ubiquity starts select your language in the left column</dt>
10- <dd>Language is selected, all labels are changed to translated versions</dd>
11- <dt>Press "Try FAMILY" and wait for the Live session to start</dt>
12- <dd>The default desktop is displayed</dd>
13-</dl>
14-
15-Test-case Live Session Usage
16-<dl>
17- <dt>Use and execute the default applications found for the desktop enviroment being run</dt>
18- <dd>All applications should function without error</dd>
19-</dl>
20-
21-Test-case Live Session Persistence
22-<dl>
23- <dt>Create a partition (on a usb stick or regular disk/image) to be used for persistence</dt>
24- <dt>Launch Startup Disk Creator</dt>
25- <dt>Select the source disc image of the build you are testing</dt>
26- <dt>Select the USB disk to use and click "Erase" (all data will be removed)</dt>
27- <dd>Provide password if requested. Pausing at this point should not cause an error</dd>
28- <dt>Select the persistence option to have documents and settings "Stored in reserved extra space"</dt>
29- <dt>Use the slider bar to set up to 4GB for persistence</dt>
30- <dt>Create a bootable USB drive by clicking "Make Startup Disk"</dt>
31- <dd>Provide password if requested. Pausing at this point should not cause an error</dd>
32- <dt>You should see a dialog when it is finished "Installation is complete.</dt>
33- <dd>You may now restart your computer with this USB thumb drive inserted to boot Ubuntu</dd>
34- <dt>Start your machine with the install media in place</dt>
35- <dt>When ubiquity starts select your language in the left column</dt>
36- <dt>Press Try FAMILY</dt>
37- <dt>Browse around to a few websites in the default browser. Save a few as bookmarks</dt>
38- <dt>Create a new text or image file in your favorite editor and save it to you home directory</dt>
39- <dt>Restart live image back into a persistent session</dt>
40- <dd>Your files, browsing history, and bookmarks should all be there</dd>
41-</dl>
42-<strong>
43- If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
44- If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>
45
46=== added file 'testcases/image/1303_Live_Session'
47--- testcases/image/1303_Live_Session 1970-01-01 00:00:00 +0000
48+++ testcases/image/1303_Live_Session 2013-08-14 19:24:19 +0000
49@@ -0,0 +1,19 @@
50+Test-case Live Session Start
51+<dl>
52+ <dt>Boot up the iso using a CD/DVD or USB Key</dt>
53+ <dd>FAMILY boot screen is displayed</dd>
54+ <dt>When ubiquity starts select your language in the left column</dt>
55+ <dd>Language is selected, all labels are changed to translated versions</dd>
56+ <dt>Press "Try FAMILY" and wait for the Live session to start</dt>
57+ <dd>The default desktop is displayed</dd>
58+</dl>
59+
60+Test-case Live Session Usage
61+<dl>
62+ <dt>Use and execute the default applications found for the desktop enviroment being run</dt>
63+ <dd>All applications should function without error</dd>
64+</dl>
65+
66+<strong>
67+ If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
68+ If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>
69
70=== added file 'testcases/image/Live_Session_Persistence'
71--- testcases/image/Live_Session_Persistence 1970-01-01 00:00:00 +0000
72+++ testcases/image/Live_Session_Persistence 2013-08-14 19:24:19 +0000
73@@ -0,0 +1,26 @@
74+Test-case Live Session Persistence
75+
76+Running this testcase depends on a pass for testcase 1303_Live Session and can be run in conjuction with it for FAMILY shipping the application as a default package.
77+<dl>
78+ <dt>Create a partition (on a usb stick or regular disk/image) to be used for persistence</dt>
79+ <dt>Launch Startup Disk Creator</dt>
80+ <dt>Select the source disc image of the build you are testing</dt>
81+ <dt>Select the USB disk to use and click "Erase" (all data will be removed)</dt>
82+ <dd>Provide password if requested. Pausing at this point should not cause an error</dd>
83+ <dt>Select the persistence option to have documents and settings "Stored in reserved extra space"</dt>
84+ <dt>Use the slider bar to set up to 4GB for persistence</dt>
85+ <dt>Create a bootable USB drive by clicking "Make Startup Disk"</dt>
86+ <dd>Provide password if requested. Pausing at this point should not cause an error</dd>
87+ <dt>You should see a dialog when it is finished "Installation is complete.</dt>
88+ <dd>You may now restart your computer with this USB thumb drive inserted to boot Ubuntu</dd>
89+ <dt>Start your machine with the install media in place</dt>
90+ <dt>When ubiquity starts select your language in the left column</dt>
91+ <dt>Press Try FAMILY</dt>
92+ <dt>Browse around to a few websites in the default browser. Save a few as bookmarks</dt>
93+ <dt>Create a new text or image file in your favorite editor and save it to you home directory</dt>
94+ <dt>Restart live image back into a persistent session</dt>
95+ <dd>Your files, browsing history, and bookmarks should all be there</dd>
96+</dl>
97+<strong>
98+ If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
99+ If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> a 'failed' result and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result.</strong>

Subscribers

People subscribed via source and target branches