Unit Tests Implementation Question

So me being the DevOps guy I’m wondering is there a way to do any kind of unit testing or framework testing for my application somehow? I didn’t know if this might consist of me somehow just maybe having a test stack that I go through and use uplink or something to test things but not sure.

Anyone have any experience doing any kind of integration testing or anything for their apps to ensure things work minus just testing it manually in the UI?

Thanks

I put this together for integration testing a while back: Library to assist automated testing

And there’s a good discussion on unit testing at: How to efficient make unittests?

2 Likes