All posts by Ramit Dhamija

About Ramit Dhamija

Working as an Automation Expert at LambdaTest and has recently started the professional journey. Excels in Java test automation.

Follow me on:

Blogs: 11

How WebdriverIO Uses Selenium Locators

AutomationSelenium TutorialTutorial

How WebdriverIO Uses Selenium Locators in a Unique Way – A WebdriverIO Tutorial With Examples

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on WebDriverIO Tutorial and Selenium Locators Tutorial. In any automation testing framework, finding elements is the most fundamental activity. We have to choose web elements very carefully so that automation script execution can handle static and dynamic … Continue reading How WebdriverIO Uses Selenium Locators in a Unique Way – A WebdriverIO Tutorial With Examples

January 13, 2020

view count242528 Views

Read time13 Min Read

Nightwatch.js Tutorial

Selenium TutorialTutorial

Nightwatch.js Tutorial For Test Automation – Complete Guide With Examples

Being an open-source framework allowed Selenium to be compatible with multiple test automation frameworks for different programming languages and if we talk about Automation testing with Selenium and JavaScript,

December 3, 2019

view count101913 Views

Read time22 Min Read

Functional-Testing

AutomationManual TestingMiscellaneous

Beyond Testing: 13 Ways for Functional Testers to Excel

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Automation Testing Tutorial. Functional testing of a web application or a website is one of the most essential phases of SDLC(Software Development Life Cycle) and who would know it better than we do.

November 29, 2019

view count148302 Views

Read time15 Min Read

Desired Capabilities in Selenium

AutomationSelenium Tutorial

Desired Capabilities in Selenium Webdriver

Desired Capabilities is a class used to declare a set of basic requirements such as combinations of browsers, operating systems, browser versions, etc. to perform automated cross browser testing of a web application.

November 19, 2019

view count152559 Views

Read time18 Min Read

How to Automate Registration Page Using Selenium And Java

AutomationSelenium TutorialTutorial

How to Automate Registration Page Using Selenium And Java

If you are just starting with Selenium automation testing of your product, the first page you would probably want to automate Registration page or Login Page. If you have an online platform like an ecommerce company or a Software-as-a-Service product, the Signup page acts as the door to welcome your web application visitors.

October 29, 2019

view count104657 Views

Read time15 Min Read

Integrate LambdaTest with Calliope.pro

LambdaTest Updates

How to Integrate LambdaTest with Calliope.pro?

Collaboration is pivotal for any successful release. Can you imagine going through a sprint without consulting or informing any other team involved in the project about what you did? You can’t right because it is not a pretty picture.

September 12, 2019

view count16293 Views

Read time9 Min Read

Reasons Why Test Automation Fails For Your Web Application

Automation

22 Reasons Why Test Automation Fails For Your Web Application

I can relate to the feeling where you wish to achieve flawless automation testing in the blink of an eye! On the other hand, I also understand the apprehension that is causing you to delay test automation.

September 11, 2019

view count96703 Views

Read time19 Min Read

Selenium Disabled JavaScript Settings : Automation Testing

AutomationJavaScriptSelenium TutorialTutorial

Automation Testing With Javascript Disabled in Selenium

Selenium has been a pinnacle for open-source software in the industry of automated website testing. The automation testing framework is widely adopted by the testing community to help them in automating interactions with their web-application for desktops.

August 29, 2019

view count223819 Views

Read time10 Min Read

Setup Selenium Grid For Parallel Execution In Different Browsers

AutomationSelenium TutorialTutorial

Selenium Grid Tutorial: Parallel Testing Guide with Examples

Unlike Selenium WebDriver which allows you automated browser testing in a sequential manner, a Selenium Grid setup will allow you to run test cases in different browsers/ browser versions, simultaneously. One of the reasons behind the huge popularity of Selenium is its capability to automate cross browser testing.

July 10, 2019

view count141705 Views

Read time10 Min Read

TestNG Listeners In Selenium WebDriver With Examples

Selenium TutorialTutorial

TestNG Listeners In Selenium WebDriver With Examples

There are different interfaces provided by Java that allows you to modify TestNG behaviour. These interfaces are further known as TestNG Listeners in Selenium WebDriver. TestNG Listeners also allows you to customize the tests logs or report according to your project requirements.

May 30, 2019

view count69489 Views

Read time11 Min Read