InterviewSolution
| 1. |
What Is The Best Way To Create A New Test Script? |
|
Answer» In Automation: creating TEST scripts involves basically two step:
The first steps, is the outcome of analysis of what all data is required for all of your TESTCASES to be executed. These all should be COLLECTED and scripts to be WRITTEN so that TEST DATA is ready. In Automation: creating test scripts involves basically two step: The first steps, is the outcome of analysis of what all data is required for all of your testcases to be executed. These all should be collected and scripts to be written so that TEST DATA is ready. |
|