bonigarcia / rate-my-cat

Sample application for the book "Mastering Software Testing with JUnit 5"

Home Page:https://www.amazon.com/Mastering-Software-Testing-JUnit-Comprehensive-ebook/dp/B076ZQCK5Q

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rate my cat!

Build Status Quality Gate codecov

This project contains a complete sample application for the book Mastering Software Testing with JUnit 5. It consists on a web application in which end uses can rate a list of cats by watching its name and picture. The rate shall be done once per end user using a star mechanism. Optionally, comments can be made per cat. This application has been built using the following technologies:

  • Spring Framework, as application framework: Spring Boot, Spring MVC + Thymeleaf, Spring Data JPA, and Spring Test (for integration tests).
  • JUnit 5, as testing framework.
  • Hamcrest, for improving the readability of assertions.
  • Mockito, for unit testing.
  • Selenium WebDriver, for end-to-end testing.

The screenshots below show the application GUI in action.

About

This is a project made by Boni Garcia, Associate Professor at Universidad Carlos III de Madrid, Spain. Copyright © 2017-2023.

About

Sample application for the book "Mastering Software Testing with JUnit 5"

https://www.amazon.com/Mastering-Software-Testing-JUnit-Comprehensive-ebook/dp/B076ZQCK5Q

License:Apache License 2.0


Languages

Language:Java 49.9%Language:JavaScript 34.9%Language:HTML 8.5%Language:CSS 6.7%