Category Archives: Selenium Tutorial

Locating Elements by TagName In Selenium

AutomationSelenium TutorialTutorial

How to Get Element by Tag Name In Selenium

Selenium locators are your key when dealing with locating elements on a web page. From the list of locators like ID, Name, Class, tag name, XPath, CSS selector etc, one can choose any of these as per needs and locate the web element on a web page.

April 18, 2019

view count83018 Views

Read time5 Min Read

Making The Move With ID Locator In Selenium WebDriver

AutomationSelenium Tutorial

Making The Move With ID Locator In Selenium WebDriver

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Locators Tutorial. If you are beginning with Selenium, you may be unsure about what to do and how to do it? In my opinion, I find locators to be the best step to start brushing … Continue reading Making The Move With ID Locator In Selenium WebDriver

April 15, 2019

view count68719 Views

Read time4 Min Read

How To Use Name Locator In Selenium Automation Scripts?

AutomationSelenium TutorialTutorial

How To Use Name Locator In Selenium Automation Scripts?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Locators Tutorial. Locators in Selenium play an important role in the life of an automation engineer. Depending on how skilled you are in locating an element is directly proportional to the stability and efficiency of … Continue reading How To Use Name Locator In Selenium Automation Scripts?

April 4, 2019

view count92646 Views

Read time5 Min Read

How To Measure Page Load Times With Selenium?

AutomationCross Browser TestingSelenium Tutorial

Measure and Optimize Page Load Time With Selenium

There are a number of metrics that are considered during the development & release of any software product. One such metric is the ‘user-experience’ which is centred on the ease with which your customers can use your product.

March 11, 2019

view count122077 Views

Read time14 Min Read

How To Use CSS Selectors In Selenium Automation Scripts

AutomationSelenium Tutorial

CSS Selectors in Selenium: Pro-Tester’s Mastering Guide

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Locators Tutorial. CSS Selectors in Selenium are used to identifying a user desired HTML web element. This fits into an element locator strategy of automated test development where the primary aim is to interact with … Continue reading CSS Selectors in Selenium: Pro-Tester’s Mastering Guide

February 26, 2019

view count58543 Views

Read time7 Min Read

Automation Testing With Selenium, Cucumber & TestNG

AutomationCross Browser TestingSelenium TutorialTutorial

Automation Testing With Selenium, Cucumber & TestNG

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Cucumber Tutorial. Cucumber is a test automation framework which leverages Behavior Driven Development for collaboration in between Business and IT teams. It empowers a user to define an application’s behavior in plain English

February 18, 2019

view count118657 Views

Read time13 Min Read

Speed Up Automated Parallel Testing In Selenium With TestNG

AutomationCross Browser TestingSelenium TutorialTutorial

Speed Up Automated Parallel Testing In Selenium With TestNG

Cross browser testing can turn out to be stressful and time consuming if performed manually. Imagine the amount of manual efforts required to test an application on multiple browsers and versions. Infact, you will be

February 11, 2019

view count37314 Views

Read time11 Min Read

Python UnitTest Parallel Testing In Selenium WebDriver

AutomationCross Browser TestingSelenium PythonSelenium TutorialTutorial

Easily Execute Python UnitTest Parallel Testing In Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Cross browser testing is deemed to be an indispensable task for modern day release cycle. However, manual cross browser testing could turn out to be very strenuous and time consuming. A major hindrance … Continue reading Easily Execute Python UnitTest Parallel Testing In Selenium

February 7, 2019

view count74112 Views

Read time13 Min Read

Selenium-Grid-Setup

AutomationCross Browser TestingSelenium TutorialTutorial

Selenium Grid Setup Tutorial For Cross Browser Testing

When performing cross browser testing manually, one roadblock that you might have hit during the verification phase is testing the functionalities of your web application/web product across different operating

February 5, 2019

view count33894 Views

Read time17 Min Read

Selenium Testing With Selenide element Using IntelliJ & Maven

AutomationCross Browser TestingSelenium TutorialTutorial

Selenium Testing With Selenide Element Using IntelliJ & Maven

There are a lot of tools in the market who uses Selenium as a base and create a wrapper on top of it for more customization, better readability of code and less maintenance for eg., Watir, Protractor etc., To know more

February 1, 2019

view count48158 Views

Read time16 Min Read