All posts by Ramit Dhamija
• Automation • Selenium Tutorial • Tutorial
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
237398 Views
13 Min Read
• Selenium Tutorial • Tutorial
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
96887 Views
16 Min Read
• Automation • Manual Testing • Miscellaneous
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
144839 Views
15 Min Read
• Automation • Selenium Tutorial • 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
140801 Views
17 Min Read
• Automation • Selenium Tutorial • Tutorial
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
85689 Views
15 Min Read
• Automation • Selenium Tutorial • Tutorial
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
141156 Views
14 Min Read
• LambdaTest Updates • Tutorial
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
14200 Views
9 Min Read
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
93262 Views
19 Min Read
• Automation • JavaScript • Selenium Tutorial • Tutorial
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
219072 Views
10 Min Read
• Automation • Selenium Tutorial • Tutorial
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
131783 Views
10 Min Read