Merge lp:~elfy/ubuntu-manual-tests/thunar into lp:ubuntu-manual-tests

Proposed by Elfy
Status: Merged
Merged at revision: 139
Proposed branch: lp:~elfy/ubuntu-manual-tests/thunar
Merge into: lp:ubuntu-manual-tests
Diff against target: 162 lines (+158/-0)
1 file modified
testcases/packages/thunar (+158/-0)
To merge this branch: bzr merge lp:~elfy/ubuntu-manual-tests/thunar
Reviewer Review Type Date Requested Status
Nicholas Skaggs (community) Approve
Review via email: mp+170018@code.launchpad.net

Description of the change

Removed old branch - resubmitting

To post a comment you must log in.
lp:~elfy/ubuntu-manual-tests/thunar updated
119. By Elfy

syntax error

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

Excellent!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'testcases/packages/thunar'
--- testcases/packages/thunar 1970-01-01 00:00:00 +0000
+++ testcases/packages/thunar 2013-06-18 12:24:27 +0000
@@ -0,0 +1,158 @@
1Test-case name:Thunar
2
3This test will check that Thunar opens and closes as expected
4<dl>
5 <dt>Open Thunar from the menu</dt>
6 <dd>Thunar opens at /home/USER</dd>
7 <dt>Close Thunar with the X in the top left corner</dt>
8 <dd>Thunar closes with no error</dd>
9</dl>
10
11This test will check that a device, when plugged in, triggers a Device entry, mounts, unmounts and ejects correctly
12<dl>
13 <dt>Plug in a USB</dt>
14 <dd>A new Thunar window opens, Device appears in left pane within Devices section and selected</dd>
15 <dd>Main Thunar window shows expected contents and location selector shows path</dd>
16 <dt>Right click device in Device Pane</dt>
17 <dt>Select unmount from menu</dt>
18 <dd>Main Thunar window reverts to /home/USER</dd>
19 <dd>Device still available in Device pane</dd>
20 <dt>Right click device in Device Pane</dt>
21 <dt>Select Eject from menu</dt>
22 <dd>Device is removed from Device pane list</dd>
23</dl>
24
25These tests will check items in the File menu
26<dl>
27 <dt>This test requires the previous test to have run</dt>
28 <dt>Press Ctrl+T</dt>
29 <dd>A new tab showing /home/USER opens</dd>
30 <dt>Press Ctrl+N</dt>
31 <dd>A new Thunar window opens showing /home/USER</dd>
32 <dt>Press Shift+Ctrl+N</dt>
33 <dd>Create New Folder dialogue opens</dd>
34 <dt>Type Test and click Create</dt>
35 <dd>New folder is created and selected</dd>
36 <dt>From File Menu - select Create Document</dt>
37 <dd>Select Empty File</dd>
38 <dd>New Empty File dialogue opens</dd>
39 <dt>Type test in dialogue and click Create</dt>
40 <dd>File test is created and selected</dd>
41 <dt>Press Ctrl+O</dt>
42 <dd>Text Editor opens file named test</dd>
43 <dt>Close text editor with X in corner of window</dt>
44 <dd>Text editor closes</dd>
45 <dt>SelectFile -> Open With, select Abiword</dt>
46 <dd>Abiword opens with file named test</dd>
47 <dt>Close Abiword with X in corner of window</dt>
48 <dd>Abiword closes</dd>
49 <dt>SelectFile -> Send to Desktop (create link)</dt>
50 <dt>Select Desktop in Places pane in Thunar</dt>
51 <dd>Link to file test shows</dd>
52 <dt>Select USER in Places pane</dt>
53 <dd>Window shows contents of /home/USER</dd>
54 <dt>SelectFile -> Detach Tab</dt>
55 <dd>New instance of Thunar opens at /home/USER</dd>
56 <dt>Press Ctrl+W</dt>
57 <dd>Thunar closes, leaving original window open</dd>
58 <dt>Press Ctrl+Q</dt>
59 <dd>Thunar closes</dd>
60</dl>
61
62These Tests will check items in the Edit menu
63<dl>
64 <dt>This test requires that Thunar is open at /home/USER and previous test has been run</dt>
65 <dt>Select the test file previously created</dt>
66 <dt>Press Ctrl+X</dt>
67 <dt>Select Desktop from the Places sidebar</dt>
68 <dd>Thunar window changes to show Desktop contents</dd>
69 <dt>Press Ctrl+V</dt>
70 <dd>File Operation Progress and Confirm to replace files dialogue boxes appear</dd>
71 <dt>Click Replace in Confirm dialogue</dt>
72 <dd>Dialogues disappear, existing symbolic link on Desktop replaced by file test</dd>
73 <dt>Select test file on Desktop</dt>
74 <dt>Press Ctrl+C</dt>
75 <dt>Select USER from places sidebar</dt>
76 <dd>Thunar window shows contents of /home/USER</dd>
77 <dt>Focus mouse pointer in main window and press Ctrl+V</dt>
78 <dd>File test is copied to /home/USER</dd>
79 <dt>Select file test and go to Edit -> Move to Wastebasket and select</dt>
80 <dd>File test disappears from window</dd>
81 <dt>Select Desktop from Places sidebar</dt>
82 <dd>Contents of Desktop displayed</dd>
83 <dt>Select file test, from Edit menu - select Delete</dt>
84 <dd> Permanent Deletion warning appears</dd>
85 <dt>Select Delete button</dt>
86 <dd>Warning dialogue disappears and file test is deleted from Desktop</dd>
87 <dt>Select Wastebasket/Rubbish Bin from Places sidebar</dt>
88 <dd>Contents displayed - only one test is visible</dd>
89 <dt>Right Click on file test, select Restore</dt>
90 <dd>File test no longer shows in Rubbish Bin</dt>
91 <dt>Select USER from Places Sidebar</dt>
92 <dd>Contents of /home/USER displayed including file test</dd>
93 <dt>Select Edit -> Select All files</dt>
94 <dd>All files in window are highlighted</dd>
95 <dt>Select Edit -> Select by pattern</dt>
96 <dd>Select dialogue appears</dd>
97 <dt>Type test in box and press Select</dt>
98 <dd>Only file test is highlighted</dd>
99 <dt>Select file test, go to Edit -> Select Duplicate</dt>
100 <dd>New file copy of test appears in window</dd>
101 <dt>Select copy of test</dt>
102 <dt>Select Edit -> Rename and select</dt>
103 <dd>Rename dialogue box appears</dd>
104 <dt>Type tested in box and click Rename</dt>
105 <dd>File copy of test is renamed tested</dd>
106 <dt>SelectEdit -> Preferences and select</dt>
107 <dd>File Manager Preferences dialogue appears</dd>
108 <dt> Click Close</dt>
109 <dd>File Manager Preferences dialogue closes</dd>
110</dl>
111
112These tests will check items in the View Menu
113<dl>
114 <dt>Select View -> Location Selector, pick Toolbar Style</dt>
115 <dd>Location changes to show /path/to/home</dd>
116 <dt>Select View -> Sidepane - Tree</dt>
117 <dd>Sidepane changes to show Tree view</dd>
118 <dt>Select View -> Statusbar</dt>
119 <dd>Status bar is removed from bottom of Thunar</dd>
120 <dt>Reverse Statusbar test and then select Menubar</dt>
121 <dd>Status bar appears, menu bar disappears</dd>
122 <dt>Press Ctrl+M</dt>
123 <dd>Menu Bar reappears</dd>
124 <dt>Select View -> Show Hidden Files</dt>
125 <dd>Hidden files appear in main window</dd>
126 <dt>Press Ctrl+H</dt>
127 <dd>Hidden files removed from view</dd>
128 <dt>Select View -> Arrange Items - cycle through options</dt>
129 <dd>Ordered view changes as Arrange type is changed</dd>
130 <dt>Press Ctrl+1</dt>
131 <dd>View changes to Icons</dd>
132 <dt>Press Ctrl+2</dt>
133 <dd>View changes to detailed list, Configure Columns appears in View menu</dd>
134 <dt>Press Ctrl+3</dt>
135 <dd>View changes to Compact List</dd>
136</dl>
137
138These tests will check items in the Go and Help menus
139<dl>
140 <dt>Select Go -> Open Parent</dt>
141 <dd>View changes to /home/</dd>
142 <dt>Select Go -> Back</dt>
143 <dd>View changes to /home/USER</dd>
144 <dt>Select Go - Forwards</dt>
145 <dd>View changed to /home/</dd>
146 <dt>Select Go - Home</dt>
147 <dd>View changes to /home/USER</dd>
148 <dt>Cycle through Go -> Desktop, Rubbish Bin, Filesystem, Templates</dt>
149 <dd>View changes to selected locations</dd>
150 <dt>Select Help -> Contents</dt>
151 <dd>Read manual online dialogue opens</dd>
152 <dt>Select Read online</dt>
153 <dd>Dialogue closes, web browser opens at http://docs.xfce.org/xfce/thunar/start</dd>
154</dl>
155
156
157<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
158 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