Votes
Answers
Views
Question
3
1
217
asked 12 years ago by kaptainkayoss
updated 12 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...
4
2
105
asked 12 years ago by kaptainkayoss
updated 12 years ago by pavelshainsky
I am having trouble in my application with the objects QTP is trying to work with. The application GUI changes with new builds, and the properties of the objects do not match from recording on one build and playback. Does anyone know how to change them or am I stuck with updating the OR each build?
3
1
44
Hi, When I create a test case, I can't find an option for QTP in the "Type" selection where I can launch QTP from QC. Do I need to install extra components in order to enable this feature ?
3
1
33
Hi, I was wondering if there is any way to capture the AJAX call (address and data) that a webpage could make ? Regards
2
1
72
asked 12 years ago by neena
updated 12 years ago by bubblehead712
I have been looking thru QTP documentation to find out how to extract variables from PageDOM. The way to access the object in jQuery is as follows : $(s) If you wanted to access a variable of s object, you would do, for example: $(s).pageName or $(s).channel On this page I tried below but looks like...
1
1
192
asked 12 years ago by fandabidozi
updated 12 years ago by bubblehead712
I have Service Test 11.2 and I am trying to run a test from ALM 11 sp3. When I click on the Run button I get a red message box that says "Class not Registered
2
1
257
asked 12 years ago by fandabidozi
updated 12 years ago by bubblehead712
I have Service Test 11.2 and I am trying to run a test from ALM 11 sp3. When I click on the Run button I get a red message box that says "Class not Registered
2
1
49
asked 12 years ago by tnone
updated 12 years ago by bubblehead712
I am trying to run some code and every time I call Swfwindow("QQ"). swfComboBox("WW").Select "something" I get a General Run Error. Does anybody know how to fix this issue? QTP 11 win7 32 bit
2
2
208
asked 12 years ago by myotherme
updated 5 years ago by ajujayapal
I'm using the following code to add Object Repositories to my test via code. The problem is, when I do, it uses the absolute path (C:\\MyTestORs\\MyOR.tsr) rather than a relative path. This is a problem because not all of our users put their tests and ORs on the C:\\ drive. How do I get QTP to use t...