-
Bug
-
Resolution: Unresolved
-
Major
-
Jenkins master 1.606
Jenkins slave (where QTP tests are run) Windows Server 2012 (amd64)
HP Application Automation Tools 3.0.7
1) Install HP Application Automation Tools 3.0.7 Plugin
2) Select Build action -> Execute HP tests from file system
3) Fill Tests field -> Specify path to several tests
4) Trigger job execution
Actual: only the first test is executed, all other tests are NOT executed and "QTP is not launched" error is reported
Expected: all specified tests are launched and executed
I am having the same issue and we use the latest version. I just checked the code in GitHub and noticed that there is a huge try block that is catched by one Exception:
https://github.com/jenkinsci/hpe-application-automation-tools-plugin/blob/master/HpToolsLauncher/TestRunners/GuiTestRunner.cs
Lines: 106 to 203.
Whatever creates here the issue we have no idea about it as we only get a Qtp Not Launched info.
Can you please reopen it and or add more debugging info, so that we see at least see which part is the problematic one.
For 100 lines of code getting only a Qtp NOt Launched message is not helping.