Test Case – What should Test Case Contain?
What should a test case contain…
• Test Case contains the following
– Test Step#
– Test Description (Process to be followed, including inputs)
– Expected Results (Predicted output)
– Actual Results (Actual output)
– Status (Pass/Fail)
Sno# | Test Purpose | Test Procedures | Test Data | Expected Result | Actual Result | Pass /Fail |
1 | To Check the Google App functionality | Open a Browser | | Browser loads up | | |
| | Navigate to www.google.com | | Google App Loads up successfully | | |
| | On the Google Home page , verify that Google logo icon followed by Search Box, Google Search button exist | | On the Google page, Google Logo icon followed by Search Box , Google Search button exist | | |
| | Enter any Search String into the Search Box Ex: Search for “testing” | | Search Box should accept the user inputs | | |
| | Click on Google Search Button | | Search Results should be populated with respect to the search string. Ex: Since we search for testing word, testing related links should be appeared on page. | | |
| | | | | | |
2 | To check if user can login into Gmail | Navigate to www.gmail.com | | Gmail App loads up | | |
| | On the Gmail App , input UserName and Pwd and click on Sign In Button | | User should be logged into Gmail successfully | | |
| | If user does not have anaccount, Click on Register link to get an account | | Gmail Registration page loads up | | |
| | ….. | | …. | | |
0 comments:
Post a Comment