Votes
Answers
Views
Question
0
1
31
asked 9 years ago by gem
updated 9 years ago by bubblehead712
One of my coworkers created a UFT test with the following XPATH expressions: set currentBrowser = Browser("Title:=Smart Commercial Kitchen Web Portal") set currentPage = currentBrowser.Page("title:=Smart Commercial Kitchen Web Portal") exist = currentPage.WebElement("...
0
1
153
asked 9 years ago by gem
updated 9 years ago by bubblehead712
I have a web page with a list of entries, and each entry is a div with class 'feedEntryContent' and includes an unordered list. I am trying to grab the information in the second list item in each and use these as query parameters in the application. The page that I am trying to parse is an RSS feed ...
0
1
39
asked 9 years ago by hank-the-hammer
updated 9 years ago by bubblehead712
Tags:
I have a script that fails when it gets to a browser command using HNWD when using the IE9 browser. Works fine in 2003 with IE8
1
1
389
asked 9 years ago by kaptainkayoss
updated 9 years ago by rich-text
I read in the What's New for UFT 12.52 that it supports mobile device emulation without needing Mobile Center, but I've looked through the User's Guide and the Addins guide and can't find anything on it. How do I set it up and is there any addin or anything I need to install?
0
1
41
I've been working with UFT 12.52 against some responsive/adaptive websites, and have noticed that in some cases, on some individual statements in the test, the playback is very, very slow. On the order of 1-3 minutes. The test run report shows that no Smart Identification kicked in, so I'm wondering...
2
1
93
Sometimes my UFT stops recognizing web objects during a replay and I have to restart my test. This does not always happen, but it seems to always happen at the same place in my test. Any ideas what do to about it?
2
2
57
asked 9 years ago by mrbeavis
updated 7 years ago by amanjain42
Windows opened before UFT is launched used to be ignored and only windows opened after were recognized. In our latest version UFT can also see windows opened prior to opening UFT. This has become an issue is running tests from Quality Center (ALM) which must be opened in IE. When UFT runs a script i...
2
1
96
When recording a script in I.E. v11 with UFT 12.51 & UFT 12.51 Patch 1, with .net and web selected as add ins, and selecting to run on any webbrowser, recording for a home page (say LFGs) then selecting the url box and typing in Google and a search phrase (example test) script does not record or wri...
2
1
64
I'm recording from my web application, and every time I record on the same page/frame, a new instance is created in the Object Repository. In my case, "top_frame" is recorded and added to my object repository. Then, when I record again any objects under that, a new "top_frame_1" inst...