October 2015
Intermediate to advanced
288 pages
7h 35m
English
Imagine the following scenario while coding on your application. “Wow! I never would have thought that touching the FactoryController method would impact the user report! It’s a good thing we had the test on that page!”
Testing suites add concrete business value. They also fly completely under the radar of any standards body in your organization—and so are a rich place for you to try out new ideas.
In this recipe we’ll use WebDriver to open a Google search page and do a search. Then we’ll test the results against our expectations. Let’s get started.
In this chapter we assume you have Firefox installed on your machine; if not, install it now.
The benefit of this chapter is ...
Read now
Unlock full access