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 |
can u please explain what is the exact difference between qtp8.2 and 9.0
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
What is the difference between Systemutil.run and Navigate.
What is the difference in between function and sub as well as give some code of both
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
How to capture text from image to word
hi i have one isuue on selecting webcheckbox .there are 15 wecheckboxex i want to select every time 9 th one how can i select plese help me regards balaji
what is spy, and how can u use?
how to capture data from images in QTP and produce them in excel sheet?
what is synchronization point, synchronization method, wait property method? with examples.. plz explain this in brief
How to get the run time object property without using GetROProperty