Question Murali krishnan · May 22, 2017

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

Comments

Murali krishnan · May 22, 2017

already referred the doc. My question is Can we automate unit testing in cache ?

0
Ben Spead  May 22, 2017 to Murali krishnan

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.  

0