testing-concept-miniformats-for-test-input-and-output

blog-post-how-i-write-tests#miniformats

One powerful technique can be to design and implement a small textual format for representing your data (either internal state objects, or structured input), that is easily human readable and writable. Then, augment your tests and application so that you can easily input or print objects using this format.

 

Related to testing-concept-minilanguage-or-zoo

Referring Pages

gold-master-metrics-testing testing-concept-gold-master-tests testing-concept-minilanguage-or-zoo