What are the steps to test any software through automation
tools?
Answers were Sorted based on User's Feedback
Answer / naresh
First, you need to segregate the test cases that can be
automated. Then, prepare test data as per the requirements
of those test cases. Write reusable functions which are
used frequently in those test cases. Now, prepare the test
scripts using those reusable functions and by applying
loops and conditions where ever necessary. However,
automation framework that is followed in the organization
should strictly followed through out the process...
Correct me if i'am wrong...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / debashish_samanta
1.Prepare Test cases.
2.Check whether repeatabilty is there or not.
3.Prepare test automation approach according to the
organization standards.
4.prepare Coding standard documents according to the
organization standards.
5.Prepare test Data.
6.prepare Reusable test Scripts.
7.Prepare Check points or validation points.
8.Run the script.
9.validate the Report.
10.log defect if any.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is difference between JVM (Java Virtual Machine) and CLR (Common language Runtime) ?
7 Answers AZTEC, Impetus, Symantec, Veritas,
what is the use case and what is the test case?
do you write test cases for adhoc testing?
What is Matrix in testing?
What is smoke testing and user interface testing ?
What will be the testcase for a uniquely generated number in the application?? i mean to say is, how will i conform the application is generating a unique value.... please do answer...
How Defect prevention can be accomplished ?
Hi everyone, My name is Salil Mishra. I am having 1.7 years of experience in manual testing. But as i m 2008 passout, there are limited position for me in the companies. Please help me out in getting a good job guys..I f you find something then please mail me at salilmishra29@gmail.com
What is Traceability matrix?
7 Answers Covansys, Wells Fargo,
What is good code?
Explain Single View Testing ?
What are the different types of integration testing?