loading page

Junit framework for unit testing
  • Praveen Kumar Venkatesan ,
  • Rikhil Gade Rozario ,
  • Jinan Fiaidhi
Praveen Kumar Venkatesan
Lakehead University

Corresponding Author:[email protected]

Author Profile
Rikhil Gade Rozario
Author Profile
Jinan Fiaidhi
Author Profile

Abstract

Testing software before deploying is a mandatory task in SDLC. Various types of testing tools are used to test the software. This research focuses on JUnit framework to perform unit testing for Java applications. We have developed a Banking Inventory application using spring framework by connecting the application to the MongoDB. The application contains operations such as Create, Update, Delete and find for the customers and Unit test cases has been developed for all the modules using JUnit framework and the test cases are discussed and validated.