Votes
Answers
Views
Question
0
1
474
I have a string... mySourceConn.Open "Driver = Teradata; DBCName = tdprod1; Database = " & DB_Source & "; uid = " & UID & "; pwd = " & Pwd in which I would like to pass the encrypted password into the "Pwd" field as the regular password.
0
1
355
asked 8 years ago by kaptainkayoss
updated 8 years ago by rich-text
I'm trying to work with a WebEdit field, and sometimes when I play back my script, the set operation doesn't fill out the field completely. I try and type a phone number, for instance, and it only types part of it sometimes, like 55-1212 or 888-555-1 or something like that. Any ideas to make it more...
3
1
88
asked 13 years ago by jtaylor
updated 13 years ago by josh-yates
We are currently trying to execute scripts from our QC Dev environment using the Run Test Set Scheduler. This is what we have currently: RunTestSet.exe /s:http://QC10SERV:8080/qcbin /d:TestProject /u:qcadmin /p:qcadmin /f:Root\\test\\ /t:automated When we execute this through command prompt or in a ...
2
1
111
asked 15 years ago by Michaeldx
updated 15 years ago by bubblehead712
I'm trying to run a QTP test set on a schedule (every day at 3AM), but it's starting immediately despite having a time dependency. What might I be doing wrong??
9
1
47
I'm currently in a project where we have 45ish manual tests in a single test set. These are easily done by one user however. Is there a way to assign all tests in a test set to one person at once?