© Arnon Axelrod 2018
Arnon AxelrodComplete Guide to Test Automationhttps://doi.org/10.1007/978-1-4842-3832-5_14

14. Adding More Tests

Arnon Axelrod1 
(1)
Matan, Israel
 

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

We’ll add more tests very similarly to the way we wrote the first test:
  • 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 ...

Get Complete Guide to Test Automation: Techniques, Practices, and Patterns for Building and Maintaining Effective Software Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.