Category Archives: Selenium Tutorial

Behavior Driven Development By Selenium Testing With Gherkin

Selenium TutorialAutomation

Behavior Driven Development Tutorial : Selenium Testing With Gherkin

Cucumber and Selenium are widely used frameworks for BDD(Behavior Driven Development) and browser automation respectively. Although on paper, it seems like a nice pair but when it comes to reality a lot of testers shy away from it.

March 31, 2020

view count58215 Views

Read time11 Min Read

Selenium-Exceptions

AutomationSelenium TutorialTutorial

45+ Different Types of Common Selenium Exceptions

A developer will always write code keeping different scenarios in mind but there could be cases where the implementation does not work as expected. The same principle also applies to test code that is primarily written to test the existing product functionalities

March 30, 2020

view count61948 Views

Read time18 Min Read

Cucumber.js Tutorial with Examples For Selenium

JavaScriptSelenium Tutorial

Cucumber.js Tutorial with Examples For Selenium JavaScript

The relevance of using a BDD framework such as Cucumber.js is often questioned by our fellow automation testers. Many feel that it is simply adding more work to their table.

March 19, 2020

view count168808 Views

Read time16 Min Read

Guide To Selenium Locators In Protractor

Selenium TutorialAutomationTutorial

Complete Guide To Selenium Locators In Protractor (Examples)

This article is a part of our Selenium Protractor tutorial. Visit LambdaTest Learning Hub for in-depth tutorials around CI/CD, Selenium, Automation Testing and more. While testing the functionality for your website, especially web elements such as radio button, text boxes, drop-down, etc., you need to make sure that you are able to access these elements.

March 12, 2020

view count197978 Views

Read time11 Min Read

GitLab CI-CD-and-Selenium Grid

AutomationSelenium TutorialTutorial

Build An Automated Testing Pipeline With GitLab CI/CD & Selenium Grid

CI/CD has been gaining a lot of attraction & is probably one of the most talked topics for the novices in DevOps. With the availability of CI/CD tools available in the market,

March 4, 2020

view count93213 Views

Read time23 Min Read

Why Testing In Production Is Pivotal For Your Release?

Selenium TutorialAutomation

Why Testing In Production Is Pivotal For Your Release?

Do you think that just because your web application passed in your staging environment with flying colors, it’s going to be the same for your Production environment too? You might want to rethink that!

February 24, 2020

view count78158 Views

Read time14 Min Read

Guide To Access Forms In Selenium

AutomationSelenium TutorialTutorial

Complete Guide To Access Forms In Selenium With Java

Have you noticed the ubiquity of web forms while surfing the internet? Almost every website or web-application you visit, leverages web-forms to gain relevant information about yourself.

February 12, 2020

view count171468 Views

Read time17 Min Read

Selenium JavaScriptSelenium TutorialTutorial

Mocha JavaScript Tutorial With Examples For Selenium Testing

When we talk about JavaScript automation testing, we can’t afford to not loop in Selenium into the discussion as well. So I thought of coming up with a step by step Mocha testing tutorial on the framework will be beneficial for you to kickstart your JavaScript automation testing with Mocha and Selenium. We will also … Continue reading Mocha JavaScript Tutorial With Examples For Selenium Testing

January 22, 2020

view count139013 Views

Read time20 Min Read

How WebdriverIO Uses Selenium Locators

AutomationSelenium TutorialTutorial

How WebdriverIO Uses Selenium Locators – A WebdriverIO Tutorial With Examples

In any automation testing framework, finding elements is the most crucial step for stable test execution. WebDriverIO offers advanced Selenium locators and selector strategies that simplify element identification compared to traditional frameworks. Earlier, each locator required a specific By method, but WebdriverIO eliminates this need by intelligently detecting the locator type automatically. By the end … Continue reading How WebdriverIO Uses Selenium Locators – A WebdriverIO Tutorial With Examples

January 13, 2020

view count251695 Views

Read time19 Min Read

AutomationSelenium TutorialTutorial

Selenium WebdriverIO Tutorial with Example

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebDriverIO Tutorial. WebdriverIO is Javascript based test automation framework built over nodeJs. It is an open-source project developed for the automation testing community. WebdriverIO is extendible, compatible, feature-rich, and easy to install.

December 16, 2019

view count194268 Views

Read time17 Min Read