All posts by Sachin

About Sachin

A Software Engineer by profession, love to work for open source projects and some of my own personal projects through blogging and learning. I have overall 7+ years of expertise in the various phases of the software development life cycle.

Follow me on:

Blogs: 6

Getting Started With Cypress For Test Automation

Cypress TestingTutorial

Cypress Testing Framework Tutorial: Complete Guide to Test Automation with Cypress

If you are from the automation testing field, you will know that Selenium is one of the leading test automation frameworks in the market. However, as per my experience in test automation, other modern automation frameworks like Cypress testing framework are picking up pace.

May 4, 2022

view count63431 Views

Read time8 Min Read

Submit Forms In Cypress

AutomationCypress TestingTutorial

How To Fill And Submit Forms In Cypress

Web forms are one of the most common types of forms that you may have encountered when interacting with websites. An example of a simple form is a login page, where the user needs to enter the login credentials to access the relevant features of the platform. On the other hand, complex forms can contain … Continue reading How To Fill And Submit Forms In Cypress

December 3, 2021

view count152932 Views

Read time18 Min Read

Cypress Locators

Cypress TestingTutorial

How To Find HTML Elements Using Cypress Locators

Cypress is a new yet upcoming automation testing tool that is gaining prominence at a faster pace. Since it is based on the JavaScript framework, it is best suited for end-to-end testing of modern web applications.

September 25, 2021

view count73711 Views

Read time20 Min Read

Cypress TestingJavaScriptTutorial

Cypress Automation Tutorial: E2E Testing with Cypress

The demand for Cypress automation testing has increased exponentially with the need to deliver products faster to the market. As per the State of JS survey 2021, Cypress awareness has climbed from 74% in 2020 to 83% in 2021 with 92% satisfaction. Cypress has emerged as a prominent tool for web automation testing in recent … Continue reading Cypress Automation Tutorial: E2E Testing with Cypress

July 1, 2021

view count278884 Views

Read time16 Min Read

AutomationSelenium JavaScriptTutorial

How To Get Data Of Attributes In JavaScript With Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium JavaScript Tutorial. When performing test automation, you would have come across umpteen scenarios where there is a need to verify the properties and values of the WebElements.

June 30, 2021

view count193005 Views

Read time11 Min Read

AutomationJavaScriptTutorial

Generate Mocha Reports With Mochawesome

“Testing leads to failure, and failure leads to understanding.” Burt Rutan It goes without saying that the very essence of testing lies in locating issues so that they can be worked upon. This results in a better-quality & well-performing web application (or website) that is important in building a positive customer experience.

May 24, 2021

view count160701 Views

Read time12 Min Read