loading page

Spring Framework for Testing
  • Darshak Mota ,
  • Neel Zadafiya ,
  • Jinan Fiaidhi
Darshak Mota
Lakehead University

Corresponding Author:[email protected]

Author Profile
Neel Zadafiya
Author Profile
Jinan Fiaidhi
Author Profile

Abstract

Java Spring is an application development framework for enterprise Java. It is an open source platform which is used to develop robust Java application easily. Spring can also be performed using MVC structure. The MVC architecture is based on Model View and Controller techniques, where the project structure or code is divided into three parts or sections which helps to categorize the code files and other files in an organized form. Model, View and Controller code are interrelated and often passes and fetches information from each other without having to put all code in a single file which can make testing the program easy. Testing the application while and after development is an integral part of the Software Development Life Cycle (SDLC). Different techniques have been used to test the web application which is developed using Java Spring MVC architecture. And compares the results among all the three different techniques used to test the web application.