InterviewSolution
Saved Bookmarks
| 1. |
What do you understand about a test script? Differentiate between test case and test script. |
||||||||||
|
Answer» TEST scripts are a line-by-line DESCRIPTION of the system transactions that must be done in order to validate the application or system under test. Each step should be listed in the test script, along with the intended outcomes. This AUTOMATION script enables software testers to thoroughly test each stage on a variety of devices. The actual items to be EXECUTED, as well as the expected results, must be included in the test script. The following table lists the differences between test case and test script :
|
|||||||||||