Author: himanshu

Working on report

How to Generate Junit Reports in Cypress

Reading Time: 2 minutes Hi Readers,In this blog, we will learn about how to generate Junit Reports in Cypress. Cypress Cypress is a free, open-source, and end-to-end testing framework for web test automation. It helps developers to write automated web tests in Javascript. It is a front-end and back-end test automation tool for the next generation of modern web applications. Many big companies like Alibaba Travels, and CircleCI uses Continue Reading

Exceptions & How to Handle Exceptions in Selenium WebDriver

Reading Time: 3 minutes Hello Readers,In this blog, we will learn about Exceptions, how to handle exceptions in Selenium WebDriver, and common exceptions in selenium. Let’s Start. What is an Exception? Exception as the name suggests is an event that happens at the time of execution of a program. There may be several reasons behind the occurrence of exceptions that indicate the halt in the program flow.Exceptions are classified Continue Reading

How to Perform Screenshots & Videos in cypress

Reading Time: 2 minutes Hello Readers,In this blog, we will learn about Cypress screenshots and videos & how to take them manually in cypress. Screenshot in cypress- Cypress is a free-open source automation tool that automatically takes screenshots when a test failure occurs during running npx cypress open or cypress run. To manually take a screenshot in cypress, we can use cy.screenshot(). And Screenshots are saved in the screenshot Continue Reading

CRUD Operations & How to perform them with Cypress

Reading Time: 3 minutes Hello Readers, In this blog, we will learn how to perform CRUD Operations with cypress. Let’s start. What is Cypress? Cypress is an end-to-end testing framework for web test automation. It enables developers to write automated web tests in Javascript. It is easy to use and learn which makes it perfect for end-to-end testing. Many big companies like Alibaba Travels, CircleCI uses cypress. CRUD Operations Continue Reading