Continuous Integration on your desktop

The continuous integration concept is great stuff that gives you everyday peace of mind when doing software development- you always know what added value you have in your code.

When implementing CI on a server using mock objects and mock data comes as a natural way to go and helps decoupling an application’s code from environment. A drawback is that any change in the environment interface will be undetected by CI tests.

If you simply want to automate rebuilding and testing (including Environment Fit Test – EFT ) your projects on your development machine this vbs script is for you.
The script can be set up as a scheduled task.

See script here.

Leave a Reply

You must be logged in to post a comment.