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 |
Can any one suggest how to write the bug reports effectively by optimizing what we want to describe?
What are the common defects revealed in Functionality testing?
How would u test and automate an Antivirus application ?
Diffrence in b/w Functional and System Testing and Test Cases.
wat is test scenario
What are the four steps of automated testing?
What is Industrical Automation?
What is junit & api?
What procedure you follow between gathering requirements and carried out testing?
What is mutation testing and when can it be done?
Could any one explains what is Significans of V MOdel? Why not it is called as W model or some other X model? Is there any specifi Answer for this Qustion.
What u have choosed testing as your career whyn't developer? Give me some answers.Thank u