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

Scraping Dynamic Web Pages

Selenium C#Tutorial

Guide To Scraping Dynamic Web Pages Using Selenium And C#

Today’s websites are a lot different from yesteryears, where content on a majority of the websites is dynamic in nature. The content in dynamic pages varies from one user request to another based on the website visitor’s actions.

March 29, 2021

view count211122 Views

Read time18 Min Read

Handle Synchronization In Selenium PHP Using Implicit and Explicit Wait

Selenium PHPTutorial

Handle Synchronization In Selenium PHP Using Implicit and Explicit Wait

One of the significant challenges with automation testing is dealing with web elements that are loaded dynamically through AJAX (Asynchronous JavaScript And XML) and JavaScript.

March 26, 2021

view count18824 Views

Read time21 Min Read

Selenium C#AutomationTutorial

NUnit vs. XUnit vs. MSTest: Unit Testing Frameworks

One of the most challenging things to do is ‘making the right choice.’ Arriving at a decision becomes even more complicated when there are multiple options in front of you☺.

March 22, 2021

view count426857 Views

Read time24 Min Read

Parameterization In Pytest

Selenium PythonAutomationTutorial

How To Do Parameterization In Pytest With Selenium?

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. Incorporating automated testing as a part of the testing accelerates the testing process so that issues can be identified & fixed faster. At the initial stages of product development, … Continue reading How To Do Parameterization In Pytest With Selenium?

March 20, 2021

view count169049 Views

Read time25 Min Read

XUnit Parameterized Tests Tutorial: Selenium Testing

AutomationSelenium C#Tutorial

Best XUnit Parameterized Tests Tutorial: Selenium Testing

When a developer comes up with unit tests, there are multiple ways through which they try to optimize the test code. Reduction of code size by reusing the existing code is one way of achieving the same.

March 18, 2021

view count297154 Views

Read time10 Min Read

Running-selenium-tests-in-docker

AutomationSelenium TutorialTutorial

How To Run Selenium Tests In Docker?

Automation testing and Continuous Integration (CI) are integral parts of the development and test activity. Selenium test automation is one such approach that helps in the end-to-end testing of the web product.

March 15, 2021

view count284728 Views

Read time33 Min Read

Setup Selenium WebDriver For MSTest Framework

Selenium WebDriverAutomationTutorial

Selenium MSTest Tutorial: Setup Selenium WebDriver For MSTest Framework In C#

In the on-going ‘Selenium MSTest testing tutorial’ series, we earlier had a look at setting up the MSTest framework in Visual Studio. It was a getting started guide with a major focus on the installation of the Selenium MSTest framework and MSTest adapter for the project.

March 14, 2021

view count62644 Views

Read time6 Min Read

Page-Object-Model-In-Selenium-Python

Selenium PythonAutomationTutorial

Page Object Model (POM) In Selenium Python

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Automation Testing is an integral part of the testing process. The primary objective of any type of testing process (automation or manual) is to improve the product quality by reporting bugs & getting … Continue reading Page Object Model (POM) In Selenium Python

March 11, 2021

view count109450 Views

Read time18 Min Read

Selenium xUnit Tutorial: Setup Selenium WebDriver For xUnit Framework In C#

AutomationSelenium WebDriverTutorial

xUnit Setup for Selenium WebDriver: A Complete Guide

In the on-going ‘Selenium xUnit testing tutorial’ series, we earlier had a look at setting up the xUnit framework in Visual Studio. It was a getting started guide with a major focus on the installation of the xUnit framework for the project.

March 7, 2021

view count55785 Views

Read time5 Min Read

MSTests

Selenium C#AutomationTutorial

Most Complete MSTest Framework Tutorial Using .Net Core

With the advent of programming languages like Python, Ruby on Rails, etc., there is thinking amongst the developer community that the C language is losing relevance.

March 6, 2021

view count236578 Views

Read time5 Min Read