May 2015
Beginner
220 pages
4h 16m
English
In Chapter 10, Adding Real-time Chat, we extended our social network by adding a real-time chat function. We used WebSockets and Socket.IO in particular to implement the communication between the users in our system. The last chapter of this book is dedicated to user interface testing. We will explore two popular tools to run headless browser testing. This chapter covers the following topics:
Before writing the tests, we will spend some time talking about the testing toolset. We need some instruments to define and run ...
Read now
Unlock full access