Votes
Answers
Views
Question
0
1
63
asked 11 years ago by buffalo-bill
updated 11 years ago by pt-barnum
We need a way to check on server DB activity and on how it is utilizing the JAVA Heap. It seems that every once in awhile, we max-out on some activity that halts the QC server.
8
1
87
asked 12 years ago by fuzzy-davis
updated 12 years ago by sammyh
We have upgraded our testing server from QC v11 to QCv11.52 SP1. The error message "Access denied" is being displayed when using the debug console link, http://MyServerName:MyPortNumber/qcbin/debug. Any ideas? Thanks, in advance.
8
2
248
My scripts are really big. if I try to use the all RTS log options for "extended logs" (Parameter Substitution, Data returned by server, Advance trace) the script hangs and timeouts before it get to the fail point. I like to turn on the full logs at action line 876 and run for a few events a...
10
1
44
asked 13 years ago by bubblehead712
updated 13 years ago by bubblehead712
Does anybody have suggestions for debugging a script that crashes QTP and AUT? I am not sure which line of the code is causing the problem. Running in debug step mode does not cause the problem. Another part of the problem is it takes over 15 minutes of running the test script to get to area of test...
9
1
75
asked 13 years ago by pumpkin
updated 13 years ago by jumphopper
I use the QuickTest Print log for debugging wich is obtained by using the call print. **Example** a=5 print "a=" & a Does anybody know how I can capture the data in that log for later use?