Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Learning Behavior-driven development with Javascript
  • Table Of Contents Toc
Learning Behavior-driven development with Javascript

Learning Behavior-driven development with Javascript

By : Enrique Javier A Rubio
4.9 (7)
close
close
Learning Behavior-driven development with Javascript

Learning Behavior-driven development with Javascript

4.9 (7)
By: Enrique Javier A Rubio

Overview of this book

This book is ideal for any JavaScript developer who is interested in producing well-tested code. If you have no prior experience with testing, Node.js, or any other tool, do not worry, as they will be explained from scratch.
Table of Contents (12 chapters)
close
close
11
Index

Introducing the Page Object pattern

If we have a look at the code we have written, we will realize that the tests are a bit ugly. The tests are not very readable because there is a lot of references to the WebDriver API that is a bit low-level. Furthermore, there are many CSS selectors throughout all the tests. This produces two main problems:

  • Excessive verbosity and a lack of readability in the tests due to all these references to CSS selectors and the WebDriver API.
  • Difficult maintenance. A change in the structure of the HTML can break our tests, because the specified CSS selectors are no longer valid. The problem is not the fact that the tests get broken, but that we need to review all the tests, looking for the selectors that we need to fix. This is because the same CSS selector can be referenced in several tests that depend on the same element.

The Page Object pattern intends to solve these problems by encapsulating the details of accessing the elements of a page and interacting with...

CONTINUE READING
83
Tech Concepts
36
Programming languages
73
Tech Tools
Icon Unlimited access to the largest independent learning library in tech of over 8,000 expert-authored tech books and videos.
Icon Innovative learning tools, including AI book assistants, code context explainers, and text-to-speech.
Icon 50+ new titles added per month and exclusive early access to books as they are being written.
Learning Behavior-driven development with Javascript
notes
bookmark Notes and Bookmarks search Search in title playlist Add to playlist font-size Font size

Change the font size

margin-width Margin width

Change margin width

day-mode Day/Sepia/Night Modes

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY

Submit Your Feedback

Modal Close icon
Modal Close icon
Modal Close icon