which is the best editor for QTP coding? - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: which is the best editor for QTP coding? (/Thread-which-is-the-best-editor-for-QTP-coding) |
which is the best editor for QTP coding? - tvani179 - 09-12-2008 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 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 RE: which is the best editor for QTP coding? - siri - 09-12-2008 HI , QTP automatically prompts the methods and properties . For eg:If we type C it will show all the classes related to that like Click ,etc But when you come for the descritpive programming it wont show you ,we need to write by ourselevees RE: which is the best editor for QTP coding? - Ankur - 09-12-2008 that's called COM object level intellisense tvani79, it's going to be the part of QTP 10.0 or Atlantis as I have reported in this post on new version of qtp In the mean time you can try Test Design Studio by Patterson consulting... I have read somewhere that it provides support for intellisense and some nice cool features... (though I am yet to try it myself) Do let us know the feedback if you choose to evaluate it. RE: which is the best editor for QTP coding? - tvani179 - 09-16-2008 Thanks for your immediate response Ankur. I have been trying for the evaluation version of Test Design Studio. Unfortunately, I did not get response from the Patterson Consulting for the trial license request. If I get it, I will try that, and will definitely give the feedback of that. |