Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Download Files from AUT using QTP script
#1
Not Solved
Hello,

Need the help for following scenario.

I need to download the files(XLS,PDF,DOC) present on website
(i.e AUT) using QTP script.The Files should save @ particular location on local machine using the Script.

How to write the qtp script for the above scenario.

Thanks.
Reply
#2
Not Solved
Please dont ask for code. We are hear to help you provided you are giving it a try.

What are you upto? What have you tried till now? What is the difficulty you are finding in writing the script?

Regards,
Ankesh
Reply
#3
Not Solved
Hi Thanks please find the code below

Code:
systemutil.Run "C:\Program Files\Internet Explorer\iexplore.exe"
Browser("title:=about:blank").Navigate "about:blank"
Browser("title:=about:blank").Navigate "http://www.9th-direction.com/?p=233"

Set oLinks=Description.Create()
oLinks("micclass").value="Link"


set oAll=Browser("Software Testing Tutorial").Page("ISTQB Question Dump |").ChildObjects(oLinks)
cnt=oAll.count

'print cnt

For i=0 to cnt-1

  print oAll(i).Getroproperty("name")

  If oAll(i).Getroproperty("name")="ISTQB Sample Question Paper Dump 1" Then
   msgbox "Match Found"&i

   oAll(i).click

   exit for
  End If

Next

I am trying it on sample website..
http://www.9th-direction.com/?p=233
on this web site there is link ISTQB Sample Question Paper Dump 1
it is pdf file, when i reach here on the ie explorer there is popup blocker and i am not able to download the file.

I have tried it using send key method on dialog box of download, but @ rntime there is issue with ie explorer.
SO how to handle such scenarios.

Thanks,
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  UFT does not recognize IE9 download bar akilamurugesh 1 3,434 02-11-2015, 08:43 PM
Last Post: Kirill
  Download of results in QTP v11 jason.hofmann@auspost.com.au 1 2,582 09-04-2012, 11:13 AM
Last Post: Ankesh
  How to Download a Excel File, while click on Button in qtp 10.0 branjitk 4 4,591 06-06-2012, 06:01 PM
Last Post: branjitk
  QC OTA to Download QTP script results from QC testLab Gurushankar 0 2,414 01-10-2012, 12:34 PM
Last Post: Gurushankar
  How to find more than one application(AUT) instances are opened. dineshb 2 2,731 09-16-2010, 06:52 PM
Last Post: lotos

Forum Jump:


Users browsing this thread: 1 Guest(s)