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
0
votes
2 answers

Leanft Custom Framework HTML reports are not generated

Below is my SAMPLE code in which i am trying to create a simple report using the Leanft in which i am getting on result xml file. @Test public void Google() throws Exception { Reporter.init(); WebDriver driver = new FirefoxDriver(); …
0
votes
1 answer

How to call functions from a .dll file from java?

I have a .dll file that was used with HP UFT(vbScript) as an add-in to identify UI objects. Now we have moved from HP UFT to HP LeanFT(java). Is there any way to call the same .dll file functions through java.
0
votes
1 answer

LeanFt WebClass Identification

I am trying to identify items displayed in Advantage shopping page. I am using below properties to identify the objects. Object identification center identifying multiple objects but my script is returning…
SQA_LEARN
  • 161
  • 1
  • 1
  • 8
0
votes
1 answer

Using Selenium and LeanFT together in Internet Explorer

I have seen that you can use Selenium and LeanFT together with Chrome and Firefox. Does anyone know how to do this using IE? I am using C# in VS 2015
Paul Tracy
  • 33
  • 4
0
votes
1 answer

How to done the LeanFt testing for DataGrid in WPF?

I have created leanft project and created a sample with DataGrid, but it throws table was not found exception and also I am not sure the way of testing of DataGrid in leanft. Could you anyone help on this to fix this? Datagrid sample:
krish bala
  • 49
  • 8
-1
votes
1 answer

LeanFT - Unable to enable the LeanFT Object Identification center

I installed LeanFT as an Eclipse plugin but I'm unable to enable the LeanFT OIC center (Object Identification Center).
-1
votes
1 answer

Page Object model in Leanft - Initialize elements

I use TestNG in LeanFT. I created separated classes for pages and identified objects as it shown in code snippet below: public class HomePage { private Browser browser; public HomePage(Browser browser) throws GeneralLeanFtException { …
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
-2
votes
1 answer

While Running LeanFT Scripts from ALM using TestNG framework throwing No SuchMethod Error any inputs on this?

FAILED CONFIGURATION: @BeforeClass baseBeforeClass(org.testng.TestRunner@74fe5c40) java.lang.NoSuchMethodError: com.hp.lft.report.ReportingProvider.getInstance()Lcom/hp/lft/report/ReportingProvider; at…
1 2 3 4 5 6
7