Merge lp:~sergiomeneses/ubuntu-manual-tests/new_step2 into lp:ubuntu-manual-tests

Proposed by Sergio Meneses
Status: Merged
Approved by: Nicholas Skaggs
Approved revision: 12
Merge reported by: Nicholas Skaggs
Merged at revision: not available
Proposed branch: lp:~sergiomeneses/ubuntu-manual-tests/new_step2
Merge into: lp:ubuntu-manual-tests
Diff against target: 407 lines (+201/-201)
1 file modified
testcases/packages/1424_Nautilus Tests (+201/-201)
To merge this branch: bzr merge lp:~sergiomeneses/ubuntu-manual-tests/new_step2
Reviewer Review Type Date Requested Status
Nicholas Skaggs (community) Approve
Phill Whiteside Pending
Review via email: mp+149362@code.launchpad.net

Description of the change

Hi guys!

Im working with this test-case right now and I have a little concern, when I was running it, I see the step2 might be not too clear. The test-case is:

        Test-case name: nautilus/TC-NFM-001

I have modified:

      Type touch "$HOME/Document.txt"

to:
     <dt> Type FIELD=`cat ~/.config/user-dirs.dirs | grep XDG_TEMPLATES_DIR |sed 's/XDG_TEMPLATES_DIR=\"\(.*\)\"/\1/'` && eval "touch $FIELD/Empty Document.txt"</dt>

Why have I changed it? because, if you use the instructions strictly you get the following error: "the folder Templates doesn't exist" ... if you are using a different language like Spanish, you can see a snapshot of this issue here:

http://people.ubuntu.com/~sergiomeneses/share/testcaseerror.png

This is a code line more standard for us, from my point of view. I have probed it using English and Spanish, everything work!

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

