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 |
In Testing 10 cases you found 20 bugs then how will you know which bug is for which test case?
What is database testing
1 Answers CTS, Infosys, Polaris,
how to execute manual test cases?
What is v model
Suppose a defect is fixed by developer and that defect got closed. But because of fixing that defect we are getting another defect. If 2nd defect is fixed the 1st defect is reproduced again. If that process is continuing what should the tester do to nail that defect?
Who is Kent Beck, Dr Grace Hopper, Dennis Ritchie?
can any one explain the example of high servity and low priority, low servity and high priority, high servity and high priority, low servity and low priority
Explain Bug/Defect Life cycle?
in your project which Tull you are using and what is the version and URL?
Wht is Testing Frame work.Is it same in the Manual and Automation testing. can body can explain it
tell me some req'r which were added to frs , in the middle of the project? brahma412@yahoo.co.in July 24
Tell me the some important test cases for lift operation? what is priority?if p1,p2,p3 are the priority levels u should use,what test cases in ur given will be p1,p2,p3?