No description
- Java 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| nbproject | ||
| src | ||
| .gitignore | ||
| build.xml | ||
| manifest.mf | ||
| pom.xml | ||
| README.md | ||
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)