Skip to content

Dankni95/ITP2200-2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITP-2200 Introduction to Software Testing exam - Spring 2021 buddy pipeline

DietManager is an easy program to manage diets with emphasis on software testing. DietManager is created for course in Introduction to Software Testing (ITP2200). References: The system requirement and overall design is defined in the exam document Exam-April-2021.pdf.

Deliverables

Installation

Clone this project directly using:
git clone https://github.com/Dankni95/ITP2200-2021.git
Import maven dependencies if asked.

Manual installation

  1. Unzip the DietManager project
  2. Open the project in your IDE
  3. Go to Edit configurations
    -> Add new configuration [+]
    -> Choose jUnit
    -> Add name
    -> Choose JDK Version (Coded in 15, should be compatible with all)
    -> Dropdown choose "All in Package"
    -> Run all tests

Troubleshooting

May need to change these setting when using other JDK version

Press CTRL twice and run mvn clean install
Or run tests manually from the corresponding classes

Overall System design

About

Software Testing exam - Spring 2021

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages