What is T_Exit and T_return?
Answers were Sorted based on User's Feedback
Answer / vrfrens01
The treturn and texit statements are used to stop execution
of called tests.
The treturn statement stops the current test and returns
control to the calling test.
The texit statement stops test execution entirely, unless
tests are being called from a batch test. In this case,
control is returned to the main batch test.
Both functions provide a return value for the called test.
If treturn or texit is not used, or if no value is
specified, then the return value of the call statement is 0.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / bala
Winrunner interprets these statements differently for a
batch test and a regular test.During a regular test run
texit terminates tes execution.During a batch test run
texit haults the execution of the current test only and
control is returned to the batch test
treturn statment is used when calling a test .This statment
stops execution of the current test and returns control to
the calling test. The return statment also provides a
return value for the called test.If no value is specified
in the expression of the statment ,then the return value
is Zero
both are not functions, so they won't appear in the
functon generator.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srikanth.m
t_exit : exit from the test.
t_return: returns the control from called function top the
calling function.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sriharsha
T_exit : returns from the main program
T_return : returns the control from the called function to
the main program.
| Is This Answer Correct ? | 0 Yes | 1 No |
How to Know through script which add-ins are loaded with winrunner?
What is the purpose of temp. GUI map file?
Please give an example for test case.
HOW TO TEST A SOFTWARE/APPLICATION?
What is the purpose of the temp GUI map file?
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
What are the reasons that winrunner fails to identify gui object?
Tell US the Short key to open the dialogs of windows.
what is the extension of default,custom check points ?
pls tell me how to convert string to date format. my problem is in excel i have given date ,after used in the ddt_val function ,it is not converted pls tell me how to convert string to date format urgent
how to open an application
What is the usage of Test case Design Techniques,in Integration/System Testing?