How does winrunner evaluates test results?
Answers were Sorted based on User's Feedback
Answer / winrunner
Following each test run,Win Runner displays the results in a
report.You can view those results in tools>>test results in
winrunner 7.01.
The Report details all major events that occured during
the run.such as check points,error messages,user messages..
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer:
Following each test run, WinRunner displays the results
in a report. The report details all the major events that
occurred during the run, such as checkpoints, error
messages, system messages, or user messages. If mismatches
are detected at checkpoints during the test run, you can
view the expected results and the actual results from the
Test Results window.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vidya
WR doesn't evalutes the test results actually
It displays the system messages,user messages and the test
pass or fail criteria and the information about the check
points comparision pass or fail.
You can also view the expected results and actual results
from the test result window.
| Is This Answer Correct ? | 0 Yes | 1 No |
How do you handle tsl exceptions?
how to reverse the string using function
Can we run WinRunner scripts on the backend?
what is the use of Step into option provided in WR?
Suppose there is a global variable called Counter.And there is a user defined function called my_function.which does not take in any parameters. How can a test engineer utilize Counter inside my_function body?
How enviornment veriable can be included into my script. I want to include some information into my Excel file using Test run in WR. like User name of system? waht is function to be used? Please clarify.....
0 Answers Google, Malhotra Associates, Seed Infotech,
For my web Application I am recording website by WR. but the fuctions are displaying normal recorded fun. such as set_window...etc. eventhough i selected web add-in at start up WR. how to use web functions? such as web_link_click.... pls. guide
regular expression differance in qtp and winrunner
How do u check FONTS in Login Window?
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?
what is Regression Testing and how you are going to use winrunner software to do this Regression testing?
I Loaded a compile module "mycomp()" using Load statement.later I tried to load this same compile module using one more load statement.Then I tried to unload this usning unload statement one time.will it unload the compile module?