TestMu AI Blogs
Page 115 of 132 · Back to latest posts
Jun 17, 2020
27 min read
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) 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
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
In this tutorial, learn how to create a Smooth Scrolling Effect with CSS, JavaScript, and jQuery.
Jun 10, 2020
19 min read
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
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
Learn how to automate calendars with Selenium WebDriver for efficient testing.
Jun 3, 2020
14 min read
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
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
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
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
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
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
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
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
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 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
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
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
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!