Java Spring Boot Application Software Testing
Offered By: Coursera Project Network via Coursera
Course Description
Overview
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.
Taught by
Christina Record
Related Courses
Core Java - Advanced FundamentalsLearnKartS via Coursera Object-Oriented Analysis and Design: Foundations & Concepts
University of Colorado Boulder via Coursera Advanced Java Concepts and Collections
Packt via Coursera Cucumber BDD Made Easy + Automation Framework Design
Packt via Coursera JUnit and Mockito Unit Testing for Java Developers
Packt via Coursera