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: 12

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 count237398 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 count96887 Views

Read time16 Min Read

Functional-Testing

AutomationManual TestingMiscellaneous

13 Ways For Your Functional Testers To Do More Than Just ‘Testing’

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

Read time15 Min Read

Desired Capabilities in Selenium

AutomationSelenium TutorialTutorial

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

Read time17 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 count85689 Views

Read time15 Min Read

JUnit Asserts With Examples

AutomationSelenium TutorialTutorial

Mastering Selenium Testing: JUnit Asserts With Examples

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on JUnit Tutorial. Automation testing helps to ease the life of software testers by allowing them to automate their repetitive tasks, and open-source test automation frameworks like Selenium have enabled users to automate web testing experience, at … Continue reading Mastering Selenium Testing: JUnit Asserts With Examples

October 3, 2019

view count141156 Views

Read time14 Min Read

Integrate LambdaTest with Calliope.pro

LambdaTest UpdatesTutorial

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 count14200 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 count93262 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 count219072 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 count131783 Views

Read time10 Min Read