Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
End-to-End Web Testing with Cypress

You're reading from   End-to-End Web Testing with Cypress Explore techniques for automated frontend web testing with Cypress and JavaScript

Arrow left icon
Product type Paperback
Published in Jan 2021
Publisher Packt
ISBN-13 9781839213854
Length 240 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Waweru Mwaura Waweru Mwaura
Author Profile Icon Waweru Mwaura
Waweru Mwaura
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Section 1: Cypress as an End-to-End Testing Solution for Frontend Applications
2. Chapter 1: Installing and Setting Up Cypress FREE CHAPTER 3. Chapter 2: Differences between Selenium WebDriver and Cypress 4. Chapter 3: Working with Cypress Command-Line Tools 5. Chapter 4: Writing Your First Test 6. Chapter 5: Debugging Cypress Tests 7. Section 2: Automated Tests with the TDD Approach
8. Chapter 6: Writing Cypress Tests Using the TDD approach 9. Chapter 7: Understanding Element Interaction in Cypress 10. Chapter 8: Understanding Variables and Aliases in Cypress 11. Chapter 9: Advanced Uses of Cypress Test Runner 12. Section 3: Automated Testing for Your Web Application
13. Chapter 10: Exercise – Navigation and Network Requests 14. Chapter 11: Exercise – Stubbing and Spying XHR Requests 15. Chapter 12: Visual Testing in Cypress 16. Other Books You May Enjoy

Summary

This chapter's focus was mainly on XHR requests and responses and how they interact with the client and the server. We started by first understanding what XHR requests and responses are and how important they are when we want to send requests from the client and also receive requests from the server. In this chapter, we also looked at how we can "fake" server responses by stubbing XHR responses using the Cypress stub functionality that is built into the cy.intercept() command. Finally, we explored the Cypress cy.spy() command, which further gave us an idea of how we can monitor methods in Cypress and get the ability to find out the number of times the methods were executed, how they were executed, their arguments, and even their return values. In the final section, we learned the importance of knowing that with spying, we can only "observe" how the execution takes place, and not necessarily have the ability to change the execution process of the request...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at ₹800/month. Cancel anytime