Skip to main content

Uddesh Jain

Uddesh Jain is a technical consultant with over 4 years of experience in software testing. He is strongly interested in discovering new technologies and is driven to impart knowledge through his blogs.

Blogs from this Author

Featuredimage

Implementing End-to-End Testing Using Playwright within Jenkins CI/CD Pipelines

In today’s fast-paced software development world, delivering high-quality web applications quickly and reliably is more critical than ever. Continuous Integration and Continuous Deployment (CI/CD) pipelines streamline the processes of building, testing, and deploying software, enabling teams to deliver updates more quickly and with fewer errors. One crucial piece of this puzzle is automated end-to-end (E2E) […]

Digital Technology, Software Development Concept. Coding Programmer Working On Laptop With Circuit Board And Javascript On Virtual Screen

Running Multiple Test Cases from a CSV File Using Playwright and TypeScript.

In the world of automated testing, maintaining flexibility and scalability is crucial—especially when it comes to validating functionality across multiple data inputs. Data-driven testing enables QA professionals to decouple test scripts from the input data, allowing the same test flow to run with multiple sets of inputs. This tutorial explains how to set up data-driven […]