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
- Host: GitHub
- URL: https://github.com/loic-sharma/testing-homework
- Owner: loic-sharma
- Created: 2020-07-08T00:04:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T03:12:22.000Z (almost 5 years ago)
- Last Synced: 2024-10-19T00:35:58.202Z (8 months ago)
- Language: C#
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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-feedbackFeel free to reach out if you have any questions!