What are principles of good testing scripts for automation?
Answer Posted / 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 |
Post New Answer View All Answers
What kinds of annotations are used in testng?
Where will you maintain information like url, login, password?
What are the differences between open source tools, vendor tools, and in-house tools?
Tell us what is the difference between single slash (/) and a double slash ( //) in xpath?
What is the purpose of the wrun.ini file?
Explain what is a relative xpath?
hi, I want to study TIA portla V11. where can I get online courses?
How could you explain the main difference between webdriver and rc?
Tell me what is intellij?
Tell us the line of code webdriver driver = new firefoxdriver();.?
What do you think holds the testers back to do automation? Is there a way to overcome it?
i have one answer from you that today the test cases are not stored in the database(SQL server 2005). But in automation testing where does the test case store? plz tell me... i have more confusion
Do you know what is a data-driven framework?
Any kind of test which you think should not be automated?
What is testng and why is it better than junit?