a) When you test your application, you may want to check how it performs the same operations with multiple sets of data. You can create a data-driven ...
Search results for winrunner
What are data driven tests?
Posted by DevinWhat are the two modes of recording?
Posted by Devin
There are 2 modes of recording in WinRunner i. Context Sensitive recording records the operations you perform on your application by identifying Graph ...
a) Checkpoints allow you to compare the current behavior of the application being tested to its behavior in an earlier version.
You can add four type ...
The test script name in the Startup Test box in the Environment tab in the General Options dialog box is the start up file in WinRunner.
[Source: JA ...
What is the purpose of different record methods 1) Record 2) Pass up 3) As Object 4) Ignore.
Posted by Devin
a) Record instructs WinRunner to record all operations performed on a GUI object. This is the default record method for all classes. (The only excepti ...
In a situation when obligatory and optional both the properties cannot uniquely identify an object what
Posted by Devin
In cases where the obligatory and optional properties do not uniquely identify an object, WinRunner uses a selector to differentiate between them. Two ...
What is the name of custom class in WinRunner and what methods it applies on the custom objects?
Posted by Devin
WinRunner learns custom class objects under the generic “object” class. WinRunner records operations on custom objects using obj_ statements.
[S ...
What is the purpose of location indicator and index indicator in GUI map configuration?
Posted by Devin
a) In cases where the obligatory and optional properties do not uniquely identify an object, WinRunner uses a selector to differentiate between them. ...
