K.M.Raghuram
Answered On : May 4th, 2005
TL_STEP command is used to determine whether sections of test pass or fail.
Login to rate this answer.
sabitha thomas
Answered On : Oct 2nd, 2011
I wish to show you an example
Code
n=create_input_dialog("Enter the name");
if(n="enter the name")
{
tl_step(n,1,"ERRRRROOORRRR!!!");
}
Login to rate this answer.