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 |
What is the extension of script and object repository files?
what is frame work of qtp?
qtp script for recording and running the application.need script for short cut keys like f3,f4 etc.how to write script for recording?
How to Compare the 2 xl-sheets in QTP? ple write the vb Script for the comparison?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
How you automate testscripts one by one or moduelwise or all at once
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, and also tell me the best institute and the estimate cost for joining the institute ib delhi NCR. Hence, if possible, kinldy mail PDF file to my mail-ID: kumar123.pathak@gmail.com , Regards, kumar pathak
What is object identification?
what kind of frame work you used in your last project?
can QTP works on LINUX platfom
How to capture the Check point Value into a variable?
When i use paramateriztion for tickets in flight reservation application , the tes'll run for first iteration but for the second iteration it'll give this details, but the second iteration is failed. Pls anyone clarify it. Cannot find the "Agent Name:" object's parent "Login" (class Dialog). Verify that parent properties match an object currently displayed in your application.