How to write In PDF Form using QTP - 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: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming) +--- Thread: How to write In PDF Form using QTP (/Thread-How-to-write-In-PDF-Form-using-QTP) |
How to write In PDF Form using QTP - anukapoor - 02-21-2012 hey Everyone My name is Anu. i am new to the field of automation testing. At My current project I am stuck on a script where i have to automate a PDF form. Actually its a registration form(PDF) where i have to fill information and submit online. I have no idea at all how to deal with this situation. I am using QTP 11. Hope to get good advice from you guys. Thanks Anushaka RE: How to write In PDF Form using QTP - inborntester - 02-21-2012 Pleas refer the below link. its quite working for me. https://www.learnqtp.com/learnquicktestpdf-api-manipulating-pdfs-in-qtp/ RE: How to write In PDF Form using QTP - anukapoor - 02-23-2012 Hey Actually I saw this Link Before But as i told You earlier I am at very junior level in QTP Scripting Knowledge. So i couldnt Figure it out how to use extrenal API. cAN you please elborate how it works. PLS PLS Thanks RE: How to write In PDF Form using QTP - atulparate - 04-05-2012 For identifying the pdf objects first a fall use AcroQtp Addins........... and for that u need to have AcroQtp file App and Automation API files need to be present inside the plugins folder of Adobe Reader Folder in the Programs files. And then U have to run one .dat file after that Acro-Qtp add in will be get added in it. Hope this will be helpful for u..... |