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 |
Is there any option in QTP to add Java add-in after instaling the QTP?
str="QTP AUTOMATION TESTING" here how many T are there in the str finally i want to display the T
What is Optional step?
request to add whatsapp grp for test engineer
I am having major problems with some DB Table Checkpoints I add to my script. I 35 web based applications recorded and each has DB Table Checkpoints insert but only 1 script isn't recognizing the DB Table Checkpoints for some reason. I've checked the DB connections and the info in the Library Functions and still only this one script out of 35 doesn't recognize the DB Table Checkpoints. Can someone please help me figure out why only this one script out of 35 that's hitting the same database is having a problem.
For Passing Parameters from one Action to another Action we will use Input & Output parameters. Can any one tell how to use this Input & Output parameters with Example ?
What criteria do you use when determining when to automate a test or leave it manual?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
How to handle the exceptions using recovery scenario manager in QTP?
Object Repositories types, which & when to use?
what type of automation is follwed in the project?
how can i replace any text from the qtp script with some anothere text