...

/

Challenge: Test Using Best Practices

Challenge: Test Using Best Practices

Apply what you have learnt about the foundations of unit testing by completing the project in this lesson.

Introduction

In this project, you will write a unit test that tests the behavior of a class that models banking transactions. To frame your state of thinking in designing the unit tests, we’ve provided an assessment rubric. It will help indicate whether the principles that were taught in this section have been considered and applied.

Self assessment rubric

I have… Emergent Satisfactory Excellent
Excluded control logic in my tests There was extensive use of control
...