Writing Generators
Take a look at the basic generators required to test the system.
We'll cover the following...
Getting started
Since we have a fairly large stateful system to validate, we should start by figuring out what data the system should accept, and what is valid and invalid. This is useful because it sets a baseline for expectations on which to build. It ...