vb script for calling one function to the another function
Answer Posted / keerthy
Use the command -> Call <Function Name>
Example:
Call DrawRectangle()
Call DrawTriangle()
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What do you mean by checkpoints in qtp?
What are the different recording modes and how do they work?
Differences between quicktest professional (qtp) and winrunner?
what is run action?
What is the difference between local and shared object repository in qtp?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
What are the different types of checkpoints?
In qtp, explain what is qrs file?
How many types of recording modes in qtp? Which will be used when?
What is the qtp testing process?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
What is method name to compare two XML files.
what is actually contain test report? can anybody post the test report
what QTP Options do you know?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code