TestMu AI Blogs

Page 47 of 118 · Back to latest posts

Nov 18, 2025

23 min read

Pytest Guide: Running Multiple Test Cases in One File | TestMu AI (Formerly LambdaTest)

With pytest you can run multiple test cases from a single file, or even run selective tests with custom markers or by grouping tests. Learn more with this pytest tutorial!

Nov 18, 2025

24 min read

How To Generate XML Reports In pytest? | TestMu AI (Formerly LambdaTest)

​​This blog delves into the benefits of test reporting and how to generate XML reports in pytest.

Nov 18, 2025

31 min read

A Complete Guide To Exception Tests In TestNG [With Examples] | TestMu AI (Formerly LambdaTest)

This blog post delves into some of the common exceptions encountered while performing automation testing and illustrates how to manage them by creating exception tests using TestNG.

Nov 18, 2025

33 min read

How To Use Asserts In NUnit Using Selenium? | TestMu AI (Formerly LambdaTest)

In this NUnit tutorial, you will learn how to use different asserts in NUnit and see how they are helpful in Selenium automation testing.

Nov 18, 2025

39 min read

A Comprehensive Guide On JUnit 5 Extensions

In this blog, we will learn about different kinds of extension models in the JUnit 5 testing library and see how JUnit 5 extensions can be used to extend the behavior of test classes or methods.

Nov 18, 2025

23 min read

How To Debug Protractor Tests for Selenium Test Automation? | TestMu AI (Formerly LambdaTest)

Debugging can be a great way to ensure that your tests run as intended and there are no false positives or negatives. Here are some ways you can debug Protractor tests.

Nov 18, 2025

29 min read

Parallel Testing With JUnit 5 And Selenium [Tutorial] | TestMu AI (Formerly LambdaTest)

In this blog, we deep dive into how to perform parallel test execution with the JUnit 5 framework and Selenium.

Nov 18, 2025

30 min read

How to Use JUnit ErrorCollector [With Examples] | TestMu AI (Formerly LambdaTest)

Discover JUnit ErrorCollector, a crucial tool for comprehensive test coverage. Learn how it simplifies error handling, ensuring smooth test execution.

Nov 18, 2025

25 min read

Tutorial On JUnit Annotations In Selenium With Examples | TestMu AI (Formerly LambdaTest)

We will look at examples of JUnit annotations in Selenium, their order of execution, few special JUnit annotations, and their demonstration on Selenium Grid.

Nov 18, 2025

43 min read

How To Generate Code Coverage Report Using JaCoCo-Maven Plugin | TestMu AI (Formerly LambdaTest)

Master reporting code coverage using Maven and JaCoCo plugin with our step-by-step tutorial. Learn to generate precise code coverage reports effortlessly.

Nov 18, 2025

30 min read

How to Use Playwright Sharding to Improve Test Automation | TestMu AI (Formerly LambdaTest)

Optimize Playwright sharding to run tests in parallel, cut execution time, boost CI/CD speed, and ensure reliable test results.

Nov 18, 2025

11 min read

How to Unblock a Website: Step-by-Step Guide | TestMu AI (Formerly LambdaTest)

In this guide, let’s learn how to unblock a website on different browsers.

Nov 18, 2025

24 min read

CircleCI Vs. GitLab: Choosing The Right CI/CD Tool | TestMu AI (Formerly LambdaTest)

In this blog, we compared two of the most commonly used CI/CD tools, i.e., CircleCI vs. GitLab - to help you pick the right one for you.

Nov 18, 2025

24 min read

JUnit Parameterized Test Using Selenium : With Examples | TestMu AI (Formerly LambdaTest)JUnit Parameterized Test Using Selenium : With Examples | TestMu AI (Formerly LambdaTest)

Tired of writing the same test scripts for different input values. Save time by learning how to perform a parametrized test in JUnit to retrieve data from a data source.

Nov 18, 2025

27 min read

How To Generate TestNG Reports In Jenkins? | TestMu AI (Formerly LambdaTest)

Learn how to generate TestNG report in Jenkins in our latest blog. You will also learn how to share these TestNG reports in Jenkins through email. Generate & share a Jenkins Selenium report seamlessly!

Nov 18, 2025

28 min read

A Complete Guide on how to run Mocha npm Testing with Node.js

In this Mocha NodeJS tutorial, learn how to effectively test your NodeJS modules using Mocha npm testing, a popular JavaScript test framework.

Nov 18, 2025

22 min read

TestNG Listeners In Selenium WebDriver With Examples | TestMu AI (Formerly LambdaTest)

Here, we will look at all of the TestNG listeners in Selenium WebDriver with examples, so you could use them proficiently according to your project requirements.

Nov 18, 2025

25 min read

Utilizing TestNG Reporter Log in Selenium: A Step-by-Step Guide | TestMu AI (Formerly LambdaTest)

In this Selenium TestNG tutorial, we will learn about the Reporter Class in TestNG along with the different parameters it offers.

Nov 18, 2025

36 min read

Debugging Selenium pytest Failures

Discover how to address Selenium pytest failures efficiently. Explore debugging techniques, best practices, and ensure a reliable test framework.

Nov 18, 2025

27 min read

How To Use Assertions In TestNG Using Selenium

In this TestNG tutorial, you will learn how to use different assertions in TestNG and see how they are helpful in Selenium automation testing.