All posts by Enrique

About Enrique

Enrique DeCoss, Senior Quality Assurance Manager at FICO is an industry leader in quality strategy with 16+ of experience implementing automation tools. Enrique has a strong background in Testing Tools, API testing strategies, performance testing, Linux OS and testing techniques. Enrique loves to share his in-depth knowledge in competencies including, Selenium, JavaScript, Python, ML testing tools, cloud computing, agile methodologies, and people Management.

Follow me on:

Blogs: 11

How to Run Cypress With Jenkins [Cypress Jenkins Tutorial]

Cypress TestingCI/CDTutorial

How to Run Cypress With Jenkins [Cypress Jenkins 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 your build and deployment process.

May 20, 2024

view count267373 Views

Read time14 Min Read

TDD vs BDD

AutomationTutorial

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

view count654074 Views

Read time21 Min Read

Cypress TestingAutomationTutorial

How To Check If An Element Exists In Cypress

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 fundamental principle emerges at the forefront: the validation of element presence/visibility.

March 19, 2024

view count96808 Views

Read time23 Min Read

Cypress TestingTutorial

Cypress Testing Library: Getting Started 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 updated to reflect the latest changes in the code.

June 14, 2023

view count150483 Views

Read time21 Min Read

How To Handle iFrames In Cypress

Cypress TestingTutorial

How To Handle iFrames In Cypress

Cypress can’t directly access elements inside an iFrame, which causes commands to fail or return undefined results. This issue appears often in apps with embedded payment forms, widgets, or text editors. To fix it, you can use the cypress-iframe plugin or create a custom command to get the iFrame’s body, wait for it to load, … Continue reading How To Handle iFrames In Cypress

February 6, 2023

view count56074 Views

Read time18 Min Read

Cypress App Actions og

Cypress TestingAutomationTutorial

How To Write End-To-End Tests Using Cypress App Actions

Cypress is a popular end-to-end testing framework that simplifies the process of writing and executing tests for web applications. One of its powerful features is App Actions, which allows developers to simulate real user interactions, such as clicking buttons, filling forms, and navigating through the app. In this guide, you’ll learn how to write end-to-end … Continue reading How To Write End-To-End Tests Using Cypress App Actions

January 6, 2023

view count206146 Views

Read time16 Min Read

A Step-By-Step Guide To Cypress API Testing

Cypress TestingTutorial

A Step-By-Step Guide To Cypress API Testing

Cypress testing framework that enables efficient API test automation by sending HTTP requests and validating responses directly. Using Cypress for API testing helps identify broken links, incorrect endpoints, and server errors, ensuring that web applications and their APIs function correctly. This guide explains why Cypress is effective for API testing and demonstrates how to implement … Continue reading A Step-By-Step Guide To Cypress API Testing

December 29, 2022

view count56547 Views

Read time23 Min Read

How To Perform Cypress Accessibility Testing

Cypress TestingTutorial

How To Perform Cypress Accessibility Testing

Cypress accessibility testing ensures that applications are usable by everyone, including people with disabilities, often with the help of assistive technologies like screen readers and keyboard navigation. It is not just about inclusivity; many countries consider inaccessible applications as discriminatory, making accessibility a legal requirement.

June 27, 2022

view count70349 Views

Read time14 Min Read

How To Avoid Anti-Patterns In Cypress

Cypress TestingTutorial

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

view count71888 Views

Read time14 Min Read

cypress-visual-regression-testing

Cypress TestingTutorial

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

view count85900 Views

Read time16 Min Read