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

Is it possible to place a Logical name in a data table and can use that logical name in the script? Tell me with mentioning function names..?

1 Answers   Accenture,


can anybody tell me which type of questions raised on ERP domine in interviews?

0 Answers  


What we have to do if winrunner is not able recognize an object even if we have mapped the object with standard windows object used by winrunner using wirtual object wizard?

3 Answers  


How do you execute your tests from windows run command?

0 Answers  


How do you configure gui map?

0 Answers  






You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?

2 Answers   Accenture,


Where did you learn winrunner and testdirector?

0 Answers  


Have you created test scripts and what is contained in the test scripts?

1 Answers  


In Analog mode of Recording in WinRunner,the maximum value of Y in (x,y) is ?

3 Answers   FCG,


what is mean by test coverage?

1 Answers  


who prepare the RTM?

2 Answers  


How to Recognise List Boxes and Combo boxes for Web Applications In WinRunner 7.5 please.....

1 Answers   CBE Software,


Categories