Votes
Answers
Views
Question
0
votes
1
answer
39
views
I'm having QC10 on windows 2003 connect to Oracle 10. I need to move the QC10 projects to a new windows 2008 server and connect those projects to a new Oracle DB server. What is the best way to do it. Those 2 QC10 servers will be the ame Oracle/QC version, after completion the windows 2003 will be d...
0
votes
1
answer
295
views
asked 8 years ago by coleslaw
updated 8 years ago by jameslcoleman
We are wanting to filter TEST RUNS based on a value contained within the Tests Name. Can you help us with this? Thanks!
1
vote
1
answer
86
views
asked 8 years ago by pumpkin
updated 8 years ago by bubblehead712
I have a SOAPUI Rest project and used SoapUI2APITest.exe to convert it to a UFT API Test. Results appears the conversion worked but the log shows no tests. Does anybody know why? ![alt text][1] 2018-02-13 17:33:00,304 - INFO - Start conversion 2018-02-13 17:33:00,304 - INFO - Start deserialization 2...
1
vote
1
answer
95
views
asked 8 years ago by pumpkin
updated 8 years ago by bubblehead712
I have one machine with full install of UFT and I have several other machines with just UFT Runtime. The Runtime has an option to import VBScript to sync configuration across other machine but it does not work. Going to UFT machine and selecting Tools > Options > GUI Testing (tab) > General (tab lef...
1
vote
1
answer
295
views
asked 8 years ago by pumpkin
updated 8 years ago by bubblehead712
This API Script has calls to a couple of REST services, one through REST Activity and the other through HTTP Activity. Script has lot of user code with connections to DB and Excel workbooks. This script iterates a set of test data and logs results after verifying the expected xml/json responses. Scr...
1
vote
1
answer
199
views
asked 8 years ago by pumpkin
updated 8 years ago by bubblehead712
Is there a batch run utility for UFT scripts which can work without ALM?
1
vote
1
answer
316
views
asked 8 years ago by pumpkin
updated 8 years ago by bubblehead712
Having issue invoking and navigation to URL Browser(myBrowser).Object.Navigate URL
1
vote
1
answer
44
views
asked 8 years ago by pumpkin
updated 8 years ago by bubblehead712
Script errors out once or twice when running several iterations, using descriptive programming is not helping either. Primary cause seems to be existence of duplicate object values which has been used at other places inside the script. I tried to clean up the object repository but it did not helped....
1
vote
1
answer
303
views
asked 8 years ago by pumpkin
updated 8 years ago by bubblehead712
We have a function library based framework. Each function starts with 'On Error Resume Next'. There is scenario where the script has to exit a test and proceed to next when certain criteria are not met. for this we have tried to use, below methods. but none worked. scipt execution continued as usual...