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
245062 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
105310 Views
22 Min Read
• Automation • Manual Testing • Miscellaneous
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
150446 Views
15 Min Read
• Automation • Selenium 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
158279 Views
18 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
111441 Views
15 Min Read
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
17876 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
98787 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
226237 Views
10 Min Read
• Automation • Selenium Tutorial • Tutorial
Tutorial On JUnit Annotations In Selenium With Examples
This article is a part of our Content Hub. For more in-depth resources, check out our content hub on JUnit Tutorial. JUnit is a Java-based, open-source framework to help you execute unit testing. JUnit is used primarily to test each and every unit or component of your application like classes and methods. It helps to … Continue reading Tutorial On JUnit Annotations In Selenium With Examples
April 30, 2019
64665 Views
13 Min Read