Which tsl function that stops called test and returns control back to the calling function

Questions by rajsekhar

Showing Answers 1 - 3 of 3 Answers

Senthil Kumar P

  • Sep 29th, 2006
 

Hi

treturn();

 

  Was this answer useful?  Yes

Jaiganesh Ramendran

  • Oct 3rd, 2006
 

stops a called test and returns control to the calling test.treturn [ ( expression ) ];expression The value that is returned to the call statement invoking the called test. The treturn statement is used when calling a test. This statement stops execution of the current test and returns control to the calling test. The treturn statement also provides a return value for the called test.Note: The treturn statement is not a function. Therefore, it does not appear in the Function Generator.

  Was this answer useful?  Yes

hi..

treturn [(expression)];

expression : The value that is returned to the call statement invoking the called test.

Note:  The treturn statement is not a function. Therefore, it does not appear in the Function Generator.

thanxxxxxxx

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions