How you automate testscripts one by one or moduelwise or
all at once
Answers were Sorted based on User's Feedback
Answer / sreeprasad
Test Automation is process which follows the framework
designed for the company. This framework varies from one
organization to other. Here are some basic steps which are
follwed in general...
Step1: Segregate the test cases to be automated.
Step2: Prepare the test data for the selected test cases
Step3: Make scripts for repeatable or functional scenarios
Step4: Convert those scripts as Reusable functions
Step5: Make test scripts by calling the reusable functions
and adding the conditions as per your requirements.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anonymous
The questin here is not WHAT IS the Automated testing
process?
How you run the tests?
| Is This Answer Correct ? | 0 Yes | 0 No |
write a VBscript code to parametrize test script using test data from sqlserver database?
Waht is Test Report , What it consists?
In an(AUT) web application their are two frames as fraMain and fraFooter. Both the frames contain link which needs to be retrieved at a single step. I tried it using "Regular Expression" as fra.* but QTP doesn't recognize the object. So Plz help me out to get resolve the problem:-)
what is meant by automation tool?
what is the frame work your using in automation testing
suppose the given string str = {"vamsikrishna%%&%*&**"} count the no of vowels and special characters are repeated
What is Virtual Object? Plz Explain me with an example?
What is output value? How many types of output values are there in qtp?
What is our exact stage involvement with QTP?
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object.. (give a filter condition only WEbelement- not easy need to use some more property while giving filter condtions- use google for your help...))
I have a 10 lines of qtp script, while executing i got an error at line 7 but i dont want to stop the execution i want to continue the execution up to last line and display the test result window, wts the syntax we use?
3 Answers BirlaSoft, Collabera,
Why divide a test into three action calls?