Votes
Answers
Views
Question
1
vote
1
answer
39
views
asked 11 years ago by DavidMofOSI
updated 11 years ago by Iama_mess
Tags:
When I try to add the host I get "host installation invalid". I verify that the host (controller) and VuGen work on the new host How do I fix this issue??
3
votes
1
answer
37
views
4
votes
1
answer
39
views
asked 11 years ago by coltsfan12
updated 11 years ago by mrwhite
Attempting to generate an Analysis View - Business View Graph concerning active Defects outstanding from a Domain. My report works fine until I try to add a 7th project to the setup for the graph. I get a message popup that says "you have exceeded the maximum amount of 6 projects that be selecte...
4
votes
1
answer
76
views
asked 11 years ago by ditch-brodie
updated 11 years ago by mrwhite
Having read the REST API help file, it shows examples for retrieving test cases based on requirement ID coverage. Here is an example call that we are trying: http://myserver:8080/qcbin/rest/domains/DEFAULT/projects/LOGAN/tests?login-form-required=y&query={requirement.id[1278]} Now requirement ID1278...
4
votes
1
answer
227
views
Our application can spawn multiple browsers and each on has a different title, so how do I pick and choose a specific browser during my test?
1
vote
1
answer
28
views
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
Does HP UFT support 4gl applications?0 We have to automate an application developed in that technology
3
votes
1
answer
70
views
I had come across an enhancement request with HP regarding Siebel Open UI support and they did not list it in any patches for QTP 11 or UFT 11.50. Do you know if it will ever be supported?
2
votes
1
answer
404
views
asked 11 years ago by tnone
updated 11 years ago by bubblehead712
We have used Object.Exist(10) as a stand alone statement for a dynamic wait in QTP10, but that fails now for QTP 11. Exist() does work in QTP11 when used within another statement such as If-Then, but does not work stand alone. This has been failing for Web Objects, but we have not tried other object...
4
votes
1
answer
277
views
asked 11 years ago by tnone
updated 11 years ago by bubblehead712
I record simple action for a treeview control, so I select node, Right-Click on it and once context menu opens, I click on one line in it. Code, generated by QTP/UFT through recording - don't work SwfWindow("MyWin").SwfWindow("MyTree").SwfTreeView("myTreeV").RightClick ...