Sergio, whew, so weird on the diff, but we got it merged ;-) This is a workaround for now for the nautilus template bug, and to make sure it stays compatible with multiple languages

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'testcases/packages/1424_Nautilus Tests'
2--- testcases/packages/1424_Nautilus Tests 2013-02-16 16:53:56 +0000
3+++ testcases/packages/1424_Nautilus Tests 2013-02-19 18:28:26 +0000
4@@ -1,202 +1,202 @@
5 Test-case name: nautilus/TC-NFM-001
6-<dl>
7- This test will check that user can create files in Nautilus
8- <dt> Look for Terminal and launch it</dt>
9- <dd>Terminal is opened</dd>
10- <dt> Type touch "$HOME/Templates/Empty Document.txt"</dt>
11- <dd>Terminal returns the prompt</dd>
12- <dt> Look for Nautilus and launch it</dt>
13- <dd>Nautilus is opened, Home is selected</dd>
14- <dt> In Home folder right click on a blank section and select New Document, Empty Document. Name the resulting file 'moveme.txt'</dt>
15- <dd>Empty document moveme.txt is created</dd>
16- <dd>Was the empty document moveme.txt created?</dd>
17-</dl>
18-Test-case name: nautilus/TC-NFM-002
19-<dl>
20- depends: nautilus/TC-NFM-001
21- This test will check that user can create folders in Nautilus
22- <dt> In Home Folder right click on a blank section and select 'Create New Folder'.</dt>
23- <dd>A folder named 'Untitled Folder' appears in the directory</dd>
24- <dt> Rename the folder to 'test'</dt>
25- <dd>Was the folders name changed to 'test'?</dd>
26-</dl>
27-Test-case name: nautilus/TC-NFM-003
28-<dl>
29- depends: nautilus/TC-NFM-002
30- This test will check that user can move files to folders.
31- <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
32- <dt> Drag moveme.txt and drop into the folder test.</dt>
33- <dd>Is the file moveme.txt now located in 'test' folder?</dd>
34-</dl>
35-Test-case name: nautilus/TC-NFM-004
36-<dl>
37- depends: nautilus/TC-NFM-003
38- This test will check that user can delete files and folders to Trash
39- <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
40- <dt> Right click on 'test' folder and select Move to Trash</dt>
41- <dd>test folder is removed. Trash folder icon is changed to Not empty</dd>
42- <dt> Click the Trash Icon in the sidebar</dt>
43- <dd>Does the Trash show the 'test' folder inside of it?</dd>
44-</dl>
45-Test-case name: nautilus/TC-NFM-005
46-<dl>
47- depends: nautilus/TC-NFM-004
48- This test will check that user can recover delete files and folders from Trash
49- <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
50- <dt> Click the Trash Icon in the sidebar</dt>
51- <dd>test folder is showed.</dd>
52- <dt> Select 'test' folder and click 'Restore' in the top of the window</dt>
53- <dt> Click the Home Icon in the sidebar</dt>
54- <dd>The 'test' folder was recovered successfully?</dd>
55-</dl>
56-Test-case name: nautilus/TC-NFM-006
57-<dl>
58- depends: nautilus/TC-NFM-005
59- This test will check that the search functionality works
60- <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
61- <dt> Click the Search Icon in the top</dt>
62- <dt> Input 'test'</dt>
63- <dd>the 'test' folder was shown?</dd>
64-</dl>
65-Test-case name: nautilus/TC-NFM-007
66-<dl>
67- depends: nautilus/TC-NFM-005
68- This test will check the Recent functionality works
69- <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
70- <dt> Double click in the 'test' folder</dt>
71- <dt> Double click in the 'moveme.txt' file</dt>
72- <dd>A black file should be shown in the Editor</dd>
73- <dt> Close the Editor</dt>
74- <dd>'moveme.txt' should be selected</dd>
75- <dt> Click the Recent Icon in the sidebar</dt>
76- <dd>The 'moveme.txt' file is shown?</dd>
77-</dl>
78-Test-case name: nautilus/TC-NFM-008
79-<dl>
80- depends: nautilus/TC-NFM-007
81- This test will check the clean Recent functionality works
82- <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
83- <dt> Click the Recent Icon in the sidebar</dt>
84- <dd>The 'moveme.txt' file is shown</dd>
85- <dt> Select the file</dt>
86- <dt> Right click and select 'Delete'</dt>
87- <dd>Recent place should be empty</dd>
88- <dt> Click the Home Icon in the sidebar</dt>
89- <dt> Click the Recent Icon in the sidebar</dt>
90- <dd>Is the 'moveme.txt' file gone?</dd>
91-</dl>
92-Test-case name: nautilus/TC-NFM-009
93-<dl>
94- This test will check that the view modes works
95- <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
96- <dt> Click the List Icon in the top</dt>
97- <dd>Items should be shown in a list</dd>
98- <dt> Click the Grid Icon in the top</dt>
99- <dd>Items are shown in a grid view?</dd>
100-</dl>
101-Test-case name: nautilus/TC-NFM-010
102-<dl>
103- This test will check that user can connect to Samba shares and copy files from the share
104- <dt> Please ensure you have access to a samba share containing a file</dt>
105- <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
106- <dt> On a local network, press 'Browse Network' in Nautilus and later 'Windows Network'</dt>
107- <dd>Default Share Group should be shown</dd>
108- <dt> Press the Default Share Group and later 'DESKTOP'</dt>
109- <dd>Shared directories are shown</dd>
110- <dt> Select a document from the share, righ click on it and choose 'Copy', left click on the 'Documents' section, right click in a empty space and select 'Paste'</dt>
111- <dd>File is copied from shared folder to user computer</dd>
112- <dt> Open the copied document</dt>
113- <dd>Did the copied file is open correctly, with it's contents the same as in the file on the share?</dd>
114-</dl>
115-Test-case name: nautilus/TC-NFM-011
116-<dl>
117- This test will check that user can connect to the Samba share and copy files to the share
118- <dt> Please ensure you have access to a samba writable system</dt>
119- <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
120- <dt> Click the Home Icon in the sidebar and double click on 'Examples' and later on 'Ubuntu_Free_Culture_Showcase'</dt>
121- <dt> Select one file, right click on it and choose 'Copy'
122- <dt> On a local network, press 'Browse Network' in Nautilus and later 'Windows Network'</dt>
123- <dd>Default Share Group should be shown</dd>
124- <dt> Press the Default Share Group and later 'DESKTOP'</dt>
125- <dd>Shared directories are shown</dd>
126- <dt> Double click on a Shared directory, right click on a blank section an select 'Paste'</dt>
127- <dd>File is copied from the user computer to the shared folder</dd>
128- <dt> Open the copied document on the share</dt>
129- <dd>Did the copied file is open correctly, with it's contents the same as in the file on the share?</dd>
130-</dl>
131-Test-case name: nautilus/TC-NFM-012
132-<dl>
133- depends: nautilus/TC-NFM-005
134- This test will check that user can share documents to another system using Samba
135- <dt> Please ensure you have access to an Internet connection</dt>
136- <dt> Please ensure you have access to an extern samba system</dt>
137- <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
138- <dt> Right click on the 'test' folder and select 'Sharing Options'</dt>
139- <dd>A new window called 'Folder Sharing' is shown</dd>
140- <dt> Enable the 'Share this folder' option</dt>
141- <dd>A warning message is shown asking for installing the Sharing service</dd>
142- <dt> Select install service</dt>
143- <dd>A new window asking for installing additional software is shown</dd>
144- <dt> Select 'Install'</dt>
145- <dd>A window asking for authentication is shown</dd>
146- <dt> Input your password</dt>
147- <dt> Select 'Authenticate'</dt>
148- <dd>A new window will be shown 'Applying changes'</dd>
149- <dd>The new window will close itself and the previous window will take the focus</dd>
150- <dt> Enable the 'Guest access' option</dt>
151- <dt> Select 'Create Share'</dt>
152- <dt> From an extern Samba | Windows system go to shares</dt>
153- <dd>'test' folder is visible in the local network</dd>
154- <dt> Double click on 'test' folder, right click on 'moveme.txt' file and select 'copy'</dt>
155- <dt> Go to the local drive of the extern system and paste 'moveme.txt' there</dt>
156- <dd>is 'moveme.txt' pasted?</dd>
157- <dd>have the same content?</dd>
158-</dl>
159-Test-case name: nautilus/TC-NFM-013
160-<dl>
161- This test will check that a mounted USB drive appears in Nautilus
162- <dt> Please ensure you have a USB drive available and the system under test has available USB ports.</dt>
163- <dt> Insert the USB drive into the USB port of the system under test</dt>
164- <dd>A new window of Nautilus should be open with the contents of the USB</dd>
165- <dd>The 'Devices' section should show the USB drive that was just inserted.</dd>
166- <dt> Click on 'Documents' and then right back to the USB drive entry in 'Devices' section</dt>
167- <dd>Are the USB drive contents displayed?</dd>
168-</dl>
169-Test-case name: nautilus/TC-NFM-014
170-<dl>
171- This test will check that 'Open' dialog appears when plugging in a music device
172- <dt> Please ensure you have a USB drive available that contains music files and system under test has available USB ports. In addition it is assumed the Removable Media settings are unchanged from default, and will 'Ask what to do' for all media types when inserted.</dt>
173- <dt> Insert the player into the USB port of the system under tests and wait for new dialog to appear</dt>
174- <dd>'Open' dialog appears with 'Rhythmbox Music Player' application selected</dd>
175- <dt> Click OK button in the dialog box</dt>
176- <dd>Did Rhythmbox open with the Music Device displayed as a separate entry in the left panel tree?</dd>
177-</dl>
178-Test-case name: nautilus/TC-NFM-015
179-<dl>
180- This test will check that 'Open' dialog appears when inserting a DVD
181- <dt> Please ensure you have a Video DVD available and system under test has DVD drive. Also ensure you have installed dvd playback support in ubuntu (if needed for DRM DVD). In addition it is assumed the Removable Media settings are unchanged from default, and will 'Ask what to do' for all media types when inserted.</dt>
182- <dt> Insert the DVD into the DVD drive of the system under tests and wait for new dialog to appear</dt>
183- <dd>'Open' dialog appears with 'Movie Player (Totem)' application selected</dd>
184- <dt> Click OK button in the dialog box</dt>
185- <dd>Did DVD playback start in Totem?</dd>
186-</dl>
187-Test-case name: nautilus/TC-NFM-016
188-<dl>
189- This test will check that 'Open' dialog appears on inserting an Audio CD
190- <dt> Please ensure you have an Audio CD available and system under test has CD drive. It is assumed the Removable Media settings are unchanged from default, and will 'Ask what to do' for all media types when inserted.</dt>
191- <dt> Insert the Audio CD into the CD drive of the system under tests and wait for new dialog to appear</dt>
192- <dd>'Open' dialog appears with 'Rhythmbox Music Player' application selected</dd>
193- <dt> Click OK button in the dialog box</dt>
194- <dd>Did Rhythmbox open with the Audio CD displayed in left panel tree?</dd>
195-</dl>
196-Test-case name: nautilus/TC-NFM-017
197-<dl>
198- This test will check that 'Open' dialog appears on inserting a camera
199- <dt> Please ensure you have a camera available. It is assumed the Removable Media settings are unchanged from default, and will 'Ask what to do' for all media types when inserted.</dt>
200- <dt> Plug in the camera to the system under test and wait for new dialog to appear</dt>
201- <dd>'Open' dialog appears with 'Shotwell' application selected</dd>
202- <dt> Click OK button in the dialog box</dt>
203- <dd>Did Shotwell open with the camera displayed in left panel tree?</dd>
204-</dl>
205-<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
206-If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> 'failed' 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>
207+<dl>
208+ This test will check that user can create files in Nautilus
209+ <dt> Look for Terminal and launch it</dt>
210+ <dd>Terminal is opened</dd>
211+ <dt> Type FIELD=`cat ~/.config/user-dirs.dirs | grep XDG_TEMPLATES_DIR |sed 's/XDG_TEMPLATES_DIR=\"\(.*\)\"/\1/'` && eval "touch $FIELD/Empty Document.txt"</dt>
212+ <dd>Terminal returns the prompt</dd>
213+ <dt> Look for Nautilus and launch it</dt>
214+ <dd>Nautilus is opened, Home is selected</dd>
215+ <dt> In Home folder right click on a blank section and select New Document, Empty Document. Name the resulting file 'moveme.txt'</dt>
216+ <dd>Empty document moveme.txt is created</dd>
217+ <dd>Was the empty document moveme.txt created?</dd>
218+</dl>
219+Test-case name: nautilus/TC-NFM-002
220+<dl>
221+ depends: nautilus/TC-NFM-001
222+ This test will check that user can create folders in Nautilus
223+ <dt> In Home Folder right click on a blank section and select 'Create New Folder'.</dt>
224+ <dd>A folder named 'Untitled Folder' appears in the directory</dd>
225+ <dt> Rename the folder to 'test'</dt>
226+ <dd>Was the folders name changed to 'test'?</dd>
227+</dl>
228+Test-case name: nautilus/TC-NFM-003
229+<dl>
230+ depends: nautilus/TC-NFM-002
231+ This test will check that user can move files to folders.
232+ <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
233+ <dt> Drag moveme.txt and drop into the folder test.</dt>
234+ <dd>Is the file moveme.txt now located in 'test' folder?</dd>
235+</dl>
236+Test-case name: nautilus/TC-NFM-004
237+<dl>
238+ depends: nautilus/TC-NFM-003
239+ This test will check that user can delete files and folders to Trash
240+ <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
241+ <dt> Right click on 'test' folder and select Move to Trash</dt>
242+ <dd>test folder is removed. Trash folder icon is changed to Not empty</dd>
243+ <dt> Click the Trash Icon in the sidebar</dt>
244+ <dd>Does the Trash show the 'test' folder inside of it?</dd>
245+</dl>
246+Test-case name: nautilus/TC-NFM-005
247+<dl>
248+ depends: nautilus/TC-NFM-004
249+ This test will check that user can recover delete files and folders from Trash
250+ <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
251+ <dt> Click the Trash Icon in the sidebar</dt>
252+ <dd>test folder is showed.</dd>
253+ <dt> Select 'test' folder and click 'Restore' in the top of the window</dt>
254+ <dt> Click the Home Icon in the sidebar</dt>
255+ <dd>The 'test' folder was recovered successfully?</dd>
256+</dl>
257+Test-case name: nautilus/TC-NFM-006
258+<dl>
259+ depends: nautilus/TC-NFM-005
260+ This test will check that the search functionality works
261+ <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
262+ <dt> Click the Search Icon in the top</dt>
263+ <dt> Input 'test'</dt>
264+ <dd>the 'test' folder was shown?</dd>
265+</dl>
266+Test-case name: nautilus/TC-NFM-007
267+<dl>
268+ depends: nautilus/TC-NFM-005
269+ This test will check the Recent functionality works
270+ <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
271+ <dt> Double click in the 'test' folder</dt>
272+ <dt> Double click in the 'moveme.txt' file</dt>
273+ <dd>A black file should be shown in the Editor</dd>
274+ <dt> Close the Editor</dt>
275+ <dd>'moveme.txt' should be selected</dd>
276+ <dt> Click the Recent Icon in the sidebar</dt>
277+ <dd>The 'moveme.txt' file is shown?</dd>
278+</dl>
279+Test-case name: nautilus/TC-NFM-008
280+<dl>
281+ depends: nautilus/TC-NFM-007
282+ This test will check the clean Recent functionality works
283+ <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
284+ <dt> Click the Recent Icon in the sidebar</dt>
285+ <dd>The 'moveme.txt' file is shown</dd>
286+ <dt> Select the file</dt>
287+ <dt> Right click and select 'Delete'</dt>
288+ <dd>Recent place should be empty</dd>
289+ <dt> Click the Home Icon in the sidebar</dt>
290+ <dt> Click the Recent Icon in the sidebar</dt>
291+ <dd>Is the 'moveme.txt' file gone?</dd>
292+</dl>
293+Test-case name: nautilus/TC-NFM-009
294+<dl>
295+ This test will check that the view modes works
296+ <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
297+ <dt> Click the List Icon in the top</dt>
298+ <dd>Items should be shown in a list</dd>
299+ <dt> Click the Grid Icon in the top</dt>
300+ <dd>Items are shown in a grid view?</dd>
301+</dl>
302+Test-case name: nautilus/TC-NFM-010
303+<dl>
304+ This test will check that user can connect to Samba shares and copy files from the share
305+ <dt> Please ensure you have access to a samba share containing a file</dt>
306+ <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
307+ <dt> On a local network, press 'Browse Network' in Nautilus and later 'Windows Network'</dt>
308+ <dd>Default Share Group should be shown</dd>
309+ <dt> Press the Default Share Group and later 'DESKTOP'</dt>
310+ <dd>Shared directories are shown</dd>
311+ <dt> Select a document from the share, righ click on it and choose 'Copy', left click on the 'Documents' section, right click in a empty space and select 'Paste'</dt>
312+ <dd>File is copied from shared folder to user computer</dd>
313+ <dt> Open the copied document</dt>
314+ <dd>Did the copied file is open correctly, with it's contents the same as in the file on the share?</dd>
315+</dl>
316+Test-case name: nautilus/TC-NFM-011
317+<dl>
318+ This test will check that user can connect to the Samba share and copy files to the share
319+ <dt> Please ensure you have access to a samba writable system</dt>
320+ <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
321+ <dt> Click the Home Icon in the sidebar and double click on 'Examples' and later on 'Ubuntu_Free_Culture_Showcase'</dt>
322+ <dt> Select one file, right click on it and choose 'Copy'
323+ <dt> On a local network, press 'Browse Network' in Nautilus and later 'Windows Network'</dt>
324+ <dd>Default Share Group should be shown</dd>
325+ <dt> Press the Default Share Group and later 'DESKTOP'</dt>
326+ <dd>Shared directories are shown</dd>
327+ <dt> Double click on a Shared directory, right click on a blank section an select 'Paste'</dt>
328+ <dd>File is copied from the user computer to the shared folder</dd>
329+ <dt> Open the copied document on the share</dt>
330+ <dd>Did the copied file is open correctly, with it's contents the same as in the file on the share?</dd>
331+</dl>
332+Test-case name: nautilus/TC-NFM-012
333+<dl>
334+ depends: nautilus/TC-NFM-005
335+ This test will check that user can share documents to another system using Samba
336+ <dt> Please ensure you have access to an Internet connection</dt>
337+ <dt> Please ensure you have access to an extern samba system</dt>
338+ <dt> Please ensure the Nautilus window is running and the Nautilus window is focused</dt>
339+ <dt> Right click on the 'test' folder and select 'Sharing Options'</dt>
340+ <dd>A new window called 'Folder Sharing' is shown</dd>
341+ <dt> Enable the 'Share this folder' option</dt>
342+ <dd>A warning message is shown asking for installing the Sharing service</dd>
343+ <dt> Select install service</dt>
344+ <dd>A new window asking for installing additional software is shown</dd>
345+ <dt> Select 'Install'</dt>
346+ <dd>A window asking for authentication is shown</dd>
347+ <dt> Input your password</dt>
348+ <dt> Select 'Authenticate'</dt>
349+ <dd>A new window will be shown 'Applying changes'</dd>
350+ <dd>The new window will close itself and the previous window will take the focus</dd>
351+ <dt> Enable the 'Guest access' option</dt>
352+ <dt> Select 'Create Share'</dt>
353+ <dt> From an extern Samba | Windows system go to shares</dt>
354+ <dd>'test' folder is visible in the local network</dd>
355+ <dt> Double click on 'test' folder, right click on 'moveme.txt' file and select 'copy'</dt>
356+ <dt> Go to the local drive of the extern system and paste 'moveme.txt' there</dt>
357+ <dd>is 'moveme.txt' pasted?</dd>
358+ <dd>have the same content?</dd>
359+</dl>
360+Test-case name: nautilus/TC-NFM-013
361+<dl>
362+ This test will check that a mounted USB drive appears in Nautilus
363+ <dt> Please ensure you have a USB drive available and the system under test has available USB ports.</dt>
364+ <dt> Insert the USB drive into the USB port of the system under test</dt>
365+ <dd>A new window of Nautilus should be open with the contents of the USB</dd>
366+ <dd>The 'Devices' section should show the USB drive that was just inserted.</dd>
367+ <dt> Click on 'Documents' and then right back to the USB drive entry in 'Devices' section</dt>
368+ <dd>Are the USB drive contents displayed?</dd>
369+</dl>
370+Test-case name: nautilus/TC-NFM-014
371+<dl>
372+ This test will check that 'Open' dialog appears when plugging in a music device
373+ <dt> Please ensure you have a USB drive available that contains music files and system under test has available USB ports. In addition it is assumed the Removable Media settings are unchanged from default, and will 'Ask what to do' for all media types when inserted.</dt>
374+ <dt> Insert the player into the USB port of the system under tests and wait for new dialog to appear</dt>
375+ <dd>'Open' dialog appears with 'Rhythmbox Music Player' application selected</dd>
376+ <dt> Click OK button in the dialog box</dt>
377+ <dd>Did Rhythmbox open with the Music Device displayed as a separate entry in the left panel tree?</dd>
378+</dl>
379+Test-case name: nautilus/TC-NFM-015
380+<dl>
381+ This test will check that 'Open' dialog appears when inserting a DVD
382+ <dt> Please ensure you have a Video DVD available and system under test has DVD drive. Also ensure you have installed dvd playback support in ubuntu (if needed for DRM DVD). In addition it is assumed the Removable Media settings are unchanged from default, and will 'Ask what to do' for all media types when inserted.</dt>
383+ <dt> Insert the DVD into the DVD drive of the system under tests and wait for new dialog to appear</dt>
384+ <dd>'Open' dialog appears with 'Movie Player (Totem)' application selected</dd>
385+ <dt> Click OK button in the dialog box</dt>
386+ <dd>Did DVD playback start in Totem?</dd>
387+</dl>
388+Test-case name: nautilus/TC-NFM-016
389+<dl>
390+ This test will check that 'Open' dialog appears on inserting an Audio CD
391+ <dt> Please ensure you have an Audio CD available and system under test has CD drive. It is assumed the Removable Media settings are unchanged from default, and will 'Ask what to do' for all media types when inserted.</dt>
392+ <dt> Insert the Audio CD into the CD drive of the system under tests and wait for new dialog to appear</dt>
393+ <dd>'Open' dialog appears with 'Rhythmbox Music Player' application selected</dd>
394+ <dt> Click OK button in the dialog box</dt>
395+ <dd>Did Rhythmbox open with the Audio CD displayed in left panel tree?</dd>
396+</dl>
397+Test-case name: nautilus/TC-NFM-017
398+<dl>
399+ This test will check that 'Open' dialog appears on inserting a camera
400+ <dt> Please ensure you have a camera available. It is assumed the Removable Media settings are unchanged from default, and will 'Ask what to do' for all media types when inserted.</dt>
401+ <dt> Plug in the camera to the system under test and wait for new dialog to appear</dt>
402+ <dd>'Open' dialog appears with 'Shotwell' application selected</dd>
403+ <dt> Click OK button in the dialog box</dt>
404+ <dd>Did Shotwell open with the camera displayed in left panel tree?</dd>
405+</dl>
406+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
407+If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> 'failed' 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