18 Testing Web Applications
To prevent bugs from getting into your code, you should secure applications by means of automated tests. In this chapter, you’ll learn how testing works, the different types of tests available, and the most important terminology in this context.
The more complex an application becomes and the more code an application contains, the more difficult it becomes to assess the side effects of making changes to the code or of adding new code. Ensuring that the new code does not contain any new bugs and that the existing code still works as it should is also made more difficult. A useful approach to counteracting these problems is to test the code of an application in an automated manner. As shown in Figure 18.1, this testing ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access