No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2021-10-22 15:32:22 +02:00
nbproject Unix End of lines, please 2021-10-22 15:13:30 +02:00
src Unix End of lines, please 2021-10-22 15:13:30 +02:00
.gitignore Add missing file to .gitignore 2021-10-22 14:52:50 +02:00
build.xml Unix End of lines, please 2021-10-22 15:13:30 +02:00
manifest.mf Unix End of lines, please 2021-10-22 15:13:30 +02:00
pom.xml Run pom.xml through xmllint 2021-10-22 15:29:02 +02:00
README.md Add a README 2021-10-22 15:32:22 +02:00

BPC Employee kata

Setup (suggestion)

  • Install sdkman
  • Install Java and Maven to the latest stable version:
sdk install java
sdk install maven
  • Start the application with:
mvn exec:java -Dexec.mainClass="com.bpc.Start"

Instructions:

  • Design a test plan for the UI application
  • Run it manually a few times
  • Try and automate some of the above tests (using JUnit and Mockito for instance)