Votes
Answers
Views
Question
2
votes
2
answers
963
views
asked 9 years ago by jumphopper
updated 7 years ago by mwelli02
I am trying to figure out how to move (scroll) browser so that an object is in view. Also, I noticed the visible attribute is not reliable.
7
votes
1
answer
880
views
asked 11 years ago by nelnashhooks
updated 11 years ago by bubblehead712
I'm trying to launch QTP/UFT with a terminal emulator add-in, but I'm getting the message "QuickTest Terminal Emulator support is not configured correctly. Either the terminal emulator is not installed on your computer, or the HLLAPI DLL was not found." I did a search on my system for HLLAPI...
3
votes
2
answers
807
views
We do not have MS Excel on the systems where we execute our QTP automated tests (IT won't give us Office licenses). We've decided instead to use CSV files to data drive our tests. That's not an issue using the Filesystem object. However, we'd like to store these CSV files in QC's Test Resources modu...
2
votes
1
answer
793
views
asked 9 years ago by hank-the-hammer
updated 9 years ago by bubblehead712
When I execute this line of code: Window("Microsoft Internet Explorer").WinObject("Internet Explorer_Server").VScroll(micScrollEnd) I get this message: The operation cannot be performed The object can be identified from the object repository. Why won't it do the scroll?
1
vote
3
answers
584
views
asked 11 years ago by bubblehead712
updated 6 years ago by bastian-31
I have users that would like to update files in Resources area in ALM/QC and have QTP read this file. Does anybody have way to do that?
2
votes
1
answer
583
views
asked 9 years ago by fandabidozi
updated 9 years ago by bubblehead712
I am trying to interact with the Window object when the object is a browser? UFT will only record it as a browser.
4
votes
2
answers
514
views
For Example... If i have two vbs files named, File1.vbs and File2.vbs In File1.vbs there are two sub/function as hello(), welcome() and In File2.vbs there is sample() is a function... Now i want to call the sub welcome() from File1.vbs into File2.vbs sample() function.
2
votes
1
answer
481
views
We have a need to ensure that the page is fully loaded before interacting with it. .Sync worked fine in QTP, but it's no longer working in UFT!!!
1
vote
1
answer
465
views
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?