github.com/darmach/terratest@v0.34.8-0.20210517103231-80931f95e3ff/docs/_docs/02_testing-best-practices/unit-integration-end-to-end-test.md (about) 1 --- 2 layout: collection-browser-doc 3 title: Unit tests, integration tests, end-to-end tests 4 category: testing-best-practices 5 excerpt: >- 6 See the talk about unit tests, integration tests, end-to-end tests, dependency injection, test parallelism, retries, error handling, and static analysis. 7 tags: ["testing-best-practices"] 8 order: 201 9 nav_title: Documentation 10 nav_title_link: /docs/ 11 --- 12 13 14 For an introduction to Terratest, including unit tests, integration tests, end-to-end tests, dependency injection, test 15 parallelism, retries, error handling, and static analysis, see the talk "Automated Testing for Terraform, Docker, 16 Packer, Kubernetes, and More". 17 18 <iframe width="100%" height="450" allowfullscreen src="https://www.youtube.com/embed/xhHOW0EF5u8"></iframe> 19 20 Link to the video at [infoq.com](https://www.infoq.com/presentations/automated-testing-terraform-docker-packer/). 21 22 ## Slides 23 24 Slides to the video can be found here: [Slides: How to test infrastructure code](https://www.slideshare.net/brikis98/how-to-test-infrastructure-code-automated-testing-for-terraform-kubernetes-docker-packer-and-more){:target="_blank"}.