views:

141

answers:

1

I would like to integrate QTP with Cruise Control, which I have done so far, i'm stuck at the reporting part.

I would like to somehow report back to Cruise Control with the results, how can I accomplish this? Please help?

+1  A: 

I remember there was a useful series on how to integrate CCNET with various build and testing tools including QTP. This is what I bookmarked:

Part 1: Continuous Integration using MSBuild, CruiseControl.NET, FxCop, NUnit, NCover + Subversion - From the software development trenches

But somehow it seems to have vanished. Today I found the updated version by accident. It doesn't include QTP integration anymore but it has a link to the original version as PDF file.

The Chairman