Further reading
- While the documentation on xUnit included in this chapter is quite complete, it doesn’t include a few configuration options offered by xUnit. The full xUnit documentation is available at https://xunit.net/. Documentation for MSTest and NUnit can be found at https://github.com/microsoft/testfx and https://docs.nunit.org/, respectively.
- For more information on BDD and SpecFlow, refer to the Cucumber official website at https://cucumber.io/ and to the SpecFlow documentation at https://docs.specflow.org/.
- The full Moq documentation is available at https://github.com/moq/moq4/wiki/Quickstart.
- Here are some links to performance test frameworks for web applications:
- https://jmeter.apache.org/ (free and open source)
- https://www.neotys.com/neoload/overview
- https://www.microfocus.com/en-us/products/loadrunner-load-testing/overview
- https://www.microfocus.com/en-us/products/silk-performer/overview...