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

what is the advantage of INOUT parameter over OUT parameter?

2 Answers   Fidelity,


What is Syncronisation in Winrunner?

5 Answers  


What is the difference between writing a function and writing a script?

0 Answers  


Is Winrunner 7.01 supports .NET applications?

3 Answers   Second Foundation,


what is TSL in winrunner

2 Answers  


Tell me the Script to close winrunner from the script itself..

1 Answers  


WinRunner will suppost "Cold Fusion"?

1 Answers  


Some of the importent functions in data driven test(ddt)?

4 Answers   Second Foundation,


How does WinRunner evaluate test results?

1 Answers  


Tell me the usecase format r u using in ur company?

1 Answers   MBT,


what is meant by build release note?what it contains?

4 Answers   CTS,


what is custom check point? what is the diff.between custom check point and runtime Record check ?

2 Answers   Infeneon Technologies,


Categories