Attended by Ralph, Thomas and Tyler

Review criteria for good tests

Test Case Design.

Code test-ability.

Web tests I.D. for objects in the DOM Some frameworks assign objects automatically so this can be difficult in some causes.

May need to get a collection and put in array.than search for the column required. 

In unit test often need to mock your data or objects. The mocked object might not reflect the real objects later reducing the effectiveness of the test.s.

The testing pyramid:

The higher up the defect is found the more cost to the organization. The bottom is unit test and the top is the end customers.  

Selecting test cases to automate priority.: The goal is to reduce costs.

Written by Tyler and Thomas.