farwabatool292 / ST_A3

0 stars 0 forks source link

Unit Test #3 #6

Open HamnaArifeen123 opened 1 year ago

HamnaArifeen123 commented 1 year ago

Unit test case 2 verify that either we go on the Table page or not.

HamnaArifeen123 commented 1 year ago

step by step working of unit test for verifying that either user go on the Table page or not. 1: First I go to the Home page 2: Then I store the URL of the Home page that either website is opening or not 3: after clicking on the "Table" button o the navigation bar 4:User will redirect to the Table page 5: for the verification that either user is on right page I copy the URL of that page and compare it with the original URL 6: If it give TRUE then our test is run successful otherwise not