• UFTOne can not dectect object correctly when Users run UFTONe before the app to be tested

    1- User run UFTOne 2- User runs app to be tested actual result: UFTOne detects the objects as Windown or WinObject Expected results: UFTOne detects the objects as SwfWindow or SwfOjbect which are the correct type But, if the user run app to…
  • How we can achieve integration of UFT with Zephyr

    I am using UFT one version to automate our regression cases and Zephyr plugin in jira as a test management tool.
  • the Call Browser to “Chrome.exe” did not do it for each Record that it read

    Hello, before with version 15.0.2 the system when making the Call Browser to “Chrome.exe” did not do it for each Record that it read, now with the new version 24.2 the system for each Record that it reads makes the Call Browser to “Chrome.exe” and it…
  • UFT One recording feature does not work with Win32 application developed by Delphy 7 with .bpl packages

    Hello, teams, Thanks in advance for your support, so the scenario is below: 1.- Win-32 Application developed with Delphi 7 with next behavior: A.) Application developed without Borland Package Library, the UFT One recording feature WORKS!!! B…
  • Row count method in Swftable not working and getting object doesn't support this property error message

    I'm using UFT on two machines. One with UFT 14.5 version and other one recently upgraded to 2023 version. My script was running properly in UFT 14.5 without any issues. After upgrading to 2023, Swftable rowcount(), columncount() methods are not working…
  • 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.
  • Does UFT One supports Flooid Legacy POS test automation

    I am looking for the feasibility of UFT One tool for the legacy POS test automation using Flooid Linux based system on the Retail Store System. How effective the UFT One handles this POS system and it's End TO End functionalities.
  • Slow down the speed that scripts are being run when launched from ALM

    UFT One 24.2 ALM 17 App in SAP Portal v800 I have an application that is very slow and was looking to slow the scripts down. If I run the scripts through UFT on Run Mode = Debug, they all pass If I run the scripts through UFT on Run Mode = Fast…
  • I need to find a value in Tree node in SAP

    I need to find a value " Personnel number 60000357 invalid " in Tree node in SAP. Using UFT ' Get the SAPGuiTree object Set tree = SAPGuiSession("Session").SAPGuiWindow("IDOC").SAPGuiTree("TreeControl") ' Start searching from the root node i = 0 …
  • How to make content of field be recognised

    Trying to find another way to get the application to recognise the information that has been input to a field Putting the 277214 into the field is easy, the getting that to trigger off the dropdown containing the equipment material is what does not…
  • Do not close browser after test finishes

    Hello everyone, I haven't worked with UFT for quite some time and I need to ask about test runner. I have noticed that when you run the test and the test finishes UFT closes the browser. This wasn't a feature before, you had to explicitly "tell" the…
  • How can you improve the performance of UFT One AI Object Recognition

    Hello, We are using UFT One 2024.2 and we are using AI Object recognition. It is going relatively well, however sometimes it seems to take a LONG time for the AI engine to 'find' the object it is supposed to interact with. The assumption is that it…
  • Importing Selenium Scripts into UFT One

    Hi everyone, I have been working with Selenium for my test automation and am now looking to transition to UFT One. I have a few questions regarding this transition: Can I import my existing Selenium scripts into UFT One? If yes, what is the process…
  • Continuing Testing in UFT Trial Version After License Purchase

    Hi everyone, I have been using the UFT trial version for a project and it’s about to expire soon. I am planning to purchase a license but have a couple of questions: Can I continue testing in the same UFT trial version after the trial period expires…
  • Unable to define a VBScript Class in a function library

    I have a VBScript class defined in a separate script that is associated with my test as a function library, but the class is not recognised. According to the documentation Your function libraries can contain: Function definitions (function signature…
  • Error "Column doesn't exist" when it does exists

    When I run UFT One script, it gives an error "Column doesn't exist" when it clearly exists. According to the official UFT One documentation sheets should have same names as actions. I followed this rule but nevertheless UFT One doesn't see ZV60 sheet…
  • How to make Signature work on closed screen

    UFT One 24.2 SAP Fiori app - SAP NetWeaver - Release 800 - Version: 8000.1.2.1161 Chrome - Version 127.0.6533.73 (Official Build) (64-bit) I am working on an application that requires a signature as part of the steps I have been able to get…
  • SAP Fiori not running when not visible

    UFT 24 Chrome Version 127.0.6533.73 (Official Build) (64-bit) Running Fiori app in SAP NetWeaver Portal I am running scripts in our Virtual Machine I have hundreds of scripts that run on this VM, unattended, unseen......... expect for anything…
  • Why script does not run when going through ALM

    ALM v17 UFT 24 I have several tests that run on normal and fast mode without any issue directly through UFT. When these same tests are called from ALM, they fail. I am out of ideas on what to fix when I cannot get it to fail when using UFT direct…
  • Update Test resource data table with run time value from UFT One

    I have a data table stored as a test resource and connected to UFT One script as Resources -> Data Table in Settings. I would like my script to write into this table with runtime values and read them again in other steps of the script. I know it is…
  • 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…
  • Execution Failure and Hang Issue in HTML Report Format for GUI Test Application

    While running the GUI test application, I encountered an issue where the execution fails and hangs. This problem specifically occurs when using the HTML report format. However, when I switch to using the Run Result Viewer report, the execution completes…
  • 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…
  • Handle multiple applications (Web, Desktop, Mobile) in a single test case

    Hi, I have a scenario where I have to perform a certain action, let's say on a desktop application, and then verify the results in another application that could be a web or mobile. I want to handle this scenario in a single test case. I have tried doing…
  • AIUtil If CheckExists(True) Then fails the test when the item doesn't exist

    I have the below code using the AIUtil.CheckExists function If the "Update" button exists then it should, set a radio button to on and click the Update button. However if the item is already at the latest version then the Update button is a "Launch…