Questions tagged [uft14]

Unified Functional Testing (UFT) is a commercial software test automation tool owned by Micro Focus, formerly owned by Hewlett Packard (HP) and Hewlett Packard Enterprise (HPE). This tag specifically refers to version 14 of this software.

should be considered a synonym for , although this software is no longer owned by Hewlett Packard (HP), hence the potential reason for the use of this separate tag.

129 questions
4
votes
3 answers

UFT Developer vs. UFT One?

I'm currently using UFT One for web automation (mostly screen scraping, form submissions, file uploads, SF Lightning manipulation, etc.) but there is potential for more extensive automation/testing in the future. Our current license is up for…
jamesondaw
  • 41
  • 1
  • 4
4
votes
3 answers

Does anyone have any recommendations for speeding up UFT 14.53 on a Windows 10 platform?

I've upgraded a laptop (Windows 10 Enterprise, Version 1803) and 2 VMs (Windows 10 Enterprise, version 1809) with MicroFocus' UFT version 14.53. The previous version of UFT was 14.02. The performance of script execution is annoyingly slow. Here…
BB_AF
  • 43
  • 6
3
votes
1 answer

UIATable operation GetCellValue throws error "Failed due to a lacking or broken API call inherited from UI Automation"

I am using the UI Automation add-in to automate and test an application that contains HTML objects in a Java window. I have the UIATable identified & saved in my object repository and the following methods work fine: MsgBox…
3
votes
0 answers

UFT Report is broken

Lately we are getting more and more often confronted with problems with UFT. Many API components can't executed anymore, but there are 2 possible outputs: UFT gives a message from "object reference not set to an instance of an object" without even…
justauser
  • 31
  • 1
3
votes
1 answer

Launching UFT application makes Cortana use a lot more CPU and react a lot slower

I'm using version 14.03. Anytime I open UFT, Cortana, or even Windows Shell Experience Host if I remove Cortana, starts being very slow and CPU hungry. It stays that way until I log off or reboot. Cortana is the process that handles the start…
Traceur
  • 33
  • 11
3
votes
4 answers

Unable to recognize any objects in Chrome browser

Unable to recognize objects on Chrome browser via UFT 14.02 I am using Chrome 56.0.2924.87 and UFT 14.02 I have installed HPE Functional Testing Agent along with agent crx file item. The Chrome browser is zoomed to 100%. Using Object Spy, I am…
Adarsh Kumar GM
  • 164
  • 1
  • 4
  • 17
3
votes
0 answers

Using QTP/UFT's DotNetFactory.dll in VBScript

I am trying to use QTP/UFT's DotNetFactory utility in standalone vbs files. I believe UFT is using DotNetFactory.dll found in the C:\Program Files (x86)\HP\Unified Functional Testing\bin to implement the feature. I have checked and found that the…
Pankaj Jaju
  • 5,371
  • 2
  • 25
  • 41
2
votes
1 answer

If the application added new component, will UFT One still work for automation testing?,

If the application added new component, will UFT One still work for automation testing? E.g. moved the child to another parent ,etc. Couldn't find the answer in the user manual.
2
votes
0 answers

How to retrieve BackColor of highlighted or selected Toolbar item using UFT?

I tried with following also... Object.Items.item(3). BackColor But it is throwing entire toolBar colour rather than highlighted colour.
Tester
  • 21
  • 3
2
votes
1 answer

Clicking a Webbutton which is the Child of a Webelement using Microsotf UFT

I'm currently working on developing a testautomatisation strategy for a web-client. On this web-client all web-elements have a data-testid which is used to identify the object. Unfortunately in some cases the data-testid is not unique, so clear…
T.Naz
  • 125
  • 8
2
votes
2 answers

UFT takes too long to execute steps

UFT takes more than 5 minutes to execute steps while timeout is set to 10 seconds. It only happens in some web pages, other scripts do it almost inmediately.
2
votes
1 answer

UFT detects chrome as winobj after UFT opens the browser

UFT launches Chrome but it detects it as winobject. If I open it manually it sees chrome as browser. How can I fix this?
2
votes
0 answers

UFT / QTP :: Unable to select/click SwfTab

In my application there is window which has 3 SwfTab tabs and hierarchy is swfWindow().swfTab() Above object exists and gets highlighted as well. I want to select any tab for which I tried below ways but it didn't select the tab obj.Select…
onkar
  • 249
  • 1
  • 4
  • 14
2
votes
1 answer

Setting object property using SetTOProperty in UFT

Need to set a property of an object at runtime. However the property values require certain regular expression. For example - Browser("IE").Page("newpage").WebElement("First").Settoproperty "innertext", "over.*" It seems this is not possible except…
Pranav
  • 437
  • 3
  • 19
2
votes
2 answers

Is there any inbuilt functionality to handle Windows security authentication popup on browser using UFT tool?

I am trying to automate web portal, Everytime when the IE navigates to that web site, it asks for user name and password. It is windows security popup. In selenium this can be handled by putting username and password before URL something like…
Prasanna
  • 47
  • 9
1
2 3
8 9