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

Set oTestResource = qcConn.TestFactory


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 


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

In QTP whether is it possible to call a function from one action to another action?

1 Answers  


How do function returns a value?How can we pass one function value to other function as input

3 Answers  


I Selected for TCS-Chennai(Contract to hire) position plz suggest me whether i have to join or not

2 Answers   TCS,


Hi Small doubt . i am working as Contract employee in XYZ comany thrw ABC Consultancy. so. How i write my resume ? In Professional experience Column. plz send urgent

2 Answers  


does qtp runs on internet explorer 7.0

5 Answers   BeBo Technologies,






What are the difference between QTP and Winrunner

5 Answers  


i need qtp tutorial. pls send it to sridhar.k151@g mail.com

0 Answers  


Can anybody give the script to addsheet, add column,add values under that column in the rows?

2 Answers   McAfee,


What are the framework folders?

1 Answers  


Is it a smart choice to use QTP for backend testing?

1 Answers   CTS,


What is the parameterization? Give one example?

0 Answers  


How to load the object repository at run time?

1 Answers  


Categories