CruiseControl.NET and UI Automation Tests

I am using White as a framework for testing UI automation. Can I use CruiseControl.NET (which runs as a service) to run tests written by White?

I've tried all day long with no success. The white border requires an interactive desktop. The error message I receive is: "Could not find the main window created for the application"

+2


source to share


1 answer


We are not using white, but TestComplete. Either way, it should be the same advice: you need to start CCNET from the console instead of starting as a service.



+2


source







All Articles