Automation of unit testing in Cache
We understand, unit testing in cache can be done with X Unit testing frameworks.
Can we automate unit testing in cache ? . Please let know
Discussion (3)2
Comments
Here''s docs on Unit Testing.
already referred the doc. My question is Can we automate unit testing in cache ?
Yes of course :) Once you create a library of unittests you can script them to run automatically. If you are using a continuous integration / build server then you can script the tests to run after the build has completed successfully. We have some teams using Jenkins for this.