How do you perform Test Automation in DevOps?

We use Jenkins to create automated flows to run automation tests. The first part of test automation is to develop test strategies and test cases. Once the automation test cases are ready for an application, we have to plug these into eachBuild run.

In eachBuild werunUnit tests, Integration testsand Functionaltests.

With a Jenkins job, we can automate all these tasks. Once all the automated tests pass, we consider the build green. This helps in deployment and release processes to build confidence in the application software.