1.

What Is Tl Step? How Do You Use It In Winrunner?

Answer»

tl_step is a function with the help of which we can MENTION about the PASS or fail STATUS of a particular step or point in the test script.

The syntax is tl_step(step_name,Description,0/1)

  • step_name: The name that we want to GET appeared in the Test Result.
  • Description: The description of the step name.
  • 0/1: It tells whether the step gets passed or failed. 0 is used when the test step gets passed and 1 is used when it fails.

tl_step is a function with the help of which we can mention about the pass or fail status of a particular step or point in the test script.

The syntax is tl_step(step_name,Description,0/1)



Discussion

No Comment Found