Votes
Answers
Views
Question
1
1
169
asked 15 years ago by tat
updated 15 years ago by steve-antonoff
Tags:
After a new build, the script fails - appears to be related to server sending responses inconsistently to match the siebel star array parameters captured during recording. Only solution received so far is to re-record the script which will change the left and/or right boundary of the array or the or...
5
3
126
asked 15 years ago by leon-peeters
updated 14 years ago by timd
I am testing a table with changing values in the cells. On mouse over a cell, a tooltip is given which contains a value specific to that cell. The table is of type SwfTable (.NET application). I am looking for a way to read this tooltip so I can check the value in it against some other cells in the ...
2
1
118
asked 15 years ago by The Danny
updated 15 years ago by Captain Mercury
How do I send custom Requirement change email notifications from Quality Center workflow?
10
1
76
asked 15 years ago by vishwasbabhare
updated 14 years ago by bubblehead712
Hi, I am using QTP 10 and it has been observed that QTP can not identify the CAPTCHA (Completely Automated Public Turing test to tell Computers and Humans Apart). Please let us know the solution for this. Workaround - Manually enter the text and store it in a variable and use it. Thanks, Vishwas
1
1
24
asked 15 years ago by vishwasbabhare
updated 15 years ago by Captain Mercury
Hi, I have installed HP Quality Center System Test Remote Agent on my machine however I am unbale to see the entry in add remove programs or in Help->About HP QC Software. It would be great if you help me on this. Thanks, Vishwas
4
2
174
asked 15 years ago by steve-antonoff
updated 14 years ago by lewis-epting
Why is there a 'SiteScope' monitor type along with specialized monitors that use SiteScope, such as "Windows Resources (SiteScope)"?
4
2
212
Why can't I add a monitor to Performance Center? My permanent license includes all monitors.
0
3
97
asked 15 years ago by chris
updated 15 years ago by bubblehead712
I am using QTP10 and when I add new objects to the repository, my scripts will not recognize them until I either quit QTP and relaunch or disassociate the repository and reassociate it to the script. (Yes, I am saving the Repository after adding objects.) Has anyone else seen this or have any sugges...
6
1
158
asked 15 years ago by tlstockton
updated 15 years ago by sammyh
I have a function that no longer works after our upgrade to QCv10. It does not appear to be looping. Below is the function. Function CUST_Create_HTML_String(testSteps) Dim HTML_String HTML_String = "" For Each item In testSteps HTML_String = HTML_String & Replace(item, "Step^", &...