What is the purpose of tl_step command?

Used to determine whether sections of a test pass or fail.
Syntax: tl_step(step_name, status, description);

Showing Answers 1 - 4 of 4 Answers

K.M.Raghuram

  • May 4th, 2005
 

TL_STEP command is used to determine whether sections of test pass or fail.

  Was this answer useful?  Yes

sabitha thomas

  • Oct 2nd, 2011
 

I wish to show you an example

Code
  1. n=create_input_dialog("Enter the name");

  2. if(n="enter the name")

  3. {

  4. tl_step(n,1,"ERRRRROOORRRR!!!");

  5. }


  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