Ephemeral Environments And Testing

Ephemeral Environments And Testing

In application development, testing your app prior to release is critical. If production breaks, it costs you money. There are two main types of application tests: automated tests and human tests. You may also want to include load testing and chaos testing. Ephemeral environments save you time and money by providing an easy platform for running automated tests on your apps prior to release. Frequent and comprehensive testing makes sure your new features don’t break anything or introduce regressions.

Best Practices for Writing and Running Tests

CI/CD Pipelines

Human Testing (QA and UAT)


Content Contributors

nbeck415 on GitHub
bueller on GitHub