
Everything you'll need to completely test your Go applications
https://www.udemy.com/course/unit-integration-and-functional-testing-in-golang-go/#reviews
Description
In this course we're covering every aspect of the testing features in Go:- Basic unit tests.
- Test Driven Development.
- Unit test a single layer of your application.
- How to use Go modules.
- How the TestMain function works and how to use it.
- Mock and unit test external REST API calls.
- Mock and integration test REST API calls form inner layers of your application.
- How to perform functional tests.
- How to define and write benchmarks to compare the quality of two versions of the same solution.
- Mock and unit test MySQL database connection and query.
- Mock frameworks available out there.
- Asserts in Go: Why don't we have them? How to implement them in a safe way.
Who this course is for:
- Software engineers.
- Software developers.
- Technical Leaders.
- Software Architects.
- QA engineers.