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
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 |
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 |
How to carry out manual testing for a background process which does't have any user interface
How to check the background colour of the screen in WR?
How do you recognise Active X components in winrunner?
how u can connect database without using any wizard in winrunner?
Name the three modes of running the scripts?
what is mean SRS and URS . differns btwn SRS and URS
list out the some of the exceptions list usually occur while recording and playing the script.
If the data is stored in Excel sheet(2nd and 3rd), how to access it for Data Driven test; Ex: table = "c:\demo.xls" How to access 2nd or 3rd sheet data id demo.xls flie.
winrunner & QTP both are developed by mercury interactive,what is main difference between these two? Thanks in ADVANCE
What are the Win Runner tools for functional testing?
how u can do parameterization in winrunner? tell me the sample code.
How do you call windows APIs, explain with an example?