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 |
What is test automation?
what testing activity you may want to automate?
Which test cases can be automated?
What automating testing tools are you familiar with?
How will you choose a tool for test automation?
What are the main attributes of test automation?
hi, I want to study TIA portla V11. where can I get online courses?
What tools are available for support of testing during software development life cycle?
I have a web page.In that i have two links called "gmail" and "gmail". Both links are look same.One link is at top of the page and other link is at bottomn of the page. How the automation tool can be recognized these link and make to click the link i want?
How you will describe testing activities?
Can test automation improve test effectiveness?
Please explain how to perform load-testing?