Category Archives: Automation

Test Automation on Safari Browser with Safari Driver and Selenium

AutomationSelenium Tutorial

Test Automation on Safari Browser with Safari Driver and Selenium

We all know that Google Chrome is the most popular browser in the world. But do you know, with 17.24% of the overall browser market share, Safari is the second most popular one?

November 25, 2020

view count135347 Views

Read time13 Min Read

selenium 4 with python

Selenium PythonAutomationTutorial

Python with Selenium 4 Tutorial: A Complete Guide with Examples

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium 4 and Selenium Python Tutorial Python with Selenium is one of the most widely used automation testing combo. With Selenium 4 gaining significant traction since the release of its first Alpha version in April 2019, … Continue reading Python with Selenium 4 Tutorial: A Complete Guide with Examples

November 23, 2020

view count116814 Views

Read time2 Min Read

Run Junit Tests From The Command Line

Selenium JavaAutomationTutorial

How To Run Junit Tests From The Command Line?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on JUnit Tutorial. JUnit is one of the most popular Java-based open-source frameworks used for testing every unit of the application, i.e., classes and methods. And for automating the testing of web applications, you can use it … Continue reading How To Run Junit Tests From The Command Line?

November 19, 2020

view count119855 Views

Read time19 Min Read

Selenium4-W3C-WebDriver-Protocol

AutomationSelenium TutorialTutorial

Selenium 4 Is Now W3C Compliant: All You Need To Know

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium 4. Selenium 4, the latest version of Selenium, is currently available in the Alpha Version. There has been a lot of buzz around the release of Selenium 4 Alpha features, as it is packed with … Continue reading Selenium 4 Is Now W3C Compliant: All You Need To Know

November 17, 2020

view count111087 Views

Read time14 Min Read

Cypress vs Selenium

AutomationSelenium TutorialTutorial

Cypress vs Selenium – Which Is Better ?

The main difference between Selenium & Cypress is that Cypress supports Javascript only and Selenium supports all popular languages like Java, Python, Ruby, C#, Php etc in addition to that Cypress provides us more developer-focused framework and avoids complex environment setup. Selenium is one of the most prominent automation frameworks for functional testing and web … Continue reading Cypress vs Selenium – Which Is Better ?

November 12, 2020

view count125445 Views

Read time32 Min Read

Why Test Automation Fails

Automation

Top Reasons (+Solutions) for Automation Testing Failure

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Automation Testing Tutorial. We all know that test automation can work wonders for our business. It can help us reduce cost, save time and effort, get quicker feedback, etc. thereby directly contributing to increased productivity and … Continue reading Top Reasons (+Solutions) for Automation Testing Failure

November 9, 2020

view count92368 Views

Read time21 Min Read

Get Attribute Value In Selenium WebDriver

Selenium WebDriverAutomationTutorial

How To Get Attribute Value In Selenium WebDriver?

Testing a web page can be a gargantuan task considering all the elements and variables that come together to make a page work. Selenium automation is a great way to overcome these challenges and automate everything you would manually do.

November 5, 2020

view count158871 Views

Read time8 Min Read

Chrome Extensions To Find XPath In Selenium

AutomationSelenium Tutorial

10 Of The Best Chrome Extensions – How To Find XPath in Selenium

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Locators Tutorial. Are you facing problems while trying to find XPath in Selenium? Well, you are not alone! This is among the most common challenges most developers face while using Selenium for web testing.

October 29, 2020

view count132019 Views

Read time11 Min Read

Selenium PHP Tutorial

AutomationSelenium PHPTutorial

The Most Detailed Selenium PHP Guide (With Examples)

The Selenium automation framework supports many programming languages such as Python, PHP, Perl, Java, C#, and Ruby. But if you are looking for a server-side programming language for automation testing, Selenium WebDriver with PHP is the ideal combination.

October 27, 2020

view count292874 Views

Read time28 Min Read

Xunit testing tutorial

Selenium C#AutomationTutorial

XUnit Testing Tutorial: Running First Script in XUnit

In our earlier blog under the xUnit testing tutorial series, we had a look at setting up the xUnit.net framework (further referred as xUnit) in Visual Studio 2019 (VS 2019). Today our core focus is on Selenium test automation with C#.

October 16, 2020

view count77446 Views

Read time6 Min Read