Votes
Answers
Views
Question
1
vote
1
answer
182
views
I'm trying to troubleshoot an issue a user at my company has run into. Their QTP is crashing when being run from ALM. I read on some forums to check the ALM client logs for QTP issues, but they didn't give instructions. Does anyone know how to do this?
5
votes
1
answer
34
views
asked 13 years ago by kaptainkayoss
updated 13 years ago by rich-text
I'm trying to figure out a way that I can write my own status messages outside of using the QTP Report object. I don't need the status information part of the report. I wanted to make notes of what part of the script was being tested and maybe some data that is being used in the test.
3
votes
1
answer
60
views
asked 13 years ago by scruffy
updated 13 years ago by josh-yates
(No "from" email address is specified for project)this warning is being displayed in our log files in QC 11 what is causing this?
9
votes
1
answer
84
views
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?
0
votes
1
answer
139
views
asked 15 years ago by jeff
updated 12 years ago by maximilien
I tried to override QTP's run log by using... http://www.advancedqtp.com/community/blogs/yaron-assas-blog144/overriding-qtps-native-reporter/ However, it doesn't appear that QTP uses ReporterEvent for its internal log. It doesn't get called. I want to capture every step to make an run log in a forma...