Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Will discuss about best practical process need to follow for getting best software product quality with Test Automation.
Software product which is under continuous development and deployment.
Every micro services is individual small project in development.
Note : These 2 above bullets points applies to all micro services. So, test should be prepare at each micro services level. Test are UI,API,unit,etc should be run on all individual contributor branches.
If all micro services result in green which is passed at main/master branch then product quality will be Green Build.
Copy
This is a solid and well-thought-out write-up on implementing test automation in a CI/CD environment, especially for microservices-based architectures. I liked how you focused on practical implementation steps, such as pipeline setup, test strategy, and automation for merge decisions — very relevant in fast-paced DevOps setups.