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 |
Explain features of the latest version of qtp/ uft 12.1?
What is the maximum size of Object Repository in QTP 8.2?
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
How will you handle custom object in QTP?
how to insert QTP to display errors and other description in the test results instead of halting execution by throwing error in the mid of executin due to an error (for object not found)?
Hi,How to write regular expression for inbox(10) {here 10 is changing while playback}.tell me the pettern.
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
the develeper not accepter your defect what status is that ?
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
Difference between action & Reusable action?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.