What are principles of good testing scripts for automation?
Answer / siddesh c
Document the automated tests
- Create reusable and maintable tests
- Build a framework and create testscripts based on it
- Set programming conventions and follow it. It will be useful to debugging and better understanding the testscripts.
- Always isolate the data from the script. Never hardcode the data in the script.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me an example of the languages supported by webdriver?
Is automation testing in agile methodology useful or not?
List down the primary features of a good automation tool?
how to connect qtp to qc. what are the steps ?
What is the Differnce between Client/Server Testing and Web Based Testing?
What is Automation Testing Framework
When will you not automate testing?
Can object repository be kept in version control and Database(DB) backed up daily ?
how can we reverse the string without using the revese of String function in QTP?
What are some of the common misconceptions during implementation of automated testing tools for the first time?
What are the different types of scripting techniques for automation testing?
how to test an webbased application?