how can write testcase for admin role? can u tel me detail
Admin role in which product/application? Usually, Admin role has all the access in the application and other roles will have some limitations and need to get permission set from admin if that user needs extra feature to access.
So for your question, we need to prepare test cases for admin whether he can access with all the features available in the application like,
1. Admin has ability to add permission set to all roles of users.
2. ability to delete the data permanently.
3. ability to make changes in Settings (pls mention specifically according to your app settings).
3. Ability to view others profile data.
4. Ability to enable/disable, edit and delete access for features in the application.
From the above, you can also prepare with more specific according to your application features.
| Is This Answer Correct ? | 0 Yes | 0 No |
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
What is the logic testing?
How to test a stored procedure?
What is the correct answer of basic types of test cases ?
Explain the gray box testing?
How about do we go as far as writing test cases is considered?
write test cases for flipkart.
Hi, I am doing project related to Online order Booking. In this project different products will be there. The user can order the product to different location by giving different shipping Addresses. By selection of Address shipping price will be calculate. My Question: Now the shipping related part they are integrating with UPS(www.ups.com) Depending on the From Zip code, To Zip cobe and Quantity weight the shipping price will be calculated. I want test scenarios to test the shipping part. I think ASAP u will help me. My mail id srinivasukona@gmail.com
if account balance less than 5000 for a month ,account should become in active. if bal greater than 5000 account should b active. Write test cases for the above scenario
how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987
Write the functional,system test case for a electric bulb which have two electric switches.
how to prepare unit test scripts for accrued interest calculation.