Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to Implement Cruise Control with QTP?

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?

like image 247
user312046 Avatar asked Oct 14 '22 07:10

user312046


1 Answers

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.

like image 148
The Chairman Avatar answered Oct 18 '22 15:10

The Chairman