How can we upload pdf files in qtp?
Answer / 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 |
four browser are open same application i want to enter 3browser how?
i want to learn testing tools what i have to know before.iam fresher i dnt know any this..which langagues i have to before testing.
How to retrive XML file data in QTP ? using Script(Chandana)
What are the five challenges you faced in QTP?
how to add run-time parameter to a datasheet?
1 Answers Mphasis, Ordain Solutions,
Per-Action Vs Shared repository?
How can i learn Descriptive programming in QTP. Please reply.
Difference between object identification and smart identification
How to find array size in qtp?
How to display the first 3 letters in these "ABCDEFGH" using qtp script?
Hi everybody, Can anybody tell me that how the QTP frameworks are implemented . I wanted to know with examples . Thanks in advance
How can you send user defined messages to test report?