Search code examples
performancejmeteralm

Intergation between Jmeter and HP ALM


Has anyone tried to Integrate HP ALM with JMeter? Very new to HP ALM so not sure on how to integrate it with JMeter.

On high level following functionality should work

  1. trigger test with HP ALM
  2. Execute test(test will run through JMeter)
  3. Result should be uploaded on HP ALM

Any information regarding this would be helpful Thanks


Solution

  • There is no integration with JMeter in ALM. But you can implement required functionality using OTA API

    You can obtain a TSScheduler object from a TestSet object by calling TestSet::StartExecution(IList) method and pass it IList of ITSTests. After this you can do TSScheduler::Run() to run the tests.