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
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 |
Answer / gabbar singh
You have an export option from test plan tab. that will do
| Is This Answer Correct ? | 0 Yes | 0 No |
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 |
tell me about regular expressions in QTP? where we use? give eample?
What is the Difference between current version of QTP and QTP 8.2. Pls kidly Anybody let me know. Thanks in advance.
hello everyone, can anybody please tell me what are the different recording modes of QTP, and where these recording modes are present in QTP 9.2. Thanks in advance, Gaytri
How to test login module with different username and password by using data driven testing in QTP?
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
1.can we parameterise object repository?how we can do it? 2.there is a name "mallikharjun".i want to get the vowels in it through VBSCRIPT?
What are the Automation Limitations??
How did you use regular expressions in QTP and also in WR?
Hi, Am trying to download QTP 8.2 version.its not supporting Windows Vista.Can you please help me out from this.Which QTP version supports this. Thanks in Advance.
what is the exact testing process in qtp plz explin ?
How to resume the second iteration in the QTP,, if the error has intrupted the the second iteration. When i use run from step it starting from the first iteration again.
how to write script in qtp(vbscript)..i mean with out application deployed..and how to call script1 into script2?