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: 128

Geolocation Testing

AutomationSelenium TutorialTutorial

Geolocation Testing With Selenium Using Examples

A website or web application may look differently depending on the location from where it is accessed. If you are building a consumer web product that has a diverse target audience, it is essential to perform geolocation testing.

July 2, 2020

view count129047 Views

Read time10 Min Read

Running Python Selenium Tests in Parallel

AutomationSelenium PythonSelenium TutorialTutorial

PyTest Tutorial – Python Selenium Test in Parallel

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial and Selenium pytest Tutorial. Selenium is one of the widely used test automation frameworks for automated browser testing. test automation is really helpful in testing websites or web apps on different combinations of … Continue reading PyTest Tutorial – Python Selenium Test in Parallel

June 15, 2020

view count108287 Views

Read time17 Min Read

Parameterized Tests For Selenium Testing

AutomationMSTestSelenium TutorialTutorial

MSTest Tutorial: Parameterized Tests For Selenium Testing

When it comes to automated browser testing, there are a couple of options for test frameworks like NUnit, xUnit.net, and MSTest. Each of these frameworks has their own share of advantages & shortcomings and NUnit & xUnit.net had a huge edge over MSTest.

June 10, 2020

view count90308 Views

Read time8 Min Read

AutomationSelenium TutorialSelenium WebDriverTutorial

How To Automate Calendar Using Selenium WebDriver For Testing?

Quite often while buying a movie ticket online or filling up a form, you’d come across calendars to pick dates and even time. These calendars make the whole process of picking dates much easier and interactive and play a crucial role in enhancing user experience.

June 5, 2020

view count135925 Views

Read time14 Min Read

MSTest Tutorial

AutomationSelenium C#Selenium TutorialTutorial

MSTest‌ ‌Tutorial:‌ ‌Running‌ ‌First‌ ‌Selenium‌ ‌Automation‌ ‌Script‌

MSTest is the default test automation framework which comes bundled with Visual Studio. It started out as a command-line tool for executing tests and was referred as Visual Studio Unit Testing Framework; however the name MSTest is more synonymous with the developers.

June 4, 2020

view count116377 Views

Read time7 Min Read

Selenium IDE Test

AutomationSelenium TutorialTutorial

How To Run Selenium IDE Test Over Online Selenium Grid?

The Selenium IDE is a popular record and playback testing tool that is used for automated browser testing. It makes it easy to get started with automation testing as the IDE is a simple turn-key solution that is web-ready and works out of the box.

June 2, 2020

view count59982 Views

Read time8 Min Read

what is Selenium IDE

AutomationSelenium Tutorial

Most Comprehensive Selenium IDE Tutorial

Earlier testers would often refrain from using record and replay tools like Selenium IDE for automation testing and opt for using scripting frameworks like Selenium WebDriver, WebDriverIO, Cypress, etc. The major downside of record & playback (or replay) tools is the inability to leverage tools for writing scalable tests. Even though Selenium IDE offered ease … Continue reading Most Comprehensive Selenium IDE Tutorial

May 29, 2020

view count67429 Views

Read time23 Min Read

Stop Test Suite after N Test Failures in Pytest

AutomationSelenium PythonSelenium TutorialTutorial

How To Stop Test Suite after N Test Failures in Pytest?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium pytest Tutorial. An exhaustive test-suite comprises of many test cases that test different features on various combinations of browsers, platforms, and devices Though it is recommended not to skip tests, there are cases where you … Continue reading How To Stop Test Suite after N Test Failures in Pytest?

May 26, 2020

view count69659 Views

Read time7 Min Read

MSTest Setup Environment Tutorial: In 3 Easy Steps

AutomationSelenium C#Selenium TutorialTutorial

MSTest Setup Tutorial: Environment For Selenium Testing

MSTest setup is a popular open-source test framework that is shipped along with the Visual Studio IDE. It is also referred to as Visual Studio Unit Testing Framework. However, MSTest Setup is more synonymous within the developer community.

May 20, 2020

view count90049 Views

Read time7 Min Read

Selenium Csharp Tutorial Introduction

AutomationSelenium C#Selenium Tutorial

A Detailed Guide Tutorial On Selenium C#

As per, Stack Overflow Annual Developer Survey 2019, C# is one of the most loved programming languages with 67% and is also deemed to be one of the most popular languages with 31% votes from all the respondents.

May 19, 2020

view count90983 Views

Read time5 Min Read