In this section, we will discuss how to write test cases.
Just have look at the below image.
Suppose we want to write test cases of the fields mentioned in the above image i.e Login page. In the below image, test cases are written in a proper format. 1st row contains the "Pre-condition" or you can say prerequisite, it means a certain condition should be achieved before executing the test cases, so to test the login functionality the pre-condition is the user must be created or already signed-up his account.
In the below image, there are some test cases of the login page as per the above-mentioned image.
0 Comments