Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is T_Exit and T_return?

Answers were Sorted based on User's Feedback



What is T_Exit and T_return?..

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

What is T_Exit and T_return?..

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

What is T_Exit and T_return?..

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

What is T_Exit and T_return?..

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

Post New Answer

More WinRunner Interview Questions

How to Know through script which add-ins are loaded with winrunner?

2 Answers   Accenture,


What is the purpose of temp. GUI map file?

3 Answers   Logica CMG,


Please give an example for test case.

1 Answers  


HOW TO TEST A SOFTWARE/APPLICATION?

2 Answers  


What is the purpose of the temp GUI map file?

0 Answers  


can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?

2 Answers  


What are the reasons that winrunner fails to identify gui object?

0 Answers  


Tell US the Short key to open the dialogs of windows.

1 Answers  


what is the extension of default,custom check points ?

2 Answers   FCG,


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

1 Answers   CitiGroup,


how to open an application

1 Answers   Polaris,


What is the usage of Test case Design Techniques,in Integration/System Testing?

0 Answers  


Categories