InterviewSolution
| 1. |
Explain The Purpose Of Test Object Inspector? |
|
Answer» It is used to get a display of the test object information in running application. The information can be of parent HIERARCHY, inheritance hierarchy, test object properties, non-value properties and method information. Test Object Inspector automatically tracks the CURSOR and performs live updates after the application is OPENED. Test Object Inspector does not capture the object / OBJECTS in the application if it is not active. It is used to get a display of the test object information in running application. The information can be of parent hierarchy, inheritance hierarchy, test object properties, non-value properties and method information. Test Object Inspector automatically tracks the cursor and performs live updates after the application is opened. Test Object Inspector does not capture the object / objects in the application if it is not active. |
|