We would like to use Performance Center/LoadRunner with Bamboo for continuous performance testing. We would like to e.g. run performance tests against nightly builds and get reports to Bamboo. There is no plugin available like for Jenkins, so has anyone done custom solutions for LR/Bamboo combination? Experiences and best practices for this are welcome!
Asked
Active
Viewed 861 times
0
-
Jenkins plugin, https://wiki.jenkins-ci.org/display/JENKINS/HP+Application+Automation+Tools – James Pulley Jun 04 '15 at 13:29
-
There is no plugin available for Bamboo, like there is for Jenkins, I meant... – PEngineer Jun 05 '15 at 04:38
-
There is a rest api available for building any integration you need. That is the beauty of open source. If a solution does not exist you can just open up the code and build it yourself. No need to wait on anyone – James Pulley Jun 05 '15 at 13:18
-
Yes and like Madan commented, there is also REST API in PC 12. – PEngineer Jun 08 '15 at 04:40
2 Answers
0
I don't have any knowledge about Bamboo, but the latest version of PC has REST API to start load tests and other features. If the Bamboo has the way to consume REST API, you may probably integrate it.

Madan
- 691
- 1
- 5
- 9
0
(Just 4 short years later ...)
Microfocus has published a Bamboo (server) plugin that claims to work with Performance Center and LoadRunner (also UFT, btw). It's in the Atlassian Market place, see App Delivery Management Bamboo CI Plug-in. Follow the Documentation link there to the User Guide.
Cheers, Larry.

abject
- 1
- 1