All posts by Enrique
How to Run Cypress With Jenkins [Cypress Jenkins Tutorial]
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. Cypress is a JavaScript-based framework for performing end-to-end testing of websites. When performing Cypress testing, you will probably come across the need to integrate your Cypress tests with CI/CD tools like Jenkins to automate … Continue reading How to Run Cypress With Jenkins [Cypress Jenkins Tutorial]
May 20, 2024
265089 Views
12 Min Read
TDD vs BDD vs ATDD: Which One to Choose?
When it comes to building high-quality software applications, testing plays a crucial role. Within the Agile development methodology, three key approaches focus on writing clear and effective tests
April 5, 2024
652366 Views
21 Min Read
Cypress TestingAutomationTutorial
How To Check If An Element Exists In Cypress
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. Ensuring web application robustness and reliability is a primary objective in software testing. As QA engineers delve into the complexities of Cypress framework, a robust testing framework renowned for its simplicity and effectiveness, one … Continue reading How To Check If An Element Exists In Cypress
March 19, 2024
94855 Views
21 Min Read
Cypress Testing Library: Getting Started Tutorial
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. Writing maintainable tests for web user interfaces is critical for ensuring the reliability and stability of applications. As the software evolves and changes, it’s vital to have tests that can be easily maintained and … Continue reading Cypress Testing Library: Getting Started Tutorial
June 14, 2023
148572 Views
18 Min Read
How To Handle iFrames In Cypress
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. 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. … Continue reading How To Handle iFrames In Cypress
February 6, 2023
54561 Views
17 Min Read
Cypress TestingAutomationTutorial
How To Write End-To-End Tests Using Cypress App Actions
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. 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
204716 Views
15 Min Read
A Step-By-Step Guide To Cypress API Testing
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. API (Application Programming Interface) is a set of definitions and protocols for building and integrating applications.
December 29, 2022
54800 Views
17 Min Read
How To Perform Cypress Accessibility Testing
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. Accessibility means designing products, devices, services, vehicles, or environments so that they’re accessible to specially-abled people.
June 27, 2022
68973 Views
12 Min Read
How To Avoid Anti-Patterns In Cypress
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. 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 … Continue reading How To Avoid Anti-Patterns In Cypress
April 13, 2022
70098 Views
12 Min Read
Complete Guide To Cypress Visual Regression Testing
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Cypress Tutorial. 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 … Continue reading Complete Guide To Cypress Visual Regression Testing
January 11, 2022
84217 Views
15 Min Read