Can no longer run LeanFT test after 12.53 upgrade
Question ID: 106920
2
0

We upgraded from LeanFT 12.52 to 12.53 and now nothing works when running our nunit tests created in Visual Studio from ALM. Does anyone have any idea what could be the problem?

Marked as spam
Posted by (Questions: 386, Answers: 64)
Asked on June 24, 2016 7:49 pm
31 views
Answers (1)
2
Private answer

When installing UFT 12.53, it replaces the LFTRemoteAgent.exe.config file located in ToolsRemoteAgent with a new version. Further, HPE has changed the format of the file. In previous versions, the Remote Agent Section looked like this:


C:Program Files (x86)NUnit 2.6.4bin
C:LeanFTALM

%CLASSPATH%;$LEANFT_INSTALL_DIRSDKJava/*;C:JUnitjunit-4.12.jar;C:JUnithamcrest-core-1.3.jar

and now in 12.53 it looks like this:





C:LeanFTALM
%CLASSPATH%;$LEANFT_INSTALL_DIRSDKJava/*;C:JUnitjunit-4.12.jar;C:JUnithamcrest-core-1.3.jar

The change is with the nunit tags. If you re-populate these fields it should work again.

Marked as spam
Posted by (Questions: 16, Answers: 807)
Answered on June 24, 2016 7:50 pm
0
Thanks for that. I never would have figured that out.
( at June 24, 2016 7:52 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top