InterviewSolution
Saved Bookmarks
| 1. |
Explain The Concept Of How Qtp Identifies Object. |
|
Answer» During RECORDING QTP looks at the object and STORES it as test object. For each test object QTP learns a SET of default properties called mandatory properties and look at the rest of the objects to check whether this properties are enough to uniquely identify the same object during test run. During recording QTP looks at the object and stores it as test object. For each test object QTP learns a set of default properties called mandatory properties and look at the rest of the objects to check whether this properties are enough to uniquely identify the same object during test run. |
|