How do u insert an object during runtime in qtp?
Where do you want to insert object ?? We can create object at runtime using createobject() function in VBScript. For ex: Set con = createobject("ADODB.Connection") The above statement creates connection object at runtime.