Answer Posted / jeettu
Download ADOBE APTT plugin.
access the PDF file with its object model, for this u should have Acrobat installed in ur machine.
Find the sample example below.
Dim gApp, gPDDoc, jsoSet
gApp = CreateObject( "AcroExch.App" )1
Set gPDDoc = CreateObject( "AcroExch.PDDoc" )
If gPDDoc.Open( "c:MyPdfFile.pdf" ) Then
Set jso = gPDDoc.GetJSObject()
jso.console.Show
jso.console.Clear
jso.console.println ( "Hello, Acrobat for QuickTest!" )
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Have you used xml check point in your project?
Explain process of smart Identification in QTP?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
when will you do debug your script? and explain that process?
Without using gui map editor we can recognize the application in winrunner ?
What is the descriptive programming?
how will you load the test cases in ddt?
Can you write a script to check if the folder exists or not?
distinguish between old version and new version QTP features.
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
What is checkpoints for qtp?
What processes will be required to manage updates to the web site's content, and what are the requirements for maintaining, tracking, and controlling page content, graphics, links, etc.?
assume i have few url link how will i dynamically call then using descriptive programming?
What are the recording modes in qtp?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?