Hi
As an active member of this session, I want to share my thoughts on manual testing in CI/CD pipelines.
Manual testing in CI/CD pipelines effectively, consider these steps:
1. Define Clear Testing Objectives: Clearly outline what aspects require manual testing, like UI/UX, exploratory, or ad-hoc testing.
2. Automate What You Can: Automate repetitive and predictable tests to speed up the process.
3. Continuous Communication: Maintain open communication between development, testing, and operations teams.
4. Parallel Testing: Conduct manual tests in parallel with automated ones, ensuring faster feedback.
5. Test Environment Management: Manage test environments efficiently to avoid bottlenecks.
6. Documentation: Ensure detailed documentation of test cases, execution steps, and issues found.
7. Feedback Loop: Create a feedback loop to address issues promptly.
8. CI/CD Integration: Utilize tools and integrations that support manual testing within CI/CD pipelines.
9. Monitoring and Reporting: Implement monitoring for test execution and report generation.
10. Training: Keep the testing team updated with the latest skills and technologies.
The goal is to strike a balance between automation and manual testing to achieve comprehensive test coverage while maintaining agility in your CI/CD pipeline.
Hope this answers the query. Happy manual testing