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
Can you tell some good coding practices while automation?
List the five essential types of test steps?
What is a xpath?
Tell us how can you find if an element is displayed on the screen?
How could the web element attributes be inspected in order to use them in different locators?
1. How would you Test & then automate an antivirus application? 2. How would u test & automate windows screen saver? (expected: "test scenarios" & "test approch": points)
Tell us which package can be imported while working with webdriver?
Tell me how can we find the value of different attributes like name, class, value of an element?
Do you know what is the difference between "type" and "typeandwait" command?
VSTET (Visual Studio Team Edition for Testers) which is in TFS (Team Foundation Server) - In what way is VSTET better than QTP?
How automation process is carried out?
hello frnds this pooja i hav started working on selenium with java ecllipse frnds could u tell me how to handle popup windows and security alerts i m jst trying and couldn't do anything plz help
Tell me what criteria do you consider for automating a test?
What is the difference between close and quit command?
What is mean by ARGO testing? Can you please explain anyone