What can be the possible Test Cases for an Admin Control Panel
in a Web Application
Answers were Sorted based on User's Feedback
Answer / ranjana
fist off all check login for admin then change password in
control panel check posiblities , then check all links are
working & then check function as per each module
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / saroj
Am agree with Ranjana and also check the permission granded
by the admin to diffrent user.Create new user then grand
the permission and check whether it work properly not
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / zahid
There are so many thing can be in the admin side, basically
Add user, edit user, delete user. Reset password for all
the users. Permission granting is also set in the admin
side and it can be checked that the user should get access
to the granted permission.
| Is This Answer Correct ? | 4 Yes | 1 No |
Why we write test case?
what types of testing have u done in ur project?and expalin it detail?
what is the use of a tester.Even admin or developer others can do testing What is the main advantage of atester. why do testing team need testers.
What are the properties of a good requirement?
What is severiety and priority of the bug?how do they effect u to report the defect in the builds?
What is the need of testing? Give three reasons....
28 Answers AZTEC, GE, Persistent, TCS,
what is defect?
What is a Test Bed?
Explain 5 Test Matrics?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
how can client know that the bug which has been corrected
What is System Testing Phase? Which types of testing will be conducted in system testing phase?