DEV Community

Discussion on: Why writing integration tests on a C# API is a productivity booster

Collapse
 
timdeschryver profile image
Tim Deschryver

I agree that cypress is a great tool!
But I also want to test my API in isolation (without having a front-end), these are faster to run and takes less time to write.

I do this by creating a c# test, see How to test your C# web API to see how I do it.

Collapse
 
jwp profile image
John Peters

Agreed, we too have extensive back end tests as well