All posts by Himanshu Sheth

About Himanshu Sheth

Himanshu Sheth is the Director of Marketing (Technical Content) at LambdaTest, with over 8 years of hands-on experience in Selenium, Cypress, and other test automation frameworks. He has authored more than 130 technical blogs for LambdaTest, covering software testing, automation strategy, and CI/CD. At LambdaTest, he leads the technical content efforts across blogs, YouTube, and social media, while closely collaborating with contributors to enhance content quality and product feedback loops. He has done his graduation with a B.E. in Computer Engineering from Mumbai University. Before LambdaTest, Himanshu led engineering teams in embedded software domains at companies like Samsung Research, Motorola, and NXP Semiconductors. He is a core member of DZone and has been a speaker at several unconferences focused on technical writing and software quality.

Follow me on:

Blogs: 131

Selenium PythonAutomationTutorial

How to Use a Web Crawler in Python

Master building a web crawler in Python using Requests, BeautifulSoup, and Scrapy. Learn environment setup, crawl logic, best practices, and how to handle both static and JavaScript-rendered content efficiently.

September 1, 2025

view count5451 Views

Read time31 Min Read

LambdatestFT

Selenium PythonAutomationTutorial

Selenium Python Tutorial: Guide With Examples

Set up Selenium Python with virtual environments to manage dependencies cleanly. Use locators and helpers for maintainable tests. Run tests locally or on cloud grids like LambdaTest with easy configuration and robust reporting.

August 12, 2025

view count451372 Views

Read time19 Min Read

Cross Browser TestingAutomation

What is Cloud Testing: Types and Implementation Steps

Cloud Testing is revolutionizing the way software applications are tested by leveraging cloud resources to ensure scalability, flexibility, and efficiency. In this blog, explore everything you need to know about cloud testing,types, needs, and challenges with solutions.

July 13, 2025

view count397492 Views

Read time18 Min Read

AutomationSelenium Tutorial

What Is New In Selenium 4 And What Is Deprecated In It?

Selenium 4 delivers major upgrades for automation testing—W3C-compliant WebDriver, optimized Grid, enhanced IDE, Chrome DevTools integration, and simplified way for handling windows and tabs and more.

April 15, 2025

view count567184 Views

Read time20 Min Read

Selenium Focus Element Issues And How To Solve Them 480px

Selenium TutorialTutorial

How To Solve Selenium Focus Issues [2025]

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.

March 26, 2025

view count577241 Views

Read time17 Min Read

How to Use Cypress scrollIntoView() Command

Cypress TestingAutomationTutorial

How to Use Cypress scrollIntoView() Command

Discover how to use the Cypress scrollIntoView() command to automate scrolling and ensure elements are visible during tests. Explore practical examples to improve your test scripts effortlessly.

March 17, 2025

view count198044 Views

Read time8 Min Read

16 Selenium Best Practices For Efficient Test Automation 480px

AutomationSelenium TutorialTutorial

16 Selenium Best Practices For Efficient Test Automation [2025]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Automation Testing Tutorial and Selenium Tutorial. During the course of my career in automation testing with Selenium, I have come across many folks who have complaints about the stability and reliability of their automation tests.

February 28, 2025

view count320766 Views

Read time23 Min Read

16 Best Practices Of CI CD Pipelines 480px

AutomationCI/CDDevOps

16 CI/CD Best Practices You Must Follow in 2025

Optimize your test automation with CI/CD best practices From test planning to deployment, improve efficiency, accelerate release cycles, and enhance software quality for a seamless delivery process.

February 24, 2025

view count358582 Views

Read time20 Min Read

9 Of The Best Reporting Tools For Selenium 480px

Automation

9 Best Reporting Tools for Selenium [2025]

Check out the best Selenium reporting tools for seamless test reporting. Selected for ease of setup, clarity, format support, and pricing, these tools help improve efficiency and insights.

February 19, 2025

view count259044 Views

Read time18 Min Read

pytest fixtures

Selenium PythonAutomationTutorial

pytest Fixtures: A Detailed Guide With Examples

pytest fixtures streamline test setup and teardown, enhance reusability, and manage dependencies efficiently. Learn their advantages and how to implement them for better testing.

February 12, 2025

view count286289 Views

Read time18 Min Read