TestMu AI Blogs

Page 115 of 132 · Back to latest posts

Jun 17, 2020

27 min read

CSS Scroll Snap Property: Complete Guide with Practical Examples | TestMu AI (Formerly LambdaTest)

In this complete guide, you'll learn about CSS Scroll Snap and the different CSS Scroll Snap attributes and values to improve scrolling and navigation for your users.

Jun 16, 2020

5 min read

TestMu AI (Formerly LambdaTest) Now Integrates With Airtable | TestMu AI (Formerly LambdaTest)

TestMu AI (Formerly LambdaTest) integration with Airtable will help you mark bugs in just a single click. Mark bug on TestMu AI (Formerly LambdaTest) with relevant details and find it on your respective Airtable base.

Jun 15, 2020

27 min read

PyTest Tutorial - Parallel Testing With Selenium Grid

Save time spent on Selenium test automation by running tests in parallel. Read our PyTest Turorial with easy-to-do steps and elaborate examples. Learn more.

Jun 11, 2020

17 min read

Creating Seamless Scrolling Effects with CSS, JavaScript, and jQuery | TestMu AI (Formerly LambdaTest)

In this tutorial, learn how to create a Smooth Scrolling Effect with CSS, JavaScript, and jQuery.

Jun 10, 2020

19 min read

MSTest Tutorial: Parameterized Tests For Selenium Testing | TestMu AI (Formerly LambdaTest)

Parameterized tests allows tester to run the same test a few times using different values. Find out how you can do this in MSTest with DataRow and DynamicData.

Jun 9, 2020

22 min read

Protractor Tutorial: Handling Timeouts With Selenium | TestMu AI (Formerly LambdaTest)

Selenium tests are asynchronous and there are various reasons for a timeout to occur in a Protractor test. Find out how to handle timeouts in this Protractor tutorial.

Jun 5, 2020

24 min read

How To Automate Calendar In Selenium WebDriver For Automation Testing?

Learn how to automate calendars with Selenium WebDriver for efficient testing.

Jun 3, 2020

14 min read

Introducing LT Browser - A Dev-Friendly Browser For Mobile View Debugging

LT Browser is a developer-friendly browser that lets you develop & test responsive web applications in a trice. You could record videos, capture screenshots, debug responsive bugs with developer tools and do a lot more. Try now!

Jun 1, 2020

27 min read

How To Handle Alerts And Popups In Protractor With Selenium? | TestMu AI (Formerly LambdaTest)

Handle alerts and popups in Protractor more efficiently. It can be confusing here's a simple guide to understand how to handle alerts and popups in Selenium.

May 29, 2020

31 min read

Selenium IDE Tutorial: Features, Setup, and Limitations | TestMu AI (Formerly LambdaTest)

What Selenium IDE does, how to record and run tests with SIDE Runner, how to export them to code, and an honest look at whether it is still maintained.

May 28, 2020

18 min read

The Definitive Guide To Automation Testing For IT Teams | TestMu AI (Formerly LambdaTest)

As projects grow bigger their testing tends to get more challenging, this is why organizations go for automation testing. Learn how to make this switch with this guide!

May 27, 2020

5 min read

9 Key Features Of Responsive Testing | TestMu AI (Formerly LambdaTest)

Responsive testing is important to ensure that your website renders on all the viewports seamlessly. Here are 9 key features of the TestMu AI (Formerly LambdaTest) platform to ensure the responsiveness of your website.

May 27, 2020

14 min read

9 Key Features Of Responsive Testing

Responsive testing is important to ensure that your website renders on all the viewports seamlessly. Here are 9 key features of the TestMu AI platform to ensure the responsiveness of your website.

May 26, 2020

15 min read

How To Stop Test Suite after N Test Failures in Pytest? | TestMu AI (Formerly LambdaTest)

At times test scenarios are inter-dependent and failure of one causes others to fail. Avoid such cases in this pytest tutorial with maxfail and @pytest.mark.incremental.

May 25, 2020

23 min read

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

Learn TypeScript for test automation: benefits, frameworks (Playwright, Cypress, Jest), tsconfig setup, and how to debug legacy Protractor tests in Selenium.

May 19, 2020

8 min read

A Detailed Guide Tutorial On Selenium C# | TestMu AI (Formerly LambdaTest)

For C# fans who want to automate testing efforts using Selenium, here's a compilation of our Selenium C# tutorials to help you on the journey to an expert!

May 14, 2020

11 min read

XUnit Testing Tutorial: Environment Setup For Selenium Testing | TestMu AI (Formerly LambdaTest)

xUnit is a popular open-source testing framework created by the developers of NUnit. Learn how to set up xUnit with visual studio or by package manager commands.

May 13, 2020

20 min read

Devising A UI Test Plan That Works Like A Charm | TestMu AI (Formerly LambdaTest)

A UI test plan includes the scope of the web application, testing approaches, activities, etc. Here's how you can make make a test plan to make testing more effective!

May 12, 2020

18 min read

TestMu AI (Formerly LambdaTest) April 2020 Updates: New Browsers, Better Performance, & Much Much More!

This product update is going to list down exciting features that have been added over TestMu AI (Formerly LambdaTest) Cross Browser Testing Cloud in April 2020.

May 11, 2020

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!