Browse By Tags

  • [UFT One with built-in UFT Developer 24.2, IntelliJ IDEA Community Edition 2022.3.1] - Object Identification Center [Selenium] keeps loading when trying to identify objects in the Temenos T24 user panel

    Environment: T24 Temenos Browser Web Description: When I run Object Identification Center [Selenium] to identify objects in the user panel, OIC keeps loading and then after a few minutes I get an error that the browser has been disabled. Important…
  • Without _JAVA_OPTIONS and JAVA_TOOL_OPTIONS, whether LeanFT will work or not?

    My application under testing will work only in Java8 and doesn't need _JAVA_OPTIONS and JAVA_TOOL_OPTIONS environment variables. So, without these environment variables, whether LeanFT14.53 will work or not? If yes let me know how to perform the same…
  • Running LeanFT Automation scripts using Jenkins in remote machine via RDP

    We are having some challenges in scheduling LeanFT Test suite execution using Jenkins where test automation scripts expects Windows RDP user sessions to Test server(remote machine) to be active to run tests all the time since all these tests are GUI based…
  • UFT Developer AppModel Code Generator (appmodel-generator-mojo) plugin starts the code generation process for each AppModel present in the UFT Developer Maven project (Java) even if there haven't been any changes to those files since the last generat...

    It is taking too long to build and compile UFT Developer (2022.0.0) Maven Project due to AppModel code generation trigger for all (400) AppModel files (.tsrx) present in my project while saving Project in Eclipse or building through maven command. Need…
  • Normal click() method doesn't work in UFT Developer.

    Currently, UFT Developer provides full support for all common Web controls, and as lightning controls are customized third party controls, the normal click() method doesn't work. We are having multiple web applications built on salesforce and we need…
  • Error when using setvalue on filefield object

    When performing an execution via jenkins in docker, when trying to perform the setvalue command on a filefield object I receive the following error message "com.hp.lft.sdk.GeneralLeanFtException: Operation not supported or requested technology package…
  • I have to automate .Net desktop application and use UFT. What us the library i can use in python and how to do setup to start spying objects in python

    I have to automate .Net desktop application and use UFT. What us the library i can use in python and how to do setup to start spying objects in python. Can somebody guide me for setup which will make the setup easy and provide some learning course for…
  • API Testing with UFT Developer

    Hi, Does UFT developer supports rest assured jars to do the Rest API Automation? I can see only "com.hp.lft.sdk.apitesting.uft" package which contains Runner and Reporting Jars. Is there any way to implement Rest assured api automation framework…
  • Attachment Download from Test Instance via c# while running the Code using LFT

    I have attachment in Test instance under the Test Set in Test Lab. I am created the Business process. My code in C# . So i put the dll via LeanFT . Now i am running the test case and it is working fine. Also put the parameter in the Test resource…
  • How to fetch all the available/visible controls under a webpage using LeanFT C#

    Hello, I am building a LeanFT C# script which requires me to fetch all the visible controls from the webpage, but I am not sure how to do it programmatically using LeanFT and C#. I can fetch individual controls with the help of object identification center…
  • UFT Developer 2022 is Now Available

    Micro Focus is proud to announce the release of Micro Focus UFT Developer 2022. This release brings additional Artificial Intelligence features to further increase the precision and accuracy of object identification. You can use UFT Developer 2022 to…
  • Can we use LeanFT seat license for UFT one?

    Currently we are having LeanFT seat license and it been used for LeanFT. But for a new project, we wanted to use UFT, can we use the same license for UFT one as well?
  • UFT and LeanFT switch

    We have developed framework over UFT - based on VB Script language . Framework is keyword driven. Now we are using LeanFT also and wanted to keep both LeanFT and UFT developed keywords in one framework. Is there any way to switch between UFT and…
  • Object identification

    Hi all, I have started to use UFT developer few days back, Previously I was using UFT One. I need to know how can we identify winform objects in UFT Devloper. As my AUT is built on winforms. And I even want to understand how can script with out…
  • Getting LeanFT to work with Edge

    So i need help, I have my tests using LeanFT in IE 11 which my company will be turning off in a few months so we have to use Edge in IE mode, however for some reason i just cant get LeanFT to work with Edge. Does anyone have any tips I can try. I did…
  • Now Available: UFT Developer 2021 R1

    Micro Focus is proud to announce the release of Micro Focus UFT Developer 2021 R1! This version builds on existing AI-based capabilities for shift-left testing and delivers significant core testing and technology updates. Here are the prominent highlights…
  • Warning about process.binding('http_parser') deprecation when starting LeanFT

    I just installed Node.js 16.13.0 on my Win10 machine. LeanFT v15.0.2.686 starts successfully, but it gives a deprecation warning: C:\Windows\System32>leanft info (node:6356) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated…
  • AppModelBase cannot be resolved to a type

    java.lang.Error: Unresolved compilation problems: AppModelBase cannot be resolved to a type The hierarchy of the type "Object Name" is inconsistent I am using UFT 15.0.1.416 when i highlight the object it is identifying correctly but when i run…
  • method setCellData with table not work.

    Hello, I have a problem with the method setCellData. It is not found when I want to apply it on a table. I "build" the table like this: Window generalTableDisplayWindow = session.describe(Window. class, new WindowDescription.Builder() .name( "wnd…
  • Introducing UFT Developer 2021!

    Micro Focus is proud to announce the release of Micro Focus UFT Developer 2021! UFT Developer 2021 introduces Artificial Intelligence (AI) to its rich feature set, helping developers and DevTesters simplify test creation, streamline test execution,…
  • Issue connecting to Autopass license server using HP.UFT.LicenseInstall (i.e. command line); Wizard works

    We've been running an Autopass license server (v11.5) on Windows Server 2012 R2 for a couple of years. We use it to checkout concurrent licenses for LeanFT v14.53 on our (now) Windows 10 20H2 desktops. We've always had an issue with the initial license…
  • The Leanft client does not connect to the license server with port 443 if the default port 5814 is not available

    It was possible to track using wireshark that one packet goes to port 5814 and it is not possible to connect to the licensing server by specifying 443 in the field.
  • UFT Developer engine/plugin not working on MacOS

    I am using the latest UFT Developer (15.02) on MacOS Big Sur 11.3.1 I installed Java as requested by the installer I had eclipse and intellij installed I selected both during the UFT installer After I launch Eclipse, I have the menu appearing…
  • Where can I find de functionaltesting/leanft-chrome Dockerfile?

    Where can I find de functionaltesting/leanft-chrome Dockerfile I'm using this image as a jenkins agent to execute my funcionals tests. So I need to know how nodejs was installed in this image. becuase, I've got a lot of problems in npm login. …
  • How do we init the SDK when using Docker containers?

    We use Visual Studio 2017 as our IDE with LeanFT 14.53.222. Up until now we've been running the LFTRuntime on the local machine when executing tests but we're looking into using Docker containers instead so that clients can pull down our packaged code…