< Back
Page 4 of 4
This chapter is from the book
Summary
- Examples of requirements clarify the requirements.
- The examples can be used as tests for the implementation of the requirements.
- Tests for business rules can be executed in at least these four ways:
- Creation through the user interface of a transaction that invokes the business rule
- Development of a user interface that directly invokes the business rule
- A unit test implemented in a language's unit testing framework
- An automated test that communicates with the business rule module
< Back
Page 4 of 4