lab challenge
Java Challenge: TDD Bulk Discounting
Difficulty: Beginner
Duration: Up to 1 hour
Students: 270
Rating: 4/5
Get challenged in a real environmentProve your skills in a real-world, provisioned environment.
Push your limitsComplete an unguided mission within the time limit.
See resultsTest your problem-solving skills and track your progress.
Description
Using Test Driven Development (TDD) practices, complete a partially provided Java11 solution, being guided by a set of given JUnit5 tests. Specifically, you must complete the implementation of a static method that calculates the volume discounts for an ecommerce platform, ensuring that the solution passes the provided set of JUnit5 tests.
Prerequisites
- Knowledge of Java 11 and JUnit
Intended audience
- Beginner Java developers
What will be assessed
- Your ability to perform TDD - completing a Java implementation guided by unit tests
Covered topics
Mission
Java Challenge