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

Proposed by Elfy
Status: Merged
Merged at revision: 184
Proposed branch: lp:~elfy/ubuntu-manual-tests/UserSettings
Merge into: lp:ubuntu-manual-tests
Diff against target: 87 lines (+83/-0)
1 file modified
testcases/packages/UserSettings (+83/-0)
To merge this branch: bzr merge lp:~elfy/ubuntu-manual-tests/UserSettings
Reviewer Review Type Date Requested Status
Jackson Doak (community) Approve
Review via email: mp+177292@code.launchpad.net

Description of the change

First push of testcase

To post a comment you must log in.
Revision history for this message
Jackson Doak (noskcaj) wrote :

Three spelling errors, i fixed them. Merged

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'testcases/packages/UserSettings'
2--- testcases/packages/UserSettings 1970-01-01 00:00:00 +0000
3+++ testcases/packages/UserSettings 2013-07-28 21:02:30 +0000
4@@ -0,0 +1,83 @@
5+Test case name:Users Settings
6+
7+This test will check that Users Settings will open and close correctly
8+<dl>
9+ <dt>Select Users and Groups from Settings</dt>
10+ <dd>Users Settings opens at User screen</dd>
11+ <dt>Press Close</dt>
12+ <dd>Dialogue closes</dd>
13+</dl>
14+
15+This test will check that users can be added, password being generated - logout and login will be required for this test
16+<dl>
17+ <dt>Open Users Settings, press Add</dt>
18+ <dd>Authenticate dialogue opens</dd>
19+ <dt>Enter password and press Autenticate</dt>
20+ <dd>Create New User dialogue opens</dd>
21+ <dt>Supply a Name and Username</dt>
22+ <dd>OK button becomes available</dd>
23+ <dt>Press OK</dt>
24+ <dd>New User dialogue closes</dd>
25+ <dd>Change User Password dialogue opens</dd>
26+ <dt>Select Generate random password</dt>
27+ <dd>Random password generated</dd>
28+ <dt>Press OK</dt>
29+ <dd>Dialogue closes</dd>
30+ <dd>User is created and shows in user list</dd>
31+</dl>
32+
33+This test will check that Users settings can be amended
34+<dl>
35+ <dt>Select new user and press Change next to user name in right of panel</dt>
36+ <dd>Change User Name dialogue opens</dd>
37+ <dt>Change user name and press OK</dt>
38+ <dd>Dialogues reflect user name change</dd>
39+ <dt>Press change next to account type</dt>
40+ <dd>Change User Type dialogue opens</dd>
41+ <dt>Change user to Adminstrator and press OK</dt>
42+ <dd>Authenticate dialogue opens</dd>
43+ <dt>Supply your password</dt>
44+ <dd>Authenticate dialogue closes, User type dialogue closes, Account type reflects change</dd>
45+ <dt>Select change next to Password</dt>
46+ <dd>Password dialogue opens</dd>
47+ <dt>Change password manually and supply confirmation, press OK</dt>
48+ <dd>Password dialogue closes</dd>
49+ <dt>Click Advanced Settings, supply password if required</dt>
50+ <dd>Change Advanced User setting dialogude opens at Contact Information tab</dd>
51+ <dt>Select User Privileges tab</dt>
52+ <dd>Dialogue changes</dd>
53+ <dt>Change a privilege</dt>
54+ <dd>Tick either appears in box or disappears - depending on what was changed</dd>
55+ <dt>Press OK</dt>
56+ <dd>Dialogues closes</dd>
57+ <dt>Click Manage groups</dt>
58+ <dd>Groups settings dialogue opens</dd>
59+ <dt>Select a group and press Properties</dt>
60+ <dd>Group properties dialogue opens</dd>
61+ <dt>Change permission for <b>test account only</b></dt>
62+ <dd>Permission for property changes</dd>
63+ <dt>Supply password as required</dt>
64+ <dd>Dialogue closes</dd>
65+ <dt>Press close in groups settings</dt>
66+ <dd>Dialogue closes</dd>
67+</dl>
68+
69+This test will check that Users can be deleted
70+<dl>
71+ <dt>Select <b>test user previously created</b></dt>
72+ <dt>Press Delete</dt>
73+ <dd>Remove home folder for test user shows</dd>
74+ <dt>Select Delete Files</dt>
75+ <dd>Dialogue closes, test user removed from list</dd>
76+</dl>
77+
78+This test will check that Help opens correctly
79+<dl>
80+ <dt>Press Help</dt>
81+ <dd>User Administration Tool Manual opens</dd>
82+ <dt>Press X in top right</dt>
83+ <dd>Manual closes</dd>
84+</dl>
85+
86+<strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result.
87+ 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