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 |
How to test when the web application expired time (cookies,sessions testing) in real time
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
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
Can u please explain wat is Cyclomatic Complexity?and wat is incident?
give me atleast 10 cases for GOOGLE search engine?
can u plz give an example for regression testing with example.
What is the difference between Testing Methodology and Testing Technics?
Can you explain the various elements of function points ftr, ilf, eif, ei, eo, eq, and gsc?
Whare in the sdlc ,the testing starts?
Can you explain function points?
what is difference between Sanity testing and Smoke testing?
Is the Fundamental Test process and The test development process the same