Types of Tests to Execute When Deploying to Staging Environment
Explore the three main types of tests to execute during deployment to a staging environment: static validation that checks code without running applications, application-specific tests that focus on features using mocks or limited dependencies, and system-wide validations that test integration and performance across the full system. This lesson helps you understand when and where to run each test type to optimize CI/CD pipelines with Jenkins X.
I often see that teams I ...