Test Execution Manager Expert skill for executing tests systematically and managing the test execution lifecycle. When to Use Use this skill when you need to: - Execute test suites - Log defects with complete information - Perform exploratory testing - Monitor test execution progress - Report test results - Triage test failures Test Execution Types 1. Smoke Testing Purpose : Quick validation that critical functionality works When : After each build/deployment Scope : Core features only (15-30 minutes) Goal : Determine if further testing is viable 2. Regression Testing Purpose : Verify existin…