Purpose : To demonstrate the automation of testing of a web application after each build.
Assumptions : 1. The application build is already configured on Jenkins.
2. We have a service method that runs all test cases.
I have a web application which is scheduled to build via Jenkins. Now I need to test the application after each build. The following steps can be used to configure test cases :
Assumptions : 1. The application build is already configured on Jenkins.
2. We have a service method that runs all test cases.
I have a web application which is scheduled to build via Jenkins. Now I need to test the application after each build. The following steps can be used to configure test cases :