how can write testcase for admin role? can u tel me detail

Answer Posted / arunv24

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?

918


How to write test cases for manual testing? What are the main syntex for writing test cases for Junit?

2501


User registration form so many details will be there to enter like Username,Phone No,Email id ect.how do we write test cases for that? in one textbox i have to write all the test cases and go to next textbox

1169


Can some body help to write possible test cases for a credit card at POS (point of sale)

2344


write the test cases for facility module

1229






Write all test cases for Bus Pass Renewal

1102


What is the state testing?

731


How to generate test cases for 'replace a string' method?

916


1 Tarot 1.1 Purpose - Tarot tool will duplicate the tarot-reading process for the user online. - Tarot is a craft that uses a deck of 78 cards to predict a user’s past, present and future. - The cards are picked by the user and arranged in a specific spread, which represents points in his past, present, and future; based on the meanings of the cards selected, interpretations are given. 1.2 Scope Only for registered user. 1.3 User Interface User Interface: 1. Question – This is only for user experience, and has no bearing on the formulae / process. Simple long text box. 2. Selection of field – radio button selection of 1 of 3 choices(Love, Career, Personal), which affects 1 of 3 card- meaning databases to be used. After selection, the unselected databases do not affect or interact with the system. 3. Spread Selection – radio button selection of 1 of 3 choices(Celtic Cross, Horse Shoe, Simple 3 Card). This determines the number of cards being picked and the specific spread database to be used. This also affects the specific report format being used, as well as the card- selection GUI. 4. Card Selection – based on the input 3, a specific layout is shown where the user needs to identify X number of cards (X also determined by input 3) which are then shown in the spread. Every card selection identifies the spread position constants (A, B, C, etc) with specific variable values (Card numbers) creating an array. Report format will display on a separate new page, in the following sequence – - Statement of question asked - Selection of field - Selection of spread - Detailed description of position data, positions identified as per spread selection - Card meaning as picked in field selection 1.4.5 Interfacing/Sourcing Details 1.4.5 Rules and Conditions - Data needs to be calculated for all fields, but only a maximum of 3 cards data should be shown in the free report. For the rest, a payment would be required. - Payment reports not in phase 1 - The report needs to be emailable (so functionality to convert to text file / html document should exist, which will then be emailed to the user’s email address).

2250


how to write a test procedure & test log for login system

2776


What is quick test professional and what test environment it supports?

711


Write a test case on online shopping website? (please tell me the format how to write in MS excel,if u have any sample than attach it.)

3913


Explain the concurrency testing?

680


Write test cases for 8+4?

765


Test a function that reads a file into memory, say ReadFileToMemory( FILE * pFile, BYTE * pMem, DWORD numBytes)

2713