Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Hi, i want download attached files in test plan area from
QC to local drive in my system using QTP script. Please
help me

Answers were Sorted based on User's Feedback



Hi, i want download attached files in test plan area from QC to local drive in my system using QT..

Answer / ashok kumar

TestResPath = "Subject/BPT/..."
SaveTo = "C:/TestPlan/"
Set qcConn = QCUtil.QCConnection&#8232;
Set oTestResource = qcConn.TestFactory&#8232;

Set oTestResourceList = oTestResource.NewList

For i = 1 to oTestResourceList.count
QCTestPath = oTestResourceList.item(i).Path

if instr(1,TestResPath,QCTestPath)> 0 Then
oTestResourceList.DownloadResource saveTo, True
End if

Next &#8232;

Set oTestResourceList = Nothing
Set oTestResource = Nothing
Set qcConn = Nothing

Is This Answer Correct ?    1 Yes 0 No

Hi, i want download attached files in test plan area from QC to local drive in my system using QT..

Answer / gabbar singh

You have an export option from test plan tab. that will do

Is This Answer Correct ?    0 Yes 0 No

Hi, i want download attached files in test plan area from QC to local drive in my system using QT..

Answer / softwaretester4u

Hi Singh,
I am looking for using QTP script .download attached files
in test plan area from QC to local drive

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

How many lines of code in each script of QTP?

0 Answers  


How to check the URL using Automation tool QTP

2 Answers  


Can any one give me some basic VB script used in QTP ?As i am new in QTP.Give sample VB script used in QTP? PLZ

3 Answers  


How to get all the objects count and objects names in webpage using QTP ?

6 Answers  


Can you list some technologies that support qtp?

0 Answers  


How to work with multiple browsers when opened in the window, write the script for it

2 Answers   Verizon,


write script for finding number of broken links in web page? kindly please answer my question.

3 Answers   Manhattan, Oracle, Virtusa,


How to add synchronisation points in qtp?

0 Answers  


what do u mean by test harnesses in qtp?

1 Answers   Verizon,


how to parameterise a test with data base table or excel sheet?

1 Answers   FCG,


How to associate function library at a run time?

0 Answers  


How do Parameterization and Data-Driving relate to each other in QTP?

0 Answers  


Categories