Category Archives: Tutorial

JUnit 5 parallel test execution

AutomationSelenium JavaTutorial

Parallel Testing With JUnit 5 And Selenium [Tutorial]

Parallel test execution with Selenium is one of the major factors that can affect the test execution speed. Serial execution in Selenium can be effective only if the tests have to be run on a small number of browser and OS combinations.

September 11, 2021

view count123919 Views

Read time14 Min Read

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

Read time10 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 count152551 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 count420994 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 count183943 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 count526449 Views

Read time31 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 count89816 Views

Read time17 Min Read

Cypress Google Lighthouse

Cypress TestingTutorial

Unleashing Cypress Performance Testing using Lighthouse

“Your most unhappy customers are your greatest source of learning.” Bill Gates Since the time the pandemic struck the world, mobile applications and websites have become the go-to source for fulfilling all the major requirements (e.g., grocery shopping, bill payments, etc.).

August 13, 2021

view count60707 Views

Read time11 Min Read

Annotations In Cucumber Framework

AutomationTutorial

How To Use Annotations In Cucumber Framework [Tutorial]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Cucumber Tutorial. Cucumber is one of the most popular open-source BDD frameworks that facilitates Selenium test automation. It offers a set of tools that helps us to manage the various scenarios available in multiple feature … Continue reading How To Use Annotations In Cucumber Framework [Tutorial]

August 10, 2021

view count240294 Views

Read time13 Min Read

Broken links with Cypress

JavaScriptCypress TestingTutorial

How To Find Broken Links Using Cypress [With Examples]

Have you ever experienced a 404 error? From an end user’s perspective, a 404 error (or broken link) experience can be a complete turn-off. Apart from annoying end-user experience, broken links (or dead links) on a website can dampen the SEO (Search Engine Optimization) activity.

August 5, 2021

view count284161 Views

Read time16 Min Read