Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
A Journey Through Integration Testing with Go - What Could Go Wrong?
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Overview
- 3 Speaker & Team
- 4 Software development life cycle (SDLC)
- 5 Smart city solution use case
- 6 Smart city integration tests needs
- 7 Integration Testing Solution Components
- 8 Testcontainers-go package
- 9 Define container
- 10 Start container
- 11 Start service using docker compose
- 12 Wait Strategies
- 13 Our work around V2
- 14 Define what to test
- 15 Increasing scope
- 16 Template things out
- 17 Alternatives moving forward
- 18 Go-test-report package
- 19 Validation team norms
- 20 Check tests succeed
- 21 Check report
- 22 3. Validation engineer checks
- 23 What to do?
- 24 Interesting find #2
- 25 Success!
- 26 Integration testing solution benefits
- 27 Takeaways