Testing UI code is often considered too difficult or even impossible. In this session we introduce dependency injection and factory pattern to make testable assertions of our UI code.
This session continues development of a proposed master person index.
How will you know your code is testable? How will you know your code is essential? In this session we introduce test driven development and show how to ensure only essential code is created - at the exact time it is essential - and it is testable.
This session begins development of a proposed master person index.