Votes
Answers
Views
Question
6
1
160
asked 15 years ago by tlstockton
updated 15 years ago by sammyh
I have a function that no longer works after our upgrade to QCv10. It does not appear to be looping. Below is the function. Function CUST_Create_HTML_String(testSteps) Dim HTML_String HTML_String = "" For Each item In testSteps HTML_String = HTML_String & Replace(item, "Step^", &...
0
1
42
Does anyone have an example QTP (or vbs) script using OTA to download assests from the Test Resources (QC 10.0) module?