In realtime what is the Testing Process especially in
automation plz its very urgent
Answer Posted / automation user
Select the Test cases to automate
Create a Test plan for Test automation.
Follow the development life cycle like below
Design your test automation based on your selected
test case -
Find the common functionality through out the
testing application
Create common Global functions or follow OOP concept
Do not forget to include error verification in the script.
Create a test script
Unit test your script
Create the Test automation Suite
Execute the suite.
Analyze the Results
Log the defect if the script fails
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of the automation framework?
Can anyone tell me the correct answer of below question....it is about Bugzilla tool. When bug will find out at the time of executio where it will save or what is the location of bug??
How to select an automation tool best matched for your project?
how to map requirements& test cases in quality center ???
why we cannot apply check points in compile modules?
What are the pre-requisites to start automation testing?
How do we Test the C++ and Unix Application Using Automated Tool.
Tell me how can we find the value of different attributes like name, class, value of an element?
WHAT'S THE TESTER'S ROLE DURING MIGRATION OF CODE FROM TESTING TO PRODUCTION ENVIRONMENT
Bug report formate in bugzilla
Where will you maintain information like url, login, password?
What is test driven development?
suggest me the free online books on software testing?
If I have given names to different DataTable columns and those column names are stored in a variable, then passing that variable to the datatable how can i Enter different values in those columns listed in that variable?? Please explain me with an example.I am not getting it.
Please explain what is a relative xpath?