Questions tagged [leanft]

LeanFT (Lean Functional Testing) is a functional test automation tool from Micro Focus. Use this tag for questions related to creating functional tests with LeanFT.

MicroFocus LeanFT (Lean Functional Testing) is a functional test automation tool, built specifically for continuous integration and continuous testing. It integrates with the standard development IDEs, and enables automating AUTs of the most common technologies (web, mobile and desktop) on multiple platforms (Windows, Mac and Linux). For more information you can visit: https://software.microfocus.com/en-us/software/leanft

98 questions
1
vote
1 answer

How can LeanFT be Usable in Agile toolkit?

I Use UFT 12.02 Version & here I want to know that as per HP LeanFT document they says that HP LeanFT is more flexible in applying test automation in Agile Projects. Means with comparison of there previous Versions but I am unable to understand that…
Nitin Rastogi
  • 171
  • 1
  • 13
0
votes
0 answers

I am not able to set browser capabilities in UFT Developer

I need to download a file from Browser and i need to store it in particular place for that i am trying to use the below code but that was not working browser = BrowserFactory.launch(BrowserType.CHROME); browser = BrowserFactory.attach(new…
0
votes
0 answers

log4j-core-2.8.2 jar in eclipse4.16 getting created automatically

I have downloaded Eclispe 4.16 version zip file and using this to create UFT developer Maven project with TestNG framework. I have observed that log4j-core-2.8.2 is getting created in C:\eclipse\configuration\org.eclipse.osgi\455\0.cp\lib folder.…
0
votes
1 answer

First "hello, world" test case in Eclipse from LeanFT 14.50

I try to create my first test case in LeanFT for that I downloaded from Microsoft Store - One Note app. First of all I would like to learn how to press a button, for example "Home" button. I tried to select "Home" menu using Object Identification…
Thor
  • 9
  • 1
0
votes
0 answers

Is there a way in LeanFT / UFT Developer to get active element on OS level?

My automation Framework consists of the following: UFT developer V15.0 (previously LeanFT) + Java + Maven + Junit. UI Tests are executed by Jenkins on a dedicated VM (OS = Windows 10). Many of my test cases include actual keyboard press, as this is…
Udi
  • 31
  • 1
0
votes
0 answers

LeanFT not able to find windows or screen when running from command prompt - Terminal Emulator IBM Application

Am running automation on terminal emulator IBM PCOMM application, framework consists , maven + leanft +cucumber+ java + junit , when i run the feature from runner file , i am able to execute the tests , but when i using maven command through command…
Rahul
  • 239
  • 1
  • 9
  • 21
0
votes
0 answers

Is there a BrowserDescription for the most recently created browser?

Previously in UFT I've used the CreationTime property to select the most recently opened browser window. Is there something similar I can use under LeanFT in my BrowserDescription when trying to attach to the most recently started browser window?
0
votes
1 answer

How to launch a mainframe application from lean FT

New process builder concept or terminal emulator. Which one is to be used her
0
votes
0 answers

get the data of rows and columns of ListView in windows based application using C# and LeanFT

is there anyway to get the data of rows and columns of listview for windows based application in C#? or can any one show a code for getting rows and columns from listview?
Naresh
  • 19
  • 2
0
votes
1 answer

Not able to get the URL of a opened browser using BrowserFactory.Attach in LeanFT

I am trying to get the URL of a Opened Browser using getOpenURL() in LeanFT. My code is below: String url = BrowserFactory.attach(new BrowserDescription.Builder().build()).getOpenURL(); System.out.println("Opened Browser URL is:" +url); It executes…
0
votes
1 answer

How to verify that the web page is opened in the browser

I'm automating a windows based desktop application(C#, LeanFT). Clicking on a button, opens a web page in the browser. How can I verify the web page is opened?
0
votes
0 answers

I am not able to select the radio button which i want i mean i want to select 5th option from radio group but its always taking 1st value

i am using leanft tool to test my scripts. here is my problem, i wrote a code for selecting a radio button from radio group but it always taking the first option from radio group only but i want to select 5th option from the radio button.i am using…
Naresh
  • 19
  • 2
0
votes
1 answer

How to hide the keyboard in LeanFT while testing android application?

I want to test an android application using LeanFT in java, and I want to know how can I hide the soft keyboard while testing?
0
votes
1 answer

Get web page table using LeanFT

I am trying get the table of web page however I was not able to do that. Can any one tell me the code that gets the table from web page by using ITable interface in .NET with LeanFT?
Naresh
  • 19
  • 2