InterviewSolution
| 1. |
What do you understand about virtual objects in the context of UFT? What are the limitations of the virtual objects in UFT? |
|
Answer» Standard WINDOW objects may be present in an application under test, but UFT may not recognise them. In certain cases, objects of the type button, link, or other can be declared as virtual objects (VO) so that user actions can be mimicked on the virtual objects during execution. For example: Let's pretend we're automating a Microsoft Word scenario. We open the MS Word application and click on any of the ribbon icons. For example, on the Ribbon, the user selects the Insert tab, then selects the "PICTURE" button. Here, a button is recognised as a WinObject, emphasising the RELEVANCE of virtual objects. Following are the limitations of virtual objects in UFT:
|
|