09-12-2008, 03:49 AM
Hi,
When I am coding in QTP, I am not getting prompted with all the methods and properties of an object.
For example, if I declare an object
then
I want the QTP to prompt with the 'open' method for that object objCon, when I type 'objCon.'
objCon.open
How to get the properties and methods of all the objects I declared?
Is it possible with QTP? or
Do I need to code in some other editor of VBScript?
Regards,
Vani
When I am coding in QTP, I am not getting prompted with all the methods and properties of an object.
For example, if I declare an object
Code:
Set objCon = CreateObject("ADODB.Connection")
I want the QTP to prompt with the 'open' method for that object objCon, when I type 'objCon.'
objCon.open
How to get the properties and methods of all the objects I declared?
Is it possible with QTP? or
Do I need to code in some other editor of VBScript?
Regards,
Vani