• Failed to Save test to ALM Error on saving test, Not using ALM.

    Hi All, I am getting 'Failed to Save test to ALM' Error on saving the test, Even though I am not using ALM. I am using UFT one below is the version: Application Name: UFT One Version: 2021.0.0.2596 Kindly help.
  • Offset in AI Record mode in UFT One (CE 24.2)

    Hello there, We're experiencing a problem on all the Web applications we've tested. When recording in AI mode, there's a phase shift problem when identifying objects. The identification frames are out of phase and don't surround the objects in the right…
  • UFT Test Case Failure Leads to Application Freeze in WinForms Testing

    Hi Team, We have been using the Mercury.QTP.CustomServer assembly to implement UFT/QTP test in our application. We have properly implemented the test run logic based on the link mentioned below for WinForms Desktop Application. TrackBarSrv Record handlers…
  • UFT can't identify paths after 160 iterations. Need help

    2 days ago I was using UFT to find duplicates on different websites. The way it worked was, all the websites look exactly the same, it's just different projects and each project sometimes have duplicates in it. So, I created a data table where I…
  • Upgrading UFT One version causes issues with existing scripts

    Hello, I am just wondering if you it is common knowledge, and normal that when you upgrade from one version of UFT One to a new one that some of the tests that were created and working just fine in the former version won't run cleanly in the new version…
  • UI Pro related issue

    For micro focus UFT app (Version: 23.4, Build: 2023.4.0.1163) facing following issues: 1. UI Pro elements in UFT application not showing the properties in object repository (for a colleague of mine). 2. UIAPro OR - Top level in hierarchy is identified…
  • UFTBatchRunnerCMD 23.4 Override Results?

    I Have created a mtb file with 2 test cases. when I ran the mtb file from the command line. I Have observed that results are overriding. How to stop this? and I need individual results D:\UFTOne\OpenText\UFT One\bin>UFTBatchRunnerCMD.exe -source C…
  • UFTBatchRunnerCMD Result path

    C:\UFTOne\OpenText\UFT One\bin>UFTBatchRunnerCMD.exe - source C:\Users\flexagon\Documents\Flight-Services\mytestbatch.mtb When we use UFT 2021-2023, we don't have the option to specify the result location for UFTbatchrunnerCMD.exe. By default, those…
  • The "RefreshWebSupport" function is not working in UFT One 2022

    Hi all, I'm working with UFT One 2022.0.0 and I have to click a button inside a Browser's page in my Test. When I execute my code, sometimes the button is recognized, but at some executions my code is not moving forward (the button is not recognized…
  • How to encrypt password with length 10 character limit in uft

    Hi All, Encrypted my password(Welcome123) it contain more than 10 characters. So my script is not working. It should limit is 10 only. Any one help on this?
  • I need to enter file name in folder

    Hi, I am new for UFT. Please find the below screen shot for your reference. Actually I am Script developing is SAP in I need to enter file name and click open. I am unable write logic. Please help on this.
  • Cannot load Assembly error on DotNetFactory.CreateInstance Step in my UFT project

    Hi All, I would appreciate your time and help here. Context: We had a remote desktop on which we were running our BPT tests with UFT. It is perfectly working fine for below steps: Set DllObject = DotNetFactory.CreateInstance("EDS_Automation.Framework…
  • Reusing Object repository from BPT to Hybrid framework but getting "General Run Error" for objects

    Hello, Context : Earlier we were using BPT framework and due to ALM decomission we are moving to Hybrid framework. We are reusing one of the used defined function Test_Object( strObjectLogicalName = "pg_MF_MultiFactor_Authentication_Login" ) which…
  • Can we specify result file path for UFT test batch runner

    UFTBatchRunnerCMD.exe -source "C:\users\MySample.mtb" above on executing fine. but report saving to random location .but how do i save to particular location.means is there any command line argument to specify result file location
  • VB Script for UFT One

    I want to run Mico focus UFT One solution with VB script. but it's not working .here is my vb script Dim qtApp Dim qtTest Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = False qtApp.Test.Settings.Run.OnError = "NextIteration…
  • How to run .mtb files using vbscript

    Run the test batch via the command line Run the test batch via the command line to include UFT One tests in a build run, in a continuous integration system. In the Command Line window, enter UFTBatchRunnerCMD.exe and the source switch followed by…
  • UFT integrate with Mongo DB

    Dear Team, We are migrating from our database from SQL server to Mongo DB. As part of this Need to connect Mongo DB with UFT. Any idea about what drivers need to be installed and any help documentation regarding this? Appreciate your help
  • UFT Certification download

    Dear All, I have completed HP QuickTest Professional 9.2 software examination I have candidate ID. Can anyone let me know how to download the same.
  • UFT 12.02 Build 3327 get hangs during execution on Windows Server 2019 VM machine

    Hi I am facing an issue of UFT 12.02 Build 3327 on Windows Server 2019 VM machine while executing UFT 12.02 against Windows Based Win Forms Application after changing the CPU from 2 to 4 and increasing the RAM from 8 Giga Bytes to 16 Giga Bytes, expecting…
  • CREATING EXTENT REPORTS IN UFT

    Dear Team, My framework generates Customised HTML report using UFT one . I am able to see extent reports using Selenium. Can we generate similar type of reports using UFT as well? My current version of the software is UFT 2021 R1
  • UFT Json Reports

    Dear Team, Currently I am working on UFT integration with Jira/Xray using Rest API. I am able to change status, adding comments but not able to import resutsl because Xray rest api allows Json results. My framework generates customised html report…
  • UFT 12.02 Build 3327 Still Support Browser Internet Explorer 11 through BHOManager Class Add On

    Hi, I am facing the following issue presently while Testing through UFT 12.02 while Web Add In get enabled and testing the Web Based Application through Internet Explorer with BHOManager Class Add On UFT 12.02 throws the following error into the test…
  • UFT is not recognizing Edge print Browser's objects

    UFT is not recognizing Edge print Browser's objects, however the Addin is working fine when page is not a print preview page. Note: We have 2 tabs opened previously, the print page will be the "third" window. UFT One 2021.1.0.870 UFT agent enabled…
  • How can i send email from my 3rd email address

    I have more than 10 accounts in my outlook email and i want to send email from my 3rd account or email address. My outlook look like this. > Favorites Inbox sent mail >abc1@abc.com inbox sent mail >abc2@abc.com inbox Sent mail >abc3…
  • Java table - GetCellData

    Good afternoon, I need to save a data that contains a JavaTable in a variable. I am doing it with GetCellData but I have a problem when I Debug the execution, when I visualize the variable I get the following data: I share with you a part of the result…