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 count236235 Views

Read time12 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 count642426 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 count73883 Views

Read time21 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 count136749 Views

Read time19 Min Read

How To Handle iFrames In Cypress

Cypress TestingTutorial

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

view count46093 Views

Read time17 Min Read

Cypress App Actions og

Cypress TestingAutomationTutorial

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

view count193708 Views

Read time14 Min Read

A Step-By-Step Guide To Cypress API Testing

Cypress TestingTutorial

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

view count40997 Views

Read time17 Min Read

How To Perform Cypress Accessibility Testing

Cypress TestingTutorial

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

view count58707 Views

Read time12 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 count59639 Views

Read time12 Min Read

cypress-visual-regression-testing

Cypress TestingTutorial

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

view count72380 Views

Read time15 Min Read