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

11. Start Coding the First Test

Arnon Axelrod1 
(1)
Matan, Israel
 

Finally! After 10 chapters, we’re ready to write some code…

In this chapter we’ll build the skeleton for the first test that we designed in the previous chapter, writing the code of the test itself and empty classes and methods that it should use. We’ll end this chapter when the code compiles but does nothing. In the next chapter we’ll continue to implement all the methods and won’t rest until the test passes. Many parts of the code that we’ll write will also serve as an infrastructure that we’ll be able to use in the next tests. As also mentioned in Chapter 9, we’ll use Visual ...

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.