Skip to content

Resources

fonlow edited this page Sep 14, 2016 · 2 revisions

Resources

While xUnit.NET was designed primarily for unit testing, it can be used for automatic integration tests, and even performance/stress tests.

Here's a list of resources that could help you to construct performance/stress tests on top of integration tests as early as possible, and as cheap as possible.

BenchmarkDotNet though is not for automatic performance tests, is good for fairly precise benchmark tests.

Clone this wiki locally