Principles of good testing scripts

What are principles of good testing scripts for automation?

- 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.
Testing activities to be automated
Tests that need to be run for every build of the application................
Skills for automation tester
I think an Automation Tester should have a good programming aptitude and willingness to abreast with new technologies and tools................
Stress testing and Load testing
Stress testing - is a form of testing that is used to determine the stability of a System under Test. It involves testing beyond normal operational capacity................
Post your comment