Openbravo Issue Tracking System - QA
View Issue Details
0006949QATools - Testlinkpublic2009-01-16 13:532015-01-08 16:06
plujan 
psarobe 
normalminorhave not tried
closedout of date 
5
 
 
0006949: Update the Create Role test case
Current Create Role test case assigns the new Sales role to the current userA user. The problem is that this user already has the SampleClient Admin role, so the test case goal is not fully achieved. Change it to assign the role to a new user.
On the test case, first create a new user called userB, and do not assign any other role than Sales.
No tags attached.
blocks defect 0015080 closed elopio Update the automated Create Role test case 
Issue History
2009-01-16 13:53plujanNew Issue
2009-01-16 13:53plujanAssigned To => psarobe
2009-11-03 11:40arunkumarStatusnew => scheduled
2009-11-03 11:40arunkumarfix_in_branch => pi
2010-01-20 05:15sureshbabuNote Added: 0023588
2010-03-12 11:09psarobeStatusscheduled => resolved
2010-03-12 11:09psarobeResolutionopen => fixed
2010-04-14 17:39plujanStatusresolved => closed
2010-10-29 17:58elopioRelationship addedblocks 0015080
2010-11-02 04:56elopioNote Added: 0032344
2010-11-02 04:56elopioStatusclosed => new
2010-11-02 04:56elopioResolutionfixed => open
2015-01-08 16:06plujanStatusnew => closed
2015-01-08 16:06plujanResolutionopen => out of date

Notes
(0023588)
sureshbabu   
2010-01-20 05:15   
Test case id ID 994 :: Test Case [ADM0120] Create role, updated as per the request
(0032344)
elopio   
2010-11-02 04:56   
The documentation of the test case is now wrong.

The user that creates the role is SampleClientAdmin, and he assigns it to a newly created userB. Then, the final verification says that the role should be changed to Sales, but current logged user hasn't been assigned to that role.

Possible fixes:
- assign the role to SampleClientAdmin too.
- instead of verifying the permissions of the new role changing it through the user info link, logout and login with userB.

Which one would fully achieve the test case goal?