An open API service indexing awesome lists of open source software.

https://github.com/loic-sharma/testing-homework

Homework for the test automation section
https://github.com/loic-sharma/testing-homework

Last synced: 2 months ago
JSON representation

Homework for the test automation section

Awesome Lists containing this project

README

        

# Testing Homework

Hello! You can practice unit testing by filling out the tests here: https://github.com/loic-sharma/testing-homework/blob/master/tests/Homework.Tests/Tests.cs

## Resources

Here are some resources that may be helpful:

* xUnit: https://xunit.net/
* Moq: https://github.com/Moq/moq4/wiki/Quickstart
* .NET / Visual Studio testing: https://docs.microsoft.com/en-us/visualstudio/test/unit-test-your-code
* .NET Core testing: https://docs.microsoft.com/en-us/dotnet/core/testing/
* Tutorial: https://docs.microsoft.com/en-us/visualstudio/test/walkthrough-creating-and-running-unit-tests-for-managed-code
* ASP.NET Core's introduction to integration tests: https://docs.microsoft.com/en-us/aspnet/core/test/integration-tests?view=aspnetcore-3.1#introduction-to-integration-tests
* Automated testing (Microsoft engineering playbook): https://github.com/microsoft/code-with-engineering-playbook/tree/master/engineering-feedback

Feel free to reach out if you have any questions!