what are Obligatory and Optional properties in Winrunner?
what is the use of those explain in detail..
Answers were Sorted based on User's Feedback
Answer / sivakumar
Obligatory:
Obligatory is the mandatory property in winrunner.
Winrunner learning process:
First winrunner take a logical name of the object and
search the object which is present inside the GUI map. If
the object exists in the GUI map, it automatically returns
the physical description. In the PD, the first property is
Obligatory properties.
Winrunner first take all the obligatory properties and
search for the uniquesness inside the application. If the
object is not still unique, it will go for Optional properties.
Optional property:
In the optional property, it will search the
uniqueness one by one property. If the uniquenss found, it
will stop the learning process.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
obligatory properties are always learnt if the object
exists.. these r also called as default properties for an
object..
optional propeties are used only if the obligatory property
do not provide unique identification of an object .....
for eg: if u have two push_buttons of the physical
description.. to distiguish these objects we go for these
options...
| Is This Answer Correct ? | 0 Yes | 0 No |
what are Obligatory and Optional properties in Winrunner? what is the use of those explain in detail..
Why don’t we normally load the gui maps through start up scripts?
global sheet and external excel sheet how it will work
How to Get data from database(table) to an excel sheet
How do you find an object in an gui map.
Where are test cycle folders created if TSL Script is not saved
What is the exact difference between Integration & System testing, give me examples with your project.
how many types of run modes are there in Winrunner
what is batch mode, how can u run ur tests in batch mode?
what is software metrics
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?
Where are the expected results file will be stored? what is the extension of that?