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
Any information regarding this would be helpful Thanks
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.