Votes
Answers
Views
Question
2
1
430
We are getting this error when trying to load a test in UFT 12.54. The test resides in ALM. We have not found a way to resolve it. Exception of type: System.InvalidCastException. Source: System.Windows.Forms. Occured in Void RealizeStyles() method Exception message is: Unable to cast COM object of t...
0
1
105
asked 6 years ago by coleslaw
updated 6 years ago by jameslcoleman
We recently upgraded both ALM from 11.0 to 12.55, and QTP 11.0 to UFT 14.2.3792.0. Now when we run some of our automation tests, we are getting a failure for that test whenever the print function is called. Because it is a print value, the test does run, but in ALM the results show as "failures&...
0
1
50
2
1
148
When IE is open and chrome is also open, UFT won't identify objects. When I try to locate an object on the web site from the repository window, I get this message: > "The selected object cannot be found in the application. Check that the application is open to the correct page or window and that...
2
1
28
Our AUT is a windows-based application that has browser controls embedded in it. UFT does not properly recognize or work with these browser controls. Is there some add-in or setting or something we can leverage to get this to work?
1
1
51
We need to test a variety of data scenarios. I was wondering if anyone has tips on generating test data for use in UFT?
2
1
260
Our application has an object that I thought should show up as a WebList, but it is coming as a WebElement. The list is a list of states that can be selected for an address form. The problem is, all the items in the list are also showing as WebElements but we are not able to click them to select the...
2
1
607
Currently we use LeanFT to do some testing on a headless browser. We were wanting to incorporate this capability in some of our UFT tests too. Is there a way to do this?