Category Archives: Tutorial

Cypress Events

Cypress TestingTutorial

Handling Touch And Mouse Events In Cypress [Tutorial]

Cypress is one of the selected-few JavaScript test automation tools that has climbed the ranks when it comes to modern web testing.

September 7, 2021

view count78238 Views

Read time13 Min Read

frames and iframe in selenium javascript

AutomationSelenium JavaScriptTutorial

How To Handle Frames & iFrames In Selenium JavaScript [Tutorial]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium JavaScript Tutorial. While performing Selenium test automation, you’ll frequently run into situations where you need to handle frames or iframes.

September 2, 2021

view count159413 Views

Read time11 Min Read

Automated Testing Pipeline With Semaphore CI

CI/CDAutomationTutorial

Building Automated Testing Pipeline With Semaphore CI And Selenium Grid

In today’s digital age, product teams must build products at a brisk pace while maintaining the best quality. Therefore, the methodology to follow and the tool selection to accomplish this can be paramount to get better results.

September 1, 2021

view count432838 Views

Read time27 Min Read

JavaScript Wait Function

AutomationSelenium JavaScriptTutorial

Wait Function In Selenium WebDriver Using JavaScript

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium JavaScript Tutorial. There are many options when it comes to putting your program to sleep (or insert delays in the program). When performing Selenium, the Sleep function will cause the execution of your code to … Continue reading Wait Function In Selenium WebDriver Using JavaScript

August 31, 2021

view count193356 Views

Read time17 Min Read

Travis CI and Docker

CI/CDAutomationTutorial

Building A CI/CD Pipeline With Travis CI, Docker, And LambdaTest

With the help of well-designed Continuous Integration systems in place, teams can build quality software by developing and verifying it in smaller increments.

August 19, 2021

view count536625 Views

Read time33 Min Read

Selenium Python cheat sheet

AutomationCheat SheetSelenium PythonTutorial

The Ultimate Selenium Python Cheat Sheet for Test Automation

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Automation Testing and Selenium Python Tutorial. Python is one of the most popular programming languages for Selenium web automation since it provides a simplified syntax and lets you perform more with much less code! Thus, Python … Continue reading The Ultimate Selenium Python Cheat Sheet for Test Automation

August 16, 2021

view count116401 Views

Read time17 Min Read

Cypress Google Lighthouse

Cypress TestingTutorial

Unleashing Cypress Performance Testing using Lighthouse

Cypress performance testing with Lighthouse seamlessly combines functional and performance tests. Automate audits for page speed, SEO, and accessibility to ensure optimal web performance and a better user experience.

August 13, 2021

view count70032 Views

Read time16 Min Read

Annotations In Cucumber Framework

AutomationTutorial

How To Use Annotations In Cucumber Framework [Tutorial]

Cucumber is one of the most popular open-source BDD frameworks that facilitates Selenium automation. It helps manage various scenarios across multiple feature files. We have already discussed how to configure and write a basic test in our earlier blog on automation testing with Selenium Cucumber and TestNG. However, for complex projects with multiple feature files, … Continue reading How To Use Annotations In Cucumber Framework [Tutorial]

August 10, 2021

view count248278 Views

Read time17 Min Read

Broken links with Cypress

JavaScriptCypress TestingTutorial

How To Find Broken Links Using Cypress [With Examples]

Have you ever encountered a 404 error? From an end user’s perspective, a broken link can be a major turn-off. Beyond frustrating users, dead links can negatively impact your website’s SEO, increase bounce rates, and reduce site credibility. Regularly detecting and fixing broken links is crucial for maintaining a professional, reliable site. Cypress simplifies this … Continue reading How To Find Broken Links Using Cypress [With Examples]

August 5, 2021

view count295504 Views

Read time21 Min Read

JUnit 5 Extensions

AutomationSelenium JavaTutorial

JUnit 5 Extensions : A Detailed Guide

Chapters What Is JUnit JUnit 5 Features and Extensions Setting Up JUnit Environment Executing JUnit Tests From CLI Running JUnit Tests in Jupiter Parallel Testing With JUnit 5 JUnit Annotations JUnit Ignore Test Annotations @RepeatedTest Annotation JUnit Assertions JUnit ErrorCollector JUnit Parameterized Tests JUnit 5 and Mockito Migrating From JUnit 4 to JUnit 5 TABLE … Continue reading JUnit 5 Extensions : A Detailed Guide

August 3, 2021

view count260426 Views

Read time21 Min Read