Can I invoke QTP test suits automatically from Maven/Hudson?

Ramya picture Ramya · Jul 22, 2009 · Viewed 8.9k times · Source

We need to integrate QTP with Hudson to automatically invoke test suites against the code deployed in Hudson. The build process is based on Maven.

Is there any plugin or something to achieve this? We heard about the Groovy plugin for Hudson; Can we execute it with a Groovy script?

Answer

Michael Donohue picture Michael Donohue · Jul 22, 2009

Hudson does not run tests, it takes the output and generates a nice report. You should look at how to make Maven run the tests, and then have Hudson pick up the output to generate a report.