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 the difference between bug and defect?
How do you perform functional testing? Thanks in advance
Is there any specific standard which tells, How many test cases should one person write in a day? and How many test cases should get executed in a day?
how will you clarify the requirements
8 Answers eMids, HCL, iGate, JPMorgan Chase,
When should testing start in a project? Why?
What is comprehensive testing
Can you explain tailoring?
What is adhoc testing?when it can be done?
what is bug life cycle? (Asked in Zensar Hyderabad today(17-1-12010))
Tell me about a difficult time you had at work and how you worked through it.
Should Tester have to write separate test cases document for Functional testing, UI testing, Regression Testing, Stress testing etc....?
What is Functinal Equivalent Test?