Category Archives: Selenium Tutorial

Pytest Report Generation For Selenium Automation Scripts

AutomationCross Browser TestingSelenium TutorialTutorial

pytest Report Generation For Selenium Automation Scripts

Test automation frameworks such as pytest are very powerful in automating tests when used along with the Selenium, the test results generated by these tests can become more insightful when you combine testing with reporting feature supported by the test framework.

May 29, 2019

view count55526 Views

Read time14 Min Read

Challenges In Selenium Automation

AutomationCross Browser TestingSelenium Tutorial

Challenges & Limitations In Selenium, How To Fix Them?

Selenium is one of the most popular test frameworks which is used to automate user actions on the product under test. ​Selenium is open source and the core component of the selenium framework is Selenium WebDriver.

May 22, 2019

view count135883 Views

Read time18 Min Read

What To Expect From The New Version Of Selenium 4 Alpha?

AutomationCross Browser TestingSelenium Tutorial

What To Expect From The Latest Version Of Selenium 4 Alpha?

All of us belonging to the testing domain are familiar with Selenium, one of the most popular open source automation tools available in the industry. We were pretty excited in August 2018 when Simon Stewart,

May 15, 2019

view count92752 Views

Read time6 Min Read

Using Selenium and Python Hypothesis for Automation Testing

Selenium PythonSelenium TutorialTutorial

Using Selenium and Python Hypothesis for Automation Testing

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. When it comes to testing a software product, various forms of testing e.g. unit testing, integration testing, release testing, etc. are performed at different stages of SDLC(Software Development Test Cycle).

May 8, 2019

view count36219 Views

Read time17 Min Read

Tutorial On JUnit Annotations In Selenium

AutomationSelenium TutorialTutorial

Tutorial On JUnit Annotations In Selenium With Examples

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 write and run repeatable automated tests, to ensure your code runs as intended.

April 30, 2019

view count73295 Views

Read time14 Min Read

Complete Guide On TestNG Annotations For Selenium WebDriver

Selenium TutorialTutorial

TestNG Annotations Tutorial With Examples For Selenium Automation

TestNG is a testing framework created by Cédric Beust and helps to cater a lot of our testing needs. It is widely used in Selenium. Wondering on what NG stands for? Well, it refers to ‘Next Generation’.

April 24, 2019

view count75150 Views

Read time16 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 count78133 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 count105976 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 count135756 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 count70941 Views

Read time8 Min Read