Votes
Answers
Views
Question
2
1
59
I am periodically getting an APPCRASH error on IE when I'm using UFT. Here's what it says: Problem Event Name: APPCRASH Application Name: iexplore.exe Application Version: 9.0.8112.16421 Application Timestamp: 4d76255d Fault Module Name: nvwgf2um.dll Does anyone have ideas how to fix this??
1
1
516
I need the ability to test IE using different users. With manual testing, I can use Shift + right-click on IE's icon and select Run As Different User and change the user that way. How can I do this with UFT?
2
1
94
I have my web page open that I want to test, then I started UFT12 and opened the Object Spy, but it's not recognizing any of my web page application's objects?
1
1
181
asked 11 years ago by kaptainkayoss
updated 11 years ago by rich-text
I'm writing the code to check the broken link, every time after clicking the link, I need to go back to the previous page. But Browser("CreationTime:= 0").navigate url and Browser("CreationTime:= 0").Back are not working . Can I use send the keyboard event to back to the previous pag...
1
1
53
I need to test the scenario when I type xyz.com for the web page to load https://www.xyz.com/webportal/xzy/index.html. I use code : SystemUtil.Run "Explorer.exe","xyz.com", and get Run Time Error , IE can't load the URL that Not contain "Http" . How to tell IE to type a xyz.c...
12
2
25
Says yellow bar will appear to allow download, but does not appear. Link does to directly download does not work either.
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...
4
4
87
asked 12 years ago by tnone
updated 12 years ago by bubblehead712
QTP appears to hang as it takes forever for the IE page to load. Has anybody seen this issue?
4
3
106
I need to be able to move my IE browser, make it a different size, maximize and restore it, but I can't seem to get it to work. How do I do this??