Hi,
Is there a way to trigger QTP scripts using BAMBOO to run automated functional tests and report back to BAMBOO when the QTP executions are done. We need this integration of QTP with BAMBOO for our build/test automation process.
I would really appreciate yur help in this regard.
Thanks
CS.
You can use UFT task for Bamboo plugin. It adds a task in task list of bamboo. Add UFT task to your build and configure it.
Sure it's possible. At the lo-fi end you can use one of the existing Shell scripting tasks to execute QTP from the command-line. You can then configure your test results file as a shared artifact.
At the more complicated end, you can write a custom Task:
https://developer.atlassian.com/display/BAMBOODEV/Bamboo+Tasks+API
So it depends on the level of effort you're willing to invest in it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rene,
I'm very new to Bamboo and I'm going through the documentation. Could you please elaborate the 2nd method? Would I need to develop a plugin for this?
Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.