In Chapters 10 to 12 we created the first test and its supporting infrastructure. Now it’s time to add more tests while enhancing the infrastructure that supports these tests to make it more maintainable. In addition, we’ll support running the tests by multiple developers simultaneously and support cross-browser testing .
Writing the Next Tests
Plan the test as a claim and an experiment that proves or refutes it.
Translate the experiment steps into classes and methods, and make the code compile, even though the methods ...