All posts by Himanshu Sheth

About Himanshu Sheth

Himanshu Sheth is a seasoned technologist and blogger with more than 15+ years of diverse working experience. He currently works as the 'Lead Developer Evangelist' and 'Senior Manager [Technical Content Marketing]' at LambdaTest. He is very active with the startup community in Bengaluru (and down South) and loves interacting with passionate founders on his personal blog (which he has been maintaining since last 15+ years).

Follow me on:

Blogs: 132

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 count119568 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 count110876 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 count125222 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 count92275 Views

Read time21 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 count292598 Views

Read time28 Min Read

localisation using selenium

Selenium WebDriverSelenium TutorialTutorial

Localization Testing Using Selenium WebDriver: A Complete Tutorial

Automation testing is vital to the entire process of delivering a successful web product. The challenge associated with testing a web site or web app grows manifolds if it’s built for a global audience (particularly non-English audience).

October 21, 2020

view count190265 Views

Read time14 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 count77327 Views

Read time6 Min Read

AutomationCI/CDDevOps

How To Integrate Jenkins & Maven With Selenium?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Jenkins Tutorial. Jenkins is one of the popular tools for continuous integration, build management, and automation testing. Maven is a popular build automation tool that is widely used for Java projects.

October 13, 2020

view count119597 Views

Read time18 Min Read

Python Testing Tutorial: Why Python for Test Automation

Selenium PythonAutomation

Python Automation Testing Tutorial: Why Python is the Go-To Choice for Test Automation

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 automating the test cases, one of the most difficult choices one has to make is to select the programming language that has good support for test automation. Python, Java, … Continue reading Python Automation Testing Tutorial: Why Python is the Go-To Choice for Test Automation

October 9, 2020

view count112037 Views

Read time11 Min Read

DevOpsCI/CD

Travis CI vs CircleCI: Comparing The Best CI/CD Tools

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Top CI/CD Tools Comparison. Over the past few years, the Continuous Integration and Continuous Deployment space have been gaining prominence. CI/CD tools have now become an integral part of the DevOps testing activity.

October 5, 2020

view count36551 Views

Read time20 Min Read