how to write the pass or fail message in winrunner
for eg: in QTP we can write
like "Reporter.reportEvenr,micDon,"Test Test pass"

Answers were Sorted based on User's Feedback



how to write the pass or fail message in winrunner for eg: in QTP we can write like "Reporte..

Answer / thirumal prabu

Hi you can use tl_step function to give the status.
e.g tl_step("Product Creation",1,"Product Creation Failed");

Is This Answer Correct ?    2 Yes 0 No

how to write the pass or fail message in winrunner for eg: in QTP we can write like "Reporte..

Answer / anusha subbu

Here one of the pre-define function in winrunner (just
press f7 for getting all pre-define functions)
That is
tl_step(“step name”, 0 or 1, ”description(pass or fail)”);
Here 0 means status is pass
1 means status is fail

Eg: tl_step(“s1”,0,”pass”)

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More WinRunner Interview Questions

How do you filter the objects in the gui map?

0 Answers  


What is the purpose of the temp GUI map file?

0 Answers  


Explain data parameterization in winrunner?

0 Answers  


global sheet and external excel sheet how it will work

0 Answers  


How to close the winrunner window from the script itself?what is the code?

2 Answers   EDC,






How to recover the Parameter out of range error while running the script in verify mode

1 Answers  


How we conduct Regression Testing through WinRunner

5 Answers   QA,


How do you configure gui map?

0 Answers  


What is meant by the logical name of the object?

6 Answers  


How do you find out which is the start up file in winrunner?

0 Answers  


you hae a inbox and got a mail how can you know it is there or not write script.

0 Answers  


What is Configuration Management?

2 Answers   Patni,


Categories