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
1
vote
0 answers

Not able to run UFT 14.50 scripts on MS Edge

There is a requirement for running UFT scripts on MS Edge as IE 11 is going to retire soon. I have tried copying MS Edge driver files to UFT Installation bin folder but its not working. I am able to launch the MS Edge browser but nothing happens…
1
vote
0 answers

xpath not working for UFT14 getting Failed to run the test due to an unknown error

I am trying to run the following code. SystemUtil.Run "Chrome.exe","https://www.mortgagecalculator.org/" val = Browser(MortCalPage).Page(MortCalPage).WebElement("xpath:=//DIV/DIV/H3\[normalize-space\(\)=""\$.*").GetROProperty ("outertext") But i am…
1
vote
0 answers

HP ALM - Business Process Testing - UFT wont run multiple Flow Iterations

I have set up a Business Process Test with multiple Flows in it. For one Flow I set 3 Iterations with different Parameters and I expected UFT to run the flow, well, 3 Times but it only ever does 1 and I have no clue why. What am I missing here? The…
Hans Rudi
  • 11
  • 2
1
vote
1 answer

Unable to find webElements using Object spy in UFT

I am trying to find WebElements using Object spy in UFT but it shows only the Win Objects not the Web Element objects such as WebEdit and WebButton. I have selected Web as the Add-in but still its not working. Please can I get a solution to this.
1
vote
0 answers

UFT does not keep data when accessing library (qfl file)

I'm running an UFT test. My test uses a data sheet (in the Action code): DataTable.ImportSheet "C:\UFT-DATA\something.xlsx","someotherthing","Global" I use this datasheet to populate some variables: Dim Yay Yay=DataTable.Value("Yay","Global") Then…
Zoette
  • 1,241
  • 2
  • 18
  • 49
1
vote
1 answer

How to add the QuickTest.dll on c# for automating UFT

I am trying to integrate c# instead of the vbscript for opening a uft script. I already have the code to test to convert my vbcodes into c# but I need to add reference first the interop.quicktest.dll. I have a UFT One version 15.01 and using Visual…
RAYALSON18
  • 21
  • 3
1
vote
1 answer

how to identify download bar in Microsoft edge browser with UFT15

My requirement is that I need to save the downloaded file in some dynamic location and for that I want to click on 'save as' option available in download bar. However the UFT one(15.02) is unable to identify the download bar in Microsoft Edge…
Gimmet
  • 97
  • 7
1
vote
1 answer

Object identification and replay in UFT

If suppose there two or more controls(eg. Buttons) with exactly same properties on a screen and while recording user actions if one of the controls was clicked, how can the appropriate control be identified and replay back the same click by…
zennedy_16
  • 11
  • 2
1
vote
0 answers

Unable to locate object in object repository of uft

I created object repository on day1 and all the tests were running fine.On day 2 when I tried to run the same scripts it was not running as on day 2 object was not identified as uft now created 2 test object with name "_2" added in the name of the…
1
vote
0 answers

How to use ZAPI to automaticaly update jenkins test results to zephyr by checking zephyr test ID

WE have UFT automated scripts configured in jenkins.Currently trying to achieve the automatic updation of jenkins execution status to Zephyr. I have to update the test cycle each and evrytime in the jenkins build to make this process happen.We have…
1
vote
1 answer

Which add-ins I need to add in UFT One so that frame class should be SAPFrame?

I am using uft one with the add-ins as shown in image. But frame class is identifying as FRAME, I need frame class as SAPFrame. Please let me know which add-in should I add. Thanks.
Shubham D
  • 79
  • 1
  • 7
1
vote
0 answers

Not able to run UFT test using Parallel Runner but same script is working when executed through UFT

I am trying to run UFT scripts in parallel using ParallelRunner. Currently I am trying to run one script in UFT and ParallelRunner. My Script is working fine while I am executing it from UFT but when I am using Parallel Runner, it is launching the…
MIT
  • 11
  • 1
1
vote
2 answers

UFT 14.x cannot execute ctrlC+ctrlV in IE

I need a solution for this error Before using UFT 14.x , I wrote my code on UFT 12 (on windows 7) for copy/paste function. (It worked 100%) When I upgraded UFT to 14.x , that function respond with an error . The code and the image are the following…
D.P
  • 11
  • 3
1
vote
1 answer

Drag and drop using uft for sapguiTree object

How can we drag a node in sapguitree and drop it in sapgui element? I have tried device replay method but no luck.
user1400915
  • 1,933
  • 6
  • 29
  • 55
1
vote
1 answer

How to (permanently) set locale

in a UFT script (formerly QTP) I am trying to change the locale to a given value before starting script execution. Our scripts run on virtual machines, which sometimes have different locales defined which results in errors being reported (eg…
CompuMark
  • 11
  • 2
1 2
3
8 9