| 1. |
Explain How Qtp Identifies Objects? |
|
Answer» For each OBJECT class that QTP identifies, it has a SET of properties stored. These include mandatory properties, which is essentially a description of any given object, which checks if it’s a child or parent object as well. NEXT are the assistive properties, which QTP resorts to only if the mandatory properties are insufficient at identifying the object. If all else FAILS, QTP resorts, finally, to its ORDINAL identifier. For each object class that QTP identifies, it has a set of properties stored. These include mandatory properties, which is essentially a description of any given object, which checks if it’s a child or parent object as well. Next are the assistive properties, which QTP resorts to only if the mandatory properties are insufficient at identifying the object. If all else fails, QTP resorts, finally, to its ordinal identifier. |
|