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…
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…
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…
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…
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…
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. Can somebody guide me for setup which will make the setup easy and provide some learning course for…
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…
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…
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…
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…
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?
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…
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…
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…
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…
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…
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…
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…
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,…
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…
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.
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
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.
…
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…