In this project you will use the Spring Boot Framework and the Junit Testing Framework to test a Java Spring Boot Web Application.
Application development always involves testing in some form. At a minimum, the developer tries to physically run some test cases to verify functionality. Software testing is used to formalize the process and thoroughly test the application. These tests can be executed every time the code is changed to verify functionality of the code base. In the Spring Boot Application as in other Java Applications, Junit tests are used to test individual Java Classes. Integration tests are used to test the Application as a whole; the interaction among classes to produce an expected result.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.
Application development always involves testing in some form. At a minimum, the developer tries to physically run some test cases to verify functionality. Software testing is used to formalize the process and thoroughly test the application. These tests can be executed every time the code is changed to verify functionality of the code base. In the Spring Boot Application as in other Java Applications, Junit tests are used to test individual Java Classes. Integration tests are used to test the Application as a whole; the interaction among classes to produce an expected result.
Note: This course works best for learners who are based in the North America region. We’re currently working on providing the same experience in other regions.