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 |
Have you created test scripts and what is contained in the test scripts?
What are the features r there in winrunner 7.6 over winrunner 7.01..B'cos Iam using Winrunner 7.01
In my application I was supposed to test two columns.The first column1 belongs to one module and the other column2 belongs to other module.The content in both the columns is same.I supposed to check whether the data present in the column1 is same as the one in column2. Each column contains number of rows.So checking each row manually is diificult.Is there any option available in WinRunner or QTP to check the column data.These two columns are available in Data Base Tables. One way is that I can just number of rows in each column so that I can get rows count of both the columns,but apart from that I was supposed to check whether the data is also same in both the tables. Can anybody suggest me how I can go about this.
by useing qtp where the maximum people feeling difficult
How to connect TestDirector from winrunner tool?
Explain the synchronization points?
whats spiral testing. give example
what are Recoring modea available in winrunner?
3 Answers Second Foundation, TCS,
How you integrated your automated scripts from TestDirector?
Other than Regression testing where can also it can be used.
write a function for addition of two numbers
How do you find the number of elements in a list box in winrunner?