What are the steps to test any software through automation
tools?

Answers were Sorted based on User's Feedback



What are the steps to test any software through automation tools?..

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

What are the steps to test any software through automation tools?..

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

Post New Answer

More Manual Testing Interview Questions

How to test when the web application expired time (cookies,sessions testing) in real time

1 Answers   ABC, Tech Mahindra,


Which one is not tester responsibilities ? Option 1 Assure the process for contracting software is adequate Option 2 Review the adequacy of the contractors test plan Option 3 Perform acceptance testing on the software Option 4 Assure the ongoing operation and maintenance of the contracted software

1 Answers  


Lets say,you are not finished with testing a application,your manager gives you a new task,how do you prioritize your time,what should you do

1 Answers  


Can u please explain wat is Cyclomatic Complexity?and wat is incident?

2 Answers   CSC,


give me atleast 10 cases for GOOGLE search engine?

1 Answers  


can u plz give an example for regression testing with example.

1 Answers  


What is the difference between Testing Methodology and Testing Technics?

13 Answers  


Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?

1 Answers  


Whare in the sdlc ,the testing starts?

4 Answers  


Can you explain function points?

1 Answers  


what is difference between Sanity testing and Smoke testing?

15 Answers   IBM,


Is the Fundamental Test process and The test development process the same

1 Answers  


Categories