How do we deal with all that code?
Naive answer is QA people.
Test is code that checks that the code that you write in your app, also called “production code”, works as expected
Purpose of tests
small test example?
it('should...')
example:
calculating cart total price
example:
example:
1. full purchase product with checkout
2. navigation
Tests VS Manual
Turing writes code
One of our difficulties will be the maintenance of an appropriate discipline,
so that we do not lose track of what we are doing.
Number of computers
in the world:
o(1)
Number of programmers
in the world:
o(1)
Programmers are drawn from:
Number of computers
in the world:
o(1E4)
Number of programmers
in the world:
o(1E5)
Not Enough:
Programmers drawn from: