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
1 answer

Jar file from LeanFT project - Class not acceptable

I have some TestNG based LeanFT test cases and try to generate jar file. I use IntelliJ IDEA to set artifact's details under File -> Project Structure -> Project Settings -> Artifacts -> Jar -> From modules with dependencies. I select classname, but…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
0
votes
1 answer

LeanFT TestExportTool - Invalid signature file digest for Manifest main attributes

I use UFT 14.02 and installed LeanFT with same installer. TestExportTool gives error message below when I execute command: java -jar "C:\Program Files (x86)\HP\LeanFT\Tools\TestExportTool\test-export-tool.jar" "C:\LeanFT\MyTestNGTests.jar"…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
0
votes
2 answers

LeanFT null pointer at start

I have a problem with LeanFT. When i try to start it from intellij idea (LeanFT> Enable LeanFT) i have error: null java.lang.NullPointerException at com.hp.lft.sdk.internal.ServerLauncher.runLauncherProcess(ServerLauncher.java:66) at…
0
votes
1 answer

Can't Find Elements on Silverlight App with LeanFT

I was trying to use LeanFT for testing Silverlight App for our project and I faced with one big problem, which is- The Spy Agent can not find elements on that particular App. I was trying to change Engine from LeanFT Setting, still the same. The…
Nick R
  • 3
  • 2
0
votes
2 answers

LeanFT open browser window and navigate

I recorded a test case with Test Recorder tool in LeanFT with Chrome. When I execute it, it opens a new tab in Chrome, instead of starting a new instance of application. I tried to execute it in Firefox, but in this case it just opens browser…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
0
votes
1 answer

Leanft handling waits

Are there other waits besides leanft.exists() and the following below. I'm back g to wait a lot to determine if something is clickable Leanft waits My application is a Single Page Javascript application using ReactJS. The challenge is that sometimes…
user5199
  • 359
  • 2
  • 15
0
votes
1 answer

Handling leanft plugin chrome attachment programmatically

Im using visual studio 2017, and I have the leanft installed. The runtime engine is launched when I open the IDE. The 1st question is how can I launched the runtime engine programmatically using c#. The next question centers around a situation…
user5199
  • 359
  • 2
  • 15
0
votes
2 answers

Unable tp open browser with specified URL in leanFT

Error is specified below while performing the action. Picked up JAVA_TOOL_OPTIONS: -agentlib:jvmhook Picked up _JAVA_OPTIONS: -Xrunjvmhook -Xbootclasspath/a:"C:\Program Files (x86)\HPE\LeanFT\bin\java_shared\classes";"C:\Program Files…
suraj sharma
  • 5
  • 1
  • 5
0
votes
1 answer

Running Parallel Tests using SpecRun+ LeanFT and Selenium C# in One

I have reviewed the link below, specifically in the section titled 'LeanFT-Selenium in…
user5199
  • 359
  • 2
  • 15
0
votes
1 answer

Running windows app tests in parallel

The problem I am facing is a unique one.. I have set up a testing suite for a windows app using LeanFT and NUnit. At this point, I have around 100 stable UI tests that I have automatically running nightly on a VM I have configured. The problem is,…
Tree55Topz
  • 1,102
  • 4
  • 20
  • 51
0
votes
0 answers

LeanFT - Report Configuration - UTF-8

I've found that the default template of leanFT HTML Report doesn't have the property charset="utf-8" in "meta" tag. Therefore, I cannot show any special character in the report such as "é", etc. leanFT HTML report without charset="utf-8" At present,…
0
votes
1 answer

How do I add retry logic to leanft with Junit tests?

While LeanFT uses JUnit for its test runner, it doesn't appear to implement 'TestRule'. This excludes a 'standard' method describe elsewhere. How to Re-run failed JUnit tests immediately? Anyone have a solution to this?
not-bob
  • 815
  • 1
  • 8
  • 23
0
votes
2 answers

Grid solution using LeanFT (UFT pro) for windows app

My team and I are automating a windows based app using LeanFT C# as our framework. Currently, we have several tests that we can run locally however do not have a grid like solution in place. I know that with selenium, we can make use of the selenium…
Tree55Topz
  • 1,102
  • 4
  • 20
  • 51
0
votes
1 answer

How to test webmethods through LeanFT

I just want to know , if we are testing the webservices which are getting created while execution of the test cases ,then How LeanFT will be helpful ?? For more clarification,suppose when we execute the test case then some webmethods will be called…
0
votes
1 answer

Toggling App.Config settings at runtime C#

I am wondering what the best approach to toggling App.Config settings for C# would be. This is involving our test suite, and we would like the option to either choose a remote or local environment to kick the tests off. We use LeanFT and NUnit as…
Tree55Topz
  • 1,102
  • 4
  • 20
  • 51