Here we shared possible Test cases for Administrator page. This will explain what can be the possible Test Cases for an Admin page in Web Application. This administrator test case consist of test case name, Precondition, steps / input condition, expected result. The prime objective of security testing is to find out how vulnerable a system may be and to determine whether its data and resources are protected from potential intruders.

The main objective of testing is to uncover a host of errors, systematically and with minimum effort and time. Starting formally, we can say, testing is a process of executing a program with the intent of finding error.

  • A successful test is one that uncovers an as yet undiscovered error.
  • A good test case is one that has a high probability of finding error, if it exists.
  • The tests are inadequate to detect possibly present errors.
  • The software more or less confirms to quality and reliable standards.

Test cases for Administrator

Serial No. Condition To be Tested Test Data Expected Output Remarks
1 If any field in the form is empty Value of form fields. Alert the user to enter all the fields and then proceed. SUCCESSFUL
2 If   Admin name contains other than character values Name Alert the user to enter only character values SUCCESSFUL
3 If login id less than  6 characters Login_id Alert the user to enter login id more than 6 characters SUCCESSFUL
4 If password less than 8 characters a_password Alert the user to enter password more than 8 characters SUCCESSFUL
5 If password and confirm password doesn’t matches A_password Alert the user enter correct password SUCCESSFUL
6 If the Email is not matching the original Format. Email_id Alerts the user to enter email in correct format SUCCESSFUL
7 If contact no field contains only numeric values Contact_no Alerts the user to enter numeric values SUCCESSFUL

DOWNLOAD Test cases for Administrator

🔥423 Views

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.