Book Image

Selenium Design Patterns and Best Practices

By : Dima Kovalenko
Book Image

Selenium Design Patterns and Best Practices

By: Dima Kovalenko

Overview of this book

Table of Contents (18 chapters)
Selenium Design Patterns and Best Practices
Credits
Foreword
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this section, we concluded the setup of our test machine. You also learned the location of the CLI terminal for the majority of operating systems. Also, we installed all of the necessary components that will allow us to follow all of the exercises in this book.

We also took the time to understand why our test classes are named the way they are. We covered the file and class naming conventions, and you also understand how Ruby does namespacing and declares inheritance.

We are now ready to start writing our tests!