What is the difference between "call" and "callclose"
Answer Posted / 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 |
Post New Answer View All Answers
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
How to use conditional loops in qtp ?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
How you can decide which type of object repository you have to use?
Have you faced any problems with object repository?
What test cases can you automate using QTP?
What are the key elements available in test result window?
Where can I find and view run-time data table?
What are the various types of Actions in UFT?
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What is the synchronization point in qtp?
How can i initiate the objects to find uniquely in OR
What is ObjectParamater?