Skip to content

MAHMUDSWE/Unit_Testing_OnlineShoppingSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit Testing of an 'Online Shopping System' Java Program

Online Shopping System consists of six modules; Admin, Products, Guest, Customer, Payment, and Cart. This repo demonstrates Unit Testing using JUnit.

shopTestWithPayment

Test cases for the shopTestWithPayment package located at src/test/java/

The test cases covered 86% lines of code of the total classes shopTestWithPayment

shopTestWithoutPayment

The payment module is incomplete.

Test cases for the shopTestWithPayment package located at src/test/java/

The test cases covered 86% lines of code of the total classes shopTestWithoutPayment

Dependency

JUnit Jupiter API » 5.9.1 as the maven dependency. https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api/5.9.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages