Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codecop/rabatt-rechner-kata

Exercise for finding tests for boundary conditions.
https://github.com/codecop/rabatt-rechner-kata

boundary-conditions code-kata exercise kata test-cases unit-testing

Last synced: about 2 hours ago
JSON representation

Exercise for finding tests for boundary conditions.

Awesome Lists containing this project

README

        

# Rabatt Rechner (Discount Calculator)

Exercise for finding tests for boundary conditions.

## Your Task

1. Try to find test cases and implement good tests.
1. When all test cases are done, check the code coverage to verify that all production code is tested.
1. Some languages provide frameworks for [Mutation testing](https://en.wikipedia.org/wiki/Mutation_testing) - like [PIT](https://pitest.org/) for Java. Use these to verify the quality of your tests.

## License

[New BSD License](http://opensource.org/licenses/bsd-license.php), see `license.txt` in repository.