What is TL step?How do you use it in winrunner?This question was asked in my interview.I dont know the exact answer.can any one help

Showing Answers 1 - 12 of 12 Answers

Raghav Prabhu

  • Jan 26th, 2006
 

TL_Step is used to step into the test director from winrunner.

It is TSL script

  Was this answer useful?  Yes

mani

  • Jan 28th, 2006
 

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.

  Was this answer useful?  Yes

pallavi

  • Feb 16th, 2006
 

      it is used to report status of the checkpoints,it devide test into steps & sends a massege of pass or fail,it make analysis of result easier

  Was this answer useful?  Yes

Radha Krishna

  • Feb 28th, 2006
 

RE: What is TL step?How do you use it in winrunner?Thi...

tl_step is used to pass a message to the results. It might be pass/fail criteria or just some other information.

  Was this answer useful?  Yes

KUMAR

  • Mar 11th, 2006
 

The answer posted here in incorrect. Please check.

  Was this answer useful?  Yes

I would use tl_step to send the result to the test results and get the status whether the step passed or failed.The advantage of using tl_step is it passes the result to the TestDirector.

  Was this answer useful?  Yes

venkat reddy

  • Mar 16th, 2006
 

tl_step function is used to send the status like Pass/Fail to reluts window.

0 - is used for Pass

1  - is used for fail status

  Was this answer useful?  Yes

vijaya

  • Mar 19th, 2006
 

hi

tl_step

by using this function we can determine whether particular operation

with in the test is passed or failed.

  Was this answer useful?  Yes

Daly Sunil

  • Mar 23rd, 2006
 

Winrunner gives the result of the entire test in the test result window , at the end,but if we want to determine if a section of the test is passed or failed we can use tl_step function,which reports in the test result window whether a particular section of the test is passed or failed. The syntax of the function is tl_step(step name,status,description) where Step name is the name of the step. status- 0 if the step is passed,else any integer; description- the description of the step.

  Was this answer useful?  Yes

MOSES ARNOLD

  • Mar 29th, 2006
 

Mani  you are right.

TL_step is used to check the TSL Statement or Group of Statements are Passed or Fail.

In the test results window we can be able to see the weather the test step is pass or fail by Green color Pass and Red color fail.

Add these to mani gives more clear information.

Regards

MOSES ARNOLD

feel free to Call: 09880939448 (out side from klarnataka)

  Was this answer useful?  Yes

I would use tl_step to send the result to the test results and get the status whether the step passed or failed.The advantage of using tl_step is it passes the result to the TestDirector.

Thanks

Srinivasulu.chittoor

  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