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

Proposed by Elfy
Status: Merged
Approved by: Dan Chapman 
Approved revision: 271
Merged at revision: 271
Proposed branch: lp:~elfy/ubuntu-manual-tests/1280608
Merge into: lp:ubuntu-manual-tests
Diff against target: 57 lines (+53/-0)
1 file modified
testcases/packages/whiskermenu (+53/-0)
To merge this branch: bzr merge lp:~elfy/ubuntu-manual-tests/1280608
Reviewer Review Type Date Requested Status
Dan Chapman  (community) Approve
Review via email: mp+206586@code.launchpad.net

Description of the change

New testcase to cover whiskermenu

To post a comment you must log in.
Revision history for this message
Dan Chapman  (dpniel) wrote :

Looks good to me.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'testcases/packages/whiskermenu'
2--- testcases/packages/whiskermenu 1970-01-01 00:00:00 +0000
3+++ testcases/packages/whiskermenu 2014-02-15 17:09:17 +0000
4@@ -0,0 +1,53 @@
5+This test will check that applications launch correctly from the menu
6+
7+<dl>
8+ <dt>Select Archive Manager from Accessories menu and click</dt>
9+ <dd>Archive Manager opens</dd>
10+ <dt>In search box type <em>ter</em></dt>
11+ <dd>Terminal Emulator appears in dialogue</dd>
12+ <dt>Click Terminal Emulator</dt>
13+ <dd>Terminal Emulator opens</dd>
14+</dl>
15+
16+This test will check that Favourites can be added/removed and that Recently Used is populated
17+
18+<dl>
19+ <dt>Hightlight any application from the menu, right click and <em>Add to Favourites</em></dt>
20+ <dt>Select Favourites in menu</dt>
21+ <dd>Chosen application appears in Favourites</dd>
22+ <dt>In Favourites, right click and <em>Remove From Favourites</em></dt>
23+ <dd>Chosen application is removed from favourites</dd>
24+ <dt>Select Recently Used</dt>
25+ <dd>Recently Used applications appear in menu</dd>
26+</dl>
27+
28+This test will check that applications can be pinned to Desktop and Panel from whiskermenu
29+
30+<dl>
31+ <dt>Select any application, right click and <em>Add to Desktop</em></dt>
32+ <dd>Selected application appears on Desktop</dd>
33+ <dt>Select any application, right click and <em>Add to Panel</em></dt>
34+ <dd>Selected application appears on Panel</dd>
35+</dl>
36+
37+This test will check that Favourites menu can be sorted alphabetically
38+
39+<dl>
40+ <dt>Select and add a number of applications from the menu to Favourites</dt>
41+ <dd>New applications appear in Favourites menu</dd>
42+ <dt>Right click on any application and <em>Sort Alphabetically A-Z</em></dt>
43+ <dd>Order of applications is sorted A-Z</dd>
44+ <dt>Right click on any application and <em>Sort Alphabetically Z-A</em></dt>
45+ <dd>Order of applications is sorted Z-A</dd>
46+</dl>
47+
48+This test will check that Recently Used list can be cleared
49+
50+<dl>
51+ <dt>Select Recently Used menu, right click on any application and <em>Clear Recently Used</em></dt>
52+ <dd>Recently Used menu is cleared</dd>
53+</dl>
54+
55+
56+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
57+ 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