TestMu AI Blogs

Page 130 of 132 · Back to latest posts

Jun 7, 2018

10 min read

Breaking mobile website compatibility barriers in 2018 | TestMu AI (Formerly LambdaTest)

The last decade has seen drastic changes, with more and more people getting access to the world wide web. The race of making device unique, has pushed the mobile companies to go to extreme.

Jun 5, 2018

8 min read

5 Tips to Select Right Browser List for Cross Browser Testing | TestMu AI (Formerly LambdaTest)

Cross browser testing is the process of testing your web application across different browsers and ensure its compatibility with all major browsers and

Jun 4, 2018

12 min read

Cross Browser Typography Compatibility Testing | TestMu AI (Formerly LambdaTest)

Improve Your Website's Typography Compatibility Across Different Browsers with TestMu AI (Formerly LambdaTest)'s Comprehensive Guide. Learn How to Achieve Consistent Typography Across Multiple Devices and Browsers for Enhanced User Experience.

Jun 4, 2018

5 min read

Meet Apple's New OS !! macOS Mojave

Just a few hours ago Apple announced the latest addition to its macOS arsenal as the world glimpsed at Mojave for the first time. The dark mode offers a certain sense of serenity and it would seem that Mojave has more in common with the desert it is named after.

Jun 1, 2018

6 min read

Gitlab & Bitbucket integrations

The DevOps cycle is always evolving with the latest trends and tech. SaaS success demands flexibility as you learn and deploy thousand ideas, in an effort to keep up with the modern tricks we are always looking out for ways to make testing fun.

May 31, 2018

10 min read

Test For Cross Browser Compatibility on Chrome 67

Even Though we get a new version every other month, Chrome 67 has comparatively more number of new features and deprecations. It has been in testing stage for a while now.

May 29, 2018

10 min read

Automated Cross Browser Testing | TestMu AI (Formerly LambdaTest)

Automated cross browser testing verifies your site works across Chromium, Gecko, and WebKit. Learn the frameworks, cloud grids, and a hands-on Selenium example.

May 25, 2018

11 min read

Top Safari Browser Compatibility Issues in 2018 | TestMu AI (Formerly LambdaTest)

Learn key tips and compatibility issues to build Safari compatible websites, including standards to follow and common challenges developers faced in 2018.

May 23, 2018

10 min read

How To Solve Cross Browser Compatibility Issues In CSS And HTML | TestMu AI (Formerly LambdaTest)

In this blog, you can learn how to detect and resolve cross-browser compatibility issues in CSS and HTML. Discover effective approaches and tools with best practices.

May 19, 2018

5 min read

Performing Cross Browser Testing with TestMu AI (Formerly LambdaTest) | TestMu AI (Formerly LambdaTest)

TestMu AI (Formerly LambdaTest), is a free cross browser testing platform where you can test your website/ webapps across 2000+ OS, browser, browser versions, and resolutions on mobile and desktop devices can be your all time best friend for fulfilling your cross browser testing needs.

May 11, 2018

14 min read

How To Make A Cross Browser Compatible Website? | TestMu AI (Formerly LambdaTest)

Cross browser compatibility is important. Very important. We have established that fact in our previous post on the need of a cross browser compatible website. So the next step is, how to make cross browser compatible websites?

May 7, 2018

13 min read

Top 5 Most Popular Desktop Browsers in 2018 | TestMu AI (Formerly LambdaTest)

Over the past few years, a lot of browsers tried to dethrone chrome but failed. Many have fallen in love with chrome and more will fall. Chrome is high performance google browser that is best simply because it is as fast as it is stable.

May 5, 2018

5 min read

TestMu AI (Formerly LambdaTest) Live With Chrome 67 Beta, and Chrome 68 Dev Browsers

Synchronization with latest technologies is what makes you remain visible in the market. For SaaS companies, playing with cut edge tech is main source for their growth. Moving in the game, today we have added newest Chrome 67 Beta and Chrome 68 Dev browsers to TestMu AI (Formerly LambdaTest) Cross Browser Testing platform.

May 4, 2018

13 min read

Browser Compatibility: What Is Browser Compatibility? Why We Need It?

A web developer would always need to make sure that their website is compatible with every technology hence the need for cross browser compatibility testing. Once the users face some problem, they will leave your site and will never come back. So, yes! Cross browser compatibility is quite a needful thing.

Apr 23, 2018

5 min read

TestMu AI (Formerly LambdaTest) Brings Out All New Updated Dashboard For Its Users

‘Cross Browser Testing should be regular regime of your testing activity’ and having said that most of the customers we speak to agree to this. However most of the organizations look at cross browser testing as a one time activity which indeed leads to issues in later releases.

Apr 23, 2018

6 min read

TestMu AI Brings Out All New Updated Dashboard For Its Users

‘Cross Browser Testing should be regular regime of your testing activity’ and having said that most of the customers we speak to agree to this. However most of the organizations look at cross browser testing as a one time activity which indeed leads to issues in later releases.

Apr 21, 2018

5 min read

How to Test on iOS Simulators (Including iOS 11.3) With TestMu AI (Formerly LambdaTest) | TestMu AI (Formerly LambdaTest)

A practical guide to iOS simulator testing: install older iOS runtimes, run xcrun simctl commands, test deep links, location, and push notifications, and test legacy versions like iOS 11.3 in the cloud with TestMu AI.

Apr 21, 2018

4 min read

Test On iOS 11.3 Simulators With TestMu AI

Want to test your software on iOS 11.3 on various iPhones and iPads? With our latest update you can test your website/ web application on iOS 11.3 simulators.

Apr 19, 2018

12 min read

How Modern E-commerce Websites Are Built

In a world bent on digitizing all the aspects of Modern life, emergence of e-commerce giants was only a natural thing to happen. New technologies pouring in from all over the world has resulted in the evolution of the front-end as well as on the back-end.

Apr 17, 2018

5 min read

A Comprehensive Guide on Reference Error: JavaScript

When any value is assigned to undeclared variable or assignment without the var keyword or variable is not in your current scope, it might lead to unexpected results and that’s why JavaScript presents a ReferenceError: assignment to undeclared variable 'x' in strict mode. And this error causes a problem in execution of functions.