TestMu AI Blogs
Page 108 of 132 · Back to latest posts
Apr 8, 2021
29 min read
Explore Jenkins Declarative Pipeline with examples in this comprehensive guide. Learn how to simplify automation using the Jenkins DSL with practical insights.
Apr 7, 2021
29 min read
Read on to know how to speed up Selenium test cases execution by following some of the selenium test automation best practices.
Apr 5, 2021
18 min read
This blog explains how to execute JavaScript in Selenium using the executeScript and executeAsyncScript methods using php.
Apr 2, 2021
13 min read
Explore dynamic rendering with HTML and CSS for seamless user experience on mobile and desktop in this informative blog post.
Apr 1, 2021
12 min read
It's been an exciting month for us. We went live with our own MS Teams app, new features, upgrades & browser additions this month. Find out everything that is new at TestMu AI (Formerly LambdaTest) in March 2021.
Mar 30, 2021
5 min read
In this digital age where businesses are striving to become mobile-first, it is imperative to adapt to new technologies on the rise. Find out how TestMu AI (Formerly LambdaTest) & Applitools are addressing this evolving need to support their mobile-first testing needs.
Mar 29, 2021
28 min read
Learn how to scrape dynamic web pages in this complete guide. Discover several scraping dynamic page strategies and tools to easily and efficiently collect data.
Mar 26, 2021
32 min read
Implicit and Explicit wait in Selenium can be used to overcome issues like synchronization in Selenium. They are also instrumental in managing long-running tests with wait commands in Selenium.
Mar 24, 2021
19 min read
Learn how to set up a CI/CD pipeline with Travis CI in this Travis CI tutorial. Discover step-by-step instructions for integration with GitHub and TestMu AI (Formerly LambdaTest).
Mar 22, 2021
39 min read
The three C# unit testing frameworks head-to-head: syntax, parallelism, speed, and ecosystem, with a clear recommendation for your next project.
Mar 20, 2021
40 min read
In this Selenium Python tutorial, we will see how pytest.fixture, @pytest.mark.parametrize decorator and pytest_generate_tests() can be used for parameterization in pytest.
Mar 19, 2021
29 min read
Jobs are the building blocks of Jenkins. Every time you execute a freestyle Jenkins project, Jenkins creates a job as the first step. Let’s dive deeper into Jenkins build job & freestyle projects for a seamless pipeline.
Piyusha
Mar 18, 2021
16 min read
XUnit Parameterized tests allow testers to run the same test a few times using different values. Find out how you can do this in xUnit with InlineData, MemberData, and ClassData.
Mar 16, 2021
20 min read
CSS aspect-ratio property helps you to have a better representation of your web page. This blog tells how CSS aspect-ratio works and how you can experiment with it on multiple browsers.
Mar 15, 2021
48 min read
This blog shows how Docker lets you run tests in containers and isolate the tests in development and deployment.
Mar 14, 2021
12 min read
This MSTest testing tutorial covers different ways of installing Selenium WebDriver for the MSTest framework in C#.
Mar 12, 2021
15 min read
How can you make sure that your business is thriving in a mobile environment? The answer is to start thinking mobile-first and start building an intuitive mobile UX. This blog shares some quick tips to help you better engage with your mobile audience.
Mar 11, 2021
23 min read
Page object model avoids code duplication and improves test maintenance. Read now and learn how to implement the POM design pattern in Selenium Python.
Mar 10, 2021
26 min read
Efficiently run tests locally using GitLab CI with Docker and platforms like TestMu AI (Formerly LambdaTest). Learn how to use GitLab CI to run tests locally.
Piyusha
Mar 9, 2021
38 min read
Learn different JavaScript Design Patterns that offer proven solutions to common challenges like managing dependencies and ensuring that your classes are reusable.