unit 5
unit 5
UNIT IV-TESTING
Test Automation
Continuous Integration
The CI/CD pipeline is an essential part of continuous testing. Let’s talk about
continuous integration (CI). This practice gathers code from developers working
on one project and placing it into a code repository. Integrating different
developer’s code into one project can generate a lot of bugs. This is where
continuous testing comes into play. Automating your test executions each time the
code is integrated will allow you to find bugs as early as possible and fix them
faster. Find bugs before they’re released to production and you can save yourself a
lot of time, money, and effort to fix at a later date.
Continuous Delivery
Conclusion
Continuous testing is beneficial in so many ways, but it can also be very
challenging. Make sure you have a solid plan in place before incorporating this
testing procedure into your organization.