Search results for qtp object



Createobject:Creates and returns a reference to an Automation object.Example:Dim ExcelSheetSet ExcelSheet = CreateObject("Excel.Sheet") [Source: JAGA ...
During recording qtp looks at the object and stores it as test object.For each test object QT learns a set of default properties called mandatory prop ...
In Qtp there are 2 object repositories, they are1.Shared Object Repository2.Per Action Mode,by default it's per action mode.we will use shared OR for ...
Using GETRO Property we will handle the runtime objects.

[Source: JAGAN MOHAN "Interview questions bible"]

with QTP 8.2 ,there available QTP Plus,setup.It provides Repositories Merge Utility.The Object Repository Merge Utility enables user to merge Object r ...
first of all we need to have a java add-in to handle a java tree.In tools option we have the "object identification" drop down list.There we have the ...
Use Err.descriptionExample. msgbox "Error:"&err.description

[Source: JAGAN MOHAN "Interview questions bible"]