Questions tagged [hp-uft]

Unified Functional Testing (UFT) is a commercial Software Test Automation tool by Micro Focus.

Unified Functional Testing is a software testing solution by Micro Focus

Main features:

  • Automate testing of GUI and API's
  • Powerful visual user experience and toolset
  • Easy conversion of manual tests to automated tests
  • Integration with Business Process Testing and Application Lifecycle Management

Previous versions where named Quick Test Professional ().

Technologies supported:

  • Web
  • Activex
  • Standard windows
  • .NET
  • Oracle
  • Visual Basic
  • Java
  • Peoplesoft
  • Powerbuilder
  • Qt
  • SAP
  • Siebel
  • Stingray
  • Terminal Emulator
1110 questions
3
votes
1 answer

How to pass output from UFT test to Jenkins console

Does anybody experience or any idea with pass output from UFT test to Jenkins console? I started a UFT test through Jenkins and I use *.mtbx files for pass parameters from Jenkins to test but now I need some data (for example order id or phone…
Noba
  • 31
  • 2
3
votes
0 answers

How to force HP-UFT to ignore untrusted security certificates?

I'm new to HP-UFT and need to automate a number of test environments using HTTPS. These environments do not have valid security certificates (they're self-signed) & I'd like to configure UFT to ignore them for Firefox/Chrome. With Selenium/Java,…
3
votes
1 answer

IOS Automation using UFT

Can we identify the notification badge of any applcation in IOS using UFT? If so, how can it be done? I am using UFT 12.54 and Mobile Center 2.01.
3
votes
2 answers

Xpath in UFT not working

Below code is written in UFT 12.5 version and ran on open Web application(Google). Object is not identified or no action performed in Test result Browser("name:=Google").Page("title:=Google").WebEdit("xpath:=//INPUT[@name='q']").Set “test” Any…
Joy Flora
  • 31
  • 1
3
votes
0 answers

How to handle virtualized WPF controls in UFT

In our WPF application, for performance reasons we recently changed a number of ListView and ComboBox controls to use virtualization with Recycling VirtualizationMode. In the application, this is implemented in xaml basically like…
JNP
  • 131
  • 2
  • 5
3
votes
2 answers

HP UFT - Add new Recovery Scenario to all existing scripts

I've recently created a new recovery scenario which we want to add to all of our existing run scripts which number in the hundreds. Unfortunately, setting it to be included in the default only works for new script creations and doesn't…
3
votes
2 answers

Save Web Service Response as XML

I'm working with HP UFT nad HP ALM. I'm trying to save a web service response as xml in an API-Test. I found many tutorials to save a response in an Excel but it's not what I want. Is this possible? If not, is it possible to download an .wsdl…
david-schor
  • 260
  • 2
  • 11
3
votes
2 answers

HP UFT and BHOManager.DLL

Using HP UFT v11.53 Patch 5 The BHOManager.dll is not registered and of course not enabled on some of our test machines. Can anyone tell me the purpose of the BHOManager.dll and problems may occur if it is not registered, installed, enabled, etc...
PaulRazz
  • 31
  • 2
3
votes
2 answers

Search and Replace a number of characters in Excel using VBscript

I need to search and to replace a specific part of a string in an Excel sheet. Here is my code and I don't know how I can exactly search this part in each Cell.value. my_new_string = "abc" For each objSheet1 in objworkbook2.sheets If…
sourh
  • 131
  • 2
  • 13
3
votes
1 answer

Connecting to IBM MQ from UFT

I have been trying to read and write messages to MQ from UFT. I am using the dotnet factory instance. i have reached till a point where i am able to connect to MQ while i am facing a problem in accessing the queue and read and write messages. The…
GVR
  • 320
  • 1
  • 3
  • 15
3
votes
3 answers

How to save workbook and handle TITUS (or any other document classification add-in) popup?

I'm creating a script in HP UFT 12 which performs grid data validation against a CSV file and saves the results in a Excel file with two worksheets. I'm using Excel for this because it is much more clear for the user, as it allows cell formatting,…
Victor Moraes
  • 964
  • 1
  • 11
  • 28
3
votes
1 answer

How to add zero to single digit in a string

I need to to append zero in my below string whenever I get date with single digit without changing Quantity digit (below string is system generated in my application not created by user), Data Added Quantity:1 on Dec 9 2015 modified on Jun 7…
J_Coder
  • 707
  • 5
  • 14
  • 32
3
votes
3 answers

Clicking on specific row in a WebTable using UFT/QTP

I am having hard time clicking specific row in a Web Table. My code finding proper row, but when I use Child Item method it complains that Object is not found. Here is my code: Desc = "Record to click" If…
K.G.
  • 33
  • 1
  • 1
  • 4
3
votes
0 answers

How to retrieve an Sql decimal(18,3) column in Vbscript

I did a fair amount of research on this issue but can't get my head around a solution. Here's the problem: Using HP UFT I read a column value from an ADO recordset with Vbscript. This column is a decimal(18,3) and vbScript recognises the decimal…
3
votes
1 answer

How to get TestSet path with UFT12/ALM12?

I'm trying to get the Test Set path of a ALM12 test set with UFT12 OTA API. I've just upgrade from QTP11 to UFT12. On QTP11, we used to get the TestSet path like…
1 2
3
73 74