Votes
Answers
Views
Question
0
votes
1
answer
46
views
asked 13 years ago by birch
updated 13 years ago by pavelshainsky
Hi, We're getting a "-10" error code when we're trying to create a defect in QC (10.0) through OTA using a Perl script. Can anyone tell me what that code means? Cheers, Kev
2
votes
1
answer
53
views
Tags:
Our office likes to generate test case reports in the evening at end of works hours. We have a few projects with several thousand tests within the plan. Often at end of day, I have noticed I get a lot of timeouts on the report queries I am running. I do notice less issue when I am able to run a repo...
3
votes
2
answers
113
views
Using LR Vugen version 11.0 latest patch. I am trying to pass a value using the Terminal emulator protocol on an IBM as400 system. The value is 180 characters long and I am getting an error during the run. Script compiles just find. any suggestions? Script Snippet: TE_set_cursor_pos(07, 18); ***TE_t...
4
votes
1
answer
75
views
Having an issue with Excel add-in with QC11. It was working fine last week but now this week, when I highlight my data, and then try to export by clicking the Export to QC, Excel closes. I tried an older test case that I exported a couple of weeks ago without issue, and same problem. Uninstall and r...
3
votes
1
answer
67
views
Tags:
I'm having trouble installing either the ALI or STM extensions on QC11. When I run the Extension Deployment Wizard, select my extensions, and try to run the deployment, I get a "Failed to deploy extensions due to a file handling error." Any ideas?
0
votes
2
answers
122
views
asked 13 years ago by darrel
updated 13 years ago by sandeepmoras
11
votes
3
answers
111
views
asked 13 years ago by myotherme
updated 13 years ago by pavelshainsky
In Quality Center, I click the Test Script tab but I don't see any QTP scripts. What do I need to do?
5
votes
1
answer
39
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
228
views
asked 13 years ago by kaptainkayoss
updated 13 years ago by rich-text
I am automating a website that requires an CHROME FRAME to be installed. We have installed the CHROME FRAME. And now the controls in some page are not identified correctly from QTP 11, all object now look like this: Browser("Browser").WinObject("Chrome_RenderWidgetHostHWND").Click 41...