...

/

Creating Some Tests: Things to Check

Creating Some Tests: Things to Check

Get to know what we should check to maintain consistency.

We'll cover the following...

Checking consistency

Finding consistency checks that must hold helps to methodically step through the fields within the database. This is best accomplished by looking at the ORM. Of course, some consistency issues have already been addressed by the ORM properties themselves, such as the uniqueness of primary keys. Some things we might check:

...