In my Projects there are permissions for users.
According to permissions assigned to user, he can use the
application.
So Shall I write test cases for each & every permissions?
There are 170 permissions for each & every functionality.
Please guide me properly.

Answers were Sorted based on User's Feedback



In my Projects there are permissions for users. According to permissions assigned to user, he can u..

Answer / nushar

Yes, you need to write test cases for each and every
permission. I think there should be multiple test cases for
each user to further see if by logging in with a particular
User ID, User is able to do the required functions on the
application.

For Example: If user id has read only/ view only
permissions than user should not be able to do any
modifications.

If user has admin permissions than he can do
X,Y,Z....modifications...Thus, for admin user there will be
multiple test cases...

Is This Answer Correct ?    1 Yes 0 No

In my Projects there are permissions for users. According to permissions assigned to user, he can u..

Answer / anjani d

No,you need not to write test cases for each and every
permission.According to me Single Test case refer to 170
permissions. But depend upon the type of USER.
Example: For Admin User need to write 6 Test Case that under
cones in multiple user also that is created by admin .
For Normal User only 4 Test Case.

Is This Answer Correct ?    1 Yes 1 No

In my Projects there are permissions for users. According to permissions assigned to user, he can u..

Answer / nupur

Test Cases can be clubbed as Anjali is saying but then you
will have a very long script.Imagine running 1 test case
for 5 days and if I user fail than entire TC is failed nad
you would need to reexcute the entire TC. I think this will
be too much of an overhead.

Is This Answer Correct ?    0 Yes 0 No

In my Projects there are permissions for users. According to permissions assigned to user, he can u..

Answer / bablu

First of all you have to have the clear requirements that
those 170 permissions will be used by how many users, like:

user1, user2, user3, user4 etc...
Then based on the users you have to categorize the
permissions, that login as user1 who has permission1,
permission2, etc and verify so and so, etc... by this way
you can reduce the number of test cases by writing each
test cases for each permissions i.e. (170 permissions).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven

0 Answers  


what is traceability matrix? when we are using this traceability matrix in ur project?

5 Answers   AZTEC,


Give Proper Example for following situations 1. Sevirity 'Low' Priority 'Urgent' 2. Sevirity 'Urgent' Priority 'Low' 3. Sevirity 'Urgent' Priority 'Urgent' ? Also explain what is sevirity & Priority if A Printer suppose to print out 1000 Print outs for 1 refill of cartage But actually it is taking 1100?

4 Answers  


How to test a web service manually?

1 Answers  


Hello, what will be the example for Regression Testing?? Thanks, Gaurav.

7 Answers  






What are the testing processes after getting SRS to tester?

2 Answers  


Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif

2 Answers  


Can you explain the different methodology for execution and design process in SIX sigma?

0 Answers  


how to reduce bugs in e-learning projects? for reducing bugs which type of SDLC we have to use

0 Answers   eMantras,


What is application server and what is web server?

1 Answers   AZTEC,


is Business requirment doc is configurations item or not how you control configurations control

1 Answers  


Who should you hire in a testing group and why?

1 Answers  


Categories