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

regular expression differance in qtp and winrunner

1 Answers  


how to open an application

1 Answers   Polaris,


What is T_Exit and T_return?

4 Answers   AZTEC,


when obligatory & optional properties cannot uniquely identifying an object then in that case which method u r follow for identifying object in Win Runner ?

1 Answers   MBT,


what is mean by release in quality center and who will perfom?

0 Answers   Subex,






What is Analog Recording?

2 Answers   Second Foundation,


Some of the importent functions in data driven test(ddt)?

4 Answers   Second Foundation,


how to download jmeter from net,is it open source

1 Answers  


what is def of MAINTEST

1 Answers   Exalt,


Tell US the Short key to open the dialogs of windows.

1 Answers  


What is the difference between a Defect & an Error?

3 Answers  


what is qtp licence

0 Answers  


Categories