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 |
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
what is contained in the GUI check list?
In Analog mode of Recording in WinRunner,the maximum value of Y in (x,y) is ?
is 'tech' is a Reserved word in WinRunner or not?
can we run compiled-mod function in a compiled module function?if yes then fwd sample script?
What is Syncronisation in Winrunner?
Explain the purpose of gui spy?
how to write the pass or fail message in winrunner for eg: in QTP we can write like "Reporter.reportEvenr,micDon,"Test Test pass"
What is the function in WR for replacing the existed data to blank?
Which is the default Record Method for Static Text Object?
how many checkpoints are provided by WR
By Default if you save a File with just pause statement in the script how it is going to store in winrunner?