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
2
votes
3 answers

Exists method in UFT produces General Run Error when object not found

I'm running a UFT script (using UFT 14.51 on a Windows 7 machine) that sometimes runs on its own and is sometimes called as an action by another script, so at a particular point it may or may not have a particular window open. (This script is…
msacks
  • 41
  • 2
2
votes
1 answer

UFT 14.00 how to use a property of function in different actions

I have this problem in UFT/QTP 14.00. I want use a property from a function to write a log file, but return this error when run the action. Error message: Object doesn't support property or method Here is my code: Function Escrito 'Function in…
2
votes
2 answers

How to select option from Auto suggest list in UFT 14.02?

I'm new to UFT and I'm trying to select element from the Auto suggest list using Record and Play option of UFT. this is my recorded script for auto suggest list Browser("Log in to iCare").Page("iCare_3").WebEdit("Start typing your medication").Set…
Krishna Patel
  • 275
  • 5
  • 19
2
votes
1 answer

SetCellData issue with JavaTable

I'm facing an issue with SetCellData in my Java Application for an JavaTable. Note: Manually also user is not able to edit in a single click. User has to double click than only he will be able to edit/update. Recorded Lines example:-…
TheMightyNight
  • 161
  • 1
  • 2
  • 13
2
votes
1 answer

.Exist doesn't wait as per the given timeout in UFT14

I am trying to play my QTP11 scripts in the UFT14 (trail) but for some reason .Exist doesn't wait for the given timeout. Rather it is waiting as per the Object sync timeout project settings if the object doesn't exist. Any reason why? Like my…
Pankaj Jaju
  • 5,371
  • 2
  • 25
  • 41
1
vote
1 answer

Selecting the Xth item in a dropdown menu using the arrow keys in UFT

I'm passing an argument X to a subroutine in UFT that will go to a dropdown control and select the Xth item My first attempt worked, and I was basically just sending 'up' a bunch of times to get ensure I was at the top of the menu, then 'down' X…
1
vote
1 answer

How to use a shared object repository across projects in UFT?

I have two projects in UFT and one of the projects have a few functions and object repository that I want to use in second project. Is there a way to do so without copying the content?
Priyesh
  • 131
  • 1
  • 1
  • 12
1
vote
0 answers

UFT API - Unable to run a POST in uft but working fine on postman - JSON

Hi I'm running a post request using UFT API test with a JSON file and it's throwing me an error 500 or aborted request the thing is it works fine in postman in the same machine, is there anything that i should set or something in uft for it to…
Pollux
  • 11
  • 1
1
vote
1 answer

UFT click an element based on a given property value

I'm working with a date selector, and I'm trying for my UFT script to pick an appointment date 3 days from today's date. I have set up that value specifically to match the property value format in the HTML code: 14 My question is: How can I instruct…
1
vote
0 answers

Running tests in headless Chrome in UFT Developer throws exception: webdriver.promise.createFlow is not a function

I'm trying to run some tests in UFT Developer 2022 in Chrome headless mode, but I'm getting this exception: GeneralLeanFtException: webdriver.promise.createFlow is not a function. All tests run perfectly fine in headed mode. I've tried updating the…
BartT
  • 11
  • 3
1
vote
0 answers

select a file in file dialog in EDGE through UFT

I want to upload a file to a website. When I click the upload button, then a pop-up window with the document explorer opens and I want UFT to select the file from this pop-up window. This is my code: Option Explicit Dim objType, value,…
T.Naz
  • 125
  • 8
1
vote
0 answers

UFT :: Unable to select checkboxes from SWFTREEVIEW

I want to select check boxes which are in SwfTreeView. I tried to get getitem and getitemcount and it is returning 0. Below is the hierarchy of object SwfWindow().SwfWindow().SwfTreeView("swfname:=treeListVarTypes") Please suggest possible ways to…
onkar
  • 249
  • 1
  • 4
  • 14
1
vote
0 answers

UFT Test detection service jenkins ¿Does this service generate ATs for me in Octane?

When the job reaches that part is the AT generated in Octane automatically? How can I locate them? I'm trying to add them to a TS Thanks for the help
Alex Bravo
  • 25
  • 3
1
vote
0 answers

How to find number of links and print them, when mouse is hovering a element in UFT?

Recently I came across fireevent and I tried to implement it on the website of Flipkart. I was trying to use firevent("onmouseover") for the link. I searched for mobiles in the search box and took the number of links on that page, then we can see…
1
vote
0 answers

How can I launch a UFT Mobile test script remotely from a java application?

I'm developing a java application that will be used to launch remotely the UFT Mobile scripts, on related server, download the test result from it and then analyze the report in order to save the results on a specific database. I'm writing this post…
ShinjiruPP
  • 25
  • 5
1
2
3
8 9