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
0
votes
1 answer

How to access EXCEL sheet by multiple users?

We are using UFT for automation and we have kept test data sheet [Excel file] at common location which can be access by anyone. Consider a scenario like 2 users[From 2 different machine] are executing scripts through UFT and want to update the test…
onkar
  • 249
  • 1
  • 4
  • 14
0
votes
0 answers

uft-file-system-execution task in azure devops not executing complete testscripts provided in the mtb file

I have provided around 20 Testscripts in mtb file, It executes only the first 8 testscripts and skips rest of them. It is getting struck after executing 8 scripts. Can anyone help me with this, I am struck from past 2 to 3 days on this issue?
0
votes
1 answer

How to solve error during intialization of VM for Java due to UFT/QTP?

I used to have UFT for Test Automation. Now I don't require it so, I have uninstalled it. Tried to install AdoptOpenJDK 11(LTS) for x64 based system. When I try to locate it using java -version, I get the following error. The path of Javabin…
0
votes
1 answer

UFT API test: how to generate a number for an element in a request

I have the following (part of) request: case1 123456789
Vinni
  • 3
  • 2
0
votes
2 answers

Right click operation on SwfTable column header in UFT

I am working on automating an application through UFT, in this process I need to search for specific text from a list of records in SwfTable. This table has column headers, where on doing a right click on column header will let me to enter filter…
Karthik P
  • 107
  • 2
  • 12
0
votes
0 answers

UFT: How to modify a file with encoding "UCS-2 LE BOM"

I'm having a little problem automating a test with UFT (vbscript). I need to open a csv file, modify it, and then save it again. The problem is that when I open the file in Notepad++, it shows the encoding as "UCS-2 LE BOM". This file is then…
Mu21
  • 17
  • 10
0
votes
1 answer

Read text from command prompt in UFT

Can I capture text from the command prompt in UFT? How could I capture text from the command prompt in UFT for validation purposes?
0
votes
1 answer

UFT not able to recognise the objects in flight application

I have install the latest trial version of uft, while recording UF is not able to recognize the flight app objects.please help to guide on this
priyanka
  • 11
  • 1
  • 1
0
votes
0 answers

Trying to write results in excel sheet column Result using UFT

Hello I am using the following code and trying to write the results in the excel sheet column name result, but it's not writing the results in it, however, it will export the sheet but wouldn't write the result. Can you please help me with what I am…
Newbie
  • 13
  • 4
0
votes
0 answers

Run time unable to modify default SAPGuiComboBox value in run time BPT framework

I'm unable to select SAPGuiComboBox value in run time BPT framework. It's highlighted but value is not selected. Always default value is displayed. Unable to modify in run time. Its modify individual code execution after merging test cases wise its…
0
votes
1 answer

I need to Search a Dynamic WebTable for a value then click on it using UFT

I have a WebTable that will change in scope and size depending on what contracts are assigned to that user. It may have 1 contract or it may have 20 assigned them showing up in the WebTable. Using UFT my code would take a known contract (hard-coded)…
0
votes
1 answer

How to type full string without stopping in the middle?

I'm trying to type a full string in some field but the type function doesn't write all of the text. I got an object of a text field and I'm trying to fill it with type function. For some reason, the type function writes only part of the text. First…
Shemesh
  • 39
  • 11
0
votes
1 answer

Getting (x,y) positions of an object from its text

How to get the positions x,y of an element from its text using UFT? I tried using getTOProperty(x) but it doesn't work for me
narcisse
  • 401
  • 4
  • 8
  • 15
0
votes
0 answers

Changing Data in the application, verify in the Database (UFT)

I have a test scenario, I have an application in which Customer name, customer's phone, email and account number are present. I need to verify the data is the same data present in the database and in the application. Also if there is new data…
Newbie
  • 13
  • 4
0
votes
0 answers

SystemUtil.Run will not execute file

I am new to UFT. I am using version 14.02 build 3792. I want to open an executable file but my app won't open. The line of code passes the maintenance run and run, however, that's all; my window to launch the file won't open. I have been looking…
Venus
  • 173
  • 2
  • 11
1 2 3
8 9