Plz explain about object propeties in object
identification? means.. explain about 1. mandatory
properties.2. assestive properties 3. ordinal properties.
Answers were Sorted based on User's Feedback
Answer / siva
1.Mandatory properties are very important for QTP to
uniquely identify the object.
For eg:How the people identifies you.First one is
name.Eventhough you have other properties like(Tall or
short,good looking)they first use your name to identifies
you.
2.Once if the mandatory properties failed to uniquely
identify the object,QTP uses its assestive properties to
identify the object uniquely.
For eg:Call as short boy or tall boy.
3.Once these two properties failed,QTP uses the third
one "Ordinal identifiers"
Under ordinal identifiers,there are three categories
1.Location
2.Index
We have to define these two things in Object identification
dialog box.
We can also add properties to already existing mandatory
and assestive properties
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / samiran
1. mandatory property is followed by red asterisk (*)
2. Optional arguments?If the name of the argument is not
followed by a red asterisk (*), you can specify a value for
the argument or leave the cell blank.
If you do not specify a value, QuickTest uses the default
value for the argument. (You can view the default value by
moving the mouse over the
cell).
3. Required arguments?If you specify a value for an
optional argument, then you must also specify the values
for any optional arguments that are listed before this
argument. If you do not specify these values, QuickTest
uses the default values for all required arguments. You can
see the default value for each argument in a tooltip, by
moving the mouse over the Value column.
4. Parameterized arguments?You can use a parameter for any
argument value by clicking the parameterization button
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / padma
while QTP recording the object properties,if the QTP learned
two different object having same propeties values in such
case QTP have confusion state ,to overcome QTP reconfigure
properties .we have to change OP in object identification.
During QTP recording OR captures some of mandatory
properties in all of these options.
If QTP is unable to identify the object,in such case
configure both mandatory and assestive for a given object.
Even though QTP is unable to identify the object then
finally we have to configure the properties in ordinal
properties
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the major/ important methods, functions in QTP we use realtime testing
What is the difference between gettoproperty and settoproperty?Explain with an example?
what is the frame work your using in automation testing
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Where is the Bitmap checkpoint information stored?
what does it mean when a check point is in red color? what do u do?
What is API?
Brief the process of testing with UFT?
3.How to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.
Can any one explain about environment variables with examples?
what is the purpose of .vbs file?