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 handle exceptions in for loop of DDT script.
can i get apex technologies interview questions in testing
Please give an example for test case.
What is the add-in used to test the web application in winrunner?
1 Answers Hanu Software, Second Foundation,
soft key for virtual object wizard ?
what is the testing high level architecture
what is the syntax for regular expression.dont send the types like regexp_label,regexp_msw_class
Can any one plz tell me any site where i could find some free testing tools like winrunner,load runner etc.plz reply on my mail if possible.Regards nitin9360@gmail.com
how u can crate a database checkpoint in ur script?
How does winrunner Recognize Objects in an application?
what is mean by release in quality center and who will perfom?
Which is the default Record Method for Static Text Object?