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 is the use of Merge option provided in WR
What are the reasons that WinRunner fails to identify an object on the GUI?
how scripting language & programming language are different?
What is the disadvantage of loading the GUI maps through start up scripts?
What is the use of virtual object wizard and how it is used?
What are all the parameters used in Winrunner? What is actual parameter and formal parameter?
what is deployment?and who do deploy in a server, and when ?
3 Answers CTS, Mannar Company,
What is the purpose of loading WinRunner Add-Ins?
How do you recognise Active X components in winrunner?
what is the difference between testlog and testdirector? thank u
Are there any suitable free tools to conduct performance test on a php web application?Manual or automation which is preferable for such kind of application? please answer ASAP
Some of the importent functions in data driven test(ddt)?