Adding User Defined functions to QTP Help - 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: Adding User Defined functions to QTP Help (/Thread-Adding-User-Defined-functions-to-QTP-Help) |
Adding User Defined functions to QTP Help - Surya - 03-27-2012 Is there any way to add all the User defined functions into the QTP help file in such a way that if we press F1 on these user defined functions the help should open in the same way as it opens for the built-in functions? Thanks in Advance!! Surya RE: Adding User Defined functions to QTP Help - vIns - 03-28-2012 Hi, These are all compressed HTML files. You can use the below software to create such HTML help files. http://msdn.microsoft.com/en-us/library/ms669985 You might not be able to edit an existing file w/o the hhp project file. RE: Adding User Defined functions to QTP Help - Surya - 03-28-2012 Thanks, that was really helpful. Now I need further info. Can we attach any compiled custom help file to QTP?? Thanks in Advance!! Surya. |