What is the difference between "call" and "callclose"
Answer / jay prakash
You can use two types of call statements to invoke one test
from another:
A call statement invokes a test from within another test.
A call_close statement invokes a test from within a script
and closes the test when the test is completed.
The call statement has the following syntax:
call test_name ( [ parameter 1, parameter 2, ...parameter
n ] );
The call_close statement has the following syntax:
call_close test_name ( [ parameter 1, parameter 2, ...
parameter n ] );
The test_name is the name of the test to invoke. The
parameters are the parameters defined for the called test.
The parameters are optional. However, when one test calls
another, the call statement should designate a value for
each parameter defined for the called test. If no
parameters are defined for the called test, the call
statement must contain an empty set of parentheses.
| Is This Answer Correct ? | 3 Yes | 0 No |
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
Idid my qtp course in 2007 june in mind Q i for got to use this tool ,i want to mention in my resume about this ,how can i rectify this ,pls give me any idea .
what are the utilities and drivers
How can you close the second opened browser?
What are the main differences of qtp and win runner?
wht is Manual Testing Frame work. Pls anybody can give appropriate answers
What is the file extension of the code file & object repository file in QTP?
can anyone please tell me what are all the shortcut keys used for qtp9.2? Thanks in advance..i expect ur valuable reply that help us our team???
Can any one tell me.......How the test engg's start testing in the compy environment.....real time tester PLSSSS help me i need in depth information regarding this...
Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
How can we do Data driven testing Using For loop in QTP?
How we can merge the object repositories?say if we have two or three object repositories then how e can merge them? is there any option in Qtp to merge the object repositories