Createobject:Creates and returns a reference to an Automation object.Example:Dim ExcelSheetSet ExcelSheet = CreateObject("Excel.Sheet")
[Source: JAGA ...
Search results for qtp object
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 ...
How to handle dynamic objects in QTP?
Posted by Devin
Using GETRO Property we will handle the runtime objects.
[Source: JAGAN MOHAN "Interview questions bible"]
[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 ...
.TSR
[Source: JAGAN MOHAN "Interview questions bible"]
[Source: JAGAN MOHAN "Interview questions bible"]
How to handle java tree in QTP
Posted by Devin
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 ...
If a error occur during the excution of QTP script. How can we get the name of the current object that
Posted by Devin
Use Err.descriptionExample. msgbox "Error:"&err.description
[Source: JAGAN MOHAN "Interview questions bible"]
[Source: JAGAN MOHAN "Interview questions bible"]
