All posts by Enrique
• Cypress Testing • Automation
How To Write End-To-End Tests Using Cypress App Actions
When I started writing tests with Cypress, I was always going to use the user interface to interact and change the application’s state when running tests.
January 6, 2023
175661 Views
15 Min Read
A Step-By-Step Guide To Cypress API Testing
API (Application Programming Interface) is a set of definitions and protocols for building and integrating applications.
December 29, 2022
14262 Views
17 Min Read
How To Run Cypress Tests In Jenkins Pipeline [Jenkins and Cypress Tutorial]
Cypress is one of the fast-growing test automation frameworks. As you learn Cypress, you will probably come across the need to integrate your Cypress tests with your CI environment.
September 15, 2022
35814 Views
13 Min Read
How To Perform Cypress Accessibility Testing
Accessibility means designing products, devices, services, vehicles, or environments so that they’re accessible to specially-abled people.
June 27, 2022
49233 Views
11 Min Read
How To Avoid Anti-Patterns In Cypress
No matter how advanced your automation technology is, anti-patterns represent standard bad practices, code smells, and pitfalls. In this case, when creating automated tests, teams can experience a range of difficulties that compound to create inefficient, incomplete, and hard-to-maintain tests.
April 13, 2022
51819 Views
12 Min Read
TDD vs BDD: Choosing The Suitable Framework
Most Software Developers in Test are familiar with Test-Driven Development, or TDD, but Behavior-Driven Development, or BDD, is often misunderstood. The truth is that both of these approaches have advantages and disadvantages to consider.
March 11, 2022
481233 Views
14 Min Read
Complete Guide To Cypress Visual Regression Testing
Sometimes referred to as automated UI testing or visual regression testing, VRT checks software from a purely visual standpoint (taking a screenshot and comparing it against another approved screenshot). Cypress is an emerging test automation framework that enables teams to ship high-quality products faster.
January 11, 2022
60213 Views
14 Min Read
• JavaScript • Cypress Testing
How To Find Broken Links Using Cypress [With Examples]
Have you ever experienced a 404 error? From an end user’s perspective, a 404 error (or broken link) experience can be a complete turn-off. Apart from annoying end-user experience, broken links (or dead links) on a website can dampen the SEO (Search Engine Optimization) activity.
August 5, 2021
222095 Views
16 Min Read