Syntax for how to call one script from another? and Syntax
to call one "Action" in another?
Answer Posted / brahma reddy
If u want to call the script from one action to another then
the below syntax used
suppose u have created a test1 ,in that you have created
the all steps for action1.and you have created a
action2 .now you want to call your script from action
runaction "action1(test1)iteration1"
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
can the activities of test case design be automated?
If I change the object name in one action will it be updated in all the actions? Or not?
What are the technics follow in writing VB script?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What is the extension of the recovery scenario file in qtp?
What are parameterizing tests?
What is TOM in QTP?
How to delete an object from the object repository?
Explain advantages and disadvantages kdf?
What is the difference between analog and low level recording?
what is clean sweep?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
When and why to use descriptive programming?
How many types of parameters are available in quicktest professional?