All posts by Enrique
How To Handle iFrames In Cypress
In today’s web development world, finding standalone web apps is challenging. However, we can find most of these web apps work with each other where the integrations happen either from the Front-end or Back-end. One of the oldest yet simple integration strategies is using iFrames when examining these integrations.
February 6, 2023
21941 Views
15 Min Read
• Cypress Testing • Automation • Tutorial
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
183088 Views
14 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
22362 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
39935 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
51004 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
53068 Views
12 Min Read
• Automation • Tutorial
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
483458 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
62041 Views
14 Min Read
• JavaScript • Cypress Testing • Tutorial
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
236941 Views
16 Min Read