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