All posts by Himanshu Sheth
NUnit Tutorial: Parameterized Tests With Examples
Cross browser testing has become an integral part of the test process to ensure the product experience and behavior remains consistent across different combinations of web browsers, devices, and operating systems.
December 2, 2020
How to Set Up Selenium With Python for Modern Web Automation
Selenium WebDriver is among one of the most popular tools when it comes to Web UI automation. The Selenium framework can be used with a wide range of programming languages such as Python, Java, C#, and more.
December 1, 2020
How To Run Test On macOS Using Selenium Safari Driver
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
Selenium 4 With Python: 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 has been gaining significant traction since the release of its first Alpha version in April 2019. However, no official announcement has been made around the release date of the ‘final release’ of … Continue reading Selenium 4 With Python: All You Need To Know
November 23, 2020
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
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
Selenium vs Cypress β Which Is Better in 2021?
Selenium is one of the most prominent automation frameworks for functional testing and web app testing. Automation testers who use Selenium can run tests across different browser and platform combinations by leveraging an online Selenium Grid.
November 12, 2020
Why Test Automation Fails? Top Reasons (+ Solutions)
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 maximization of profits.
November 9, 2020
Selenium Focus Issues And How To Solve Them
Do you know that every website or web application comprises different web pages containing different web elements like buttons, text boxes, progress bars, etc.? However, the web is asynchronous in nature.
November 2, 2020
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