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…
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…
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…
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…
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.
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.
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 " 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 …
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…