How do you start automating/ writing your QTP scripts ?
Answers were Sorted based on User's Feedback
Answer / jay prakash
We start writing the scripts by creating the object
repositries first.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / varshitha
Can you say me how can we know which script have to write in QTP?
I mean what functions we use for writing vb script inQTP?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / alex
first you need to create the test case i mean, you need to
write the script after you have to test manually the flow,
you need to check what kind of object you will use for the
script, i mean if you will user web, oracle, asap, etc and
install the add ins of course if it is necesary. You have
to create the repository. when you are ready then you can
start with the automation.
| Is This Answer Correct ? | 1 Yes | 2 No |
WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL CONFIGURATION SCRIPT FILE(.VBS) FROM DRIVE SCRIPT FILE(.VBS)
Reverse string without mid or streverse function.
Your roles and responsibilities and daily tasks? (As automation tester)
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
Apart from VB script What are the fundamental criteria to gain the knowledge to write QTP script without OR and recording ?
Can you tell me any books or websites to learn VB Script for QTP ??
How can we perfom Action and Component parameter.?
I have made the recovery scenario in script. When i am exceuting the script. it stop automatically after running recovery scenario. Please tell the resaon?
1)Difference Between Value & RawValue?
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly
There is one parent browser and 'n' number of child browsers on desktop. Write a code to close all the child browsers but parent browser should not be closed.