TestMu AI Blogs

Page 134 of 136 · Back to latest posts

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

Chrome 67 is available for cross browser testing on TestMu AI's Windows and Mac cloud machines, and the release adds Site Isolation for protection against Universal Cross-Site Scripting, along with WebXR device API and Device sensor API support and the new BigInt JavaScript primitive. It also deprecates HTTP-based Public Key Pinning and AppCache on non-secure contexts.

May 29, 2018

10 min read

Automated Cross Browser Testing

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

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

Cross-browser compatibility issues in CSS and HTML often stem from simple syntax errors, such as a missing semicolon, or from CSS properties and HTML elements that certain browsers do not fully support. Running your code through a validator helps catch these mistakes early, while systematically checking unsupported CSS elements and HTML quirks across browsers resolves the rest.

May 19, 2018

5 min read

Performing Cross Browser Testing with TestMu AI (Formerly LambdaTest)

Cross browser testing checks that a website or web app displays and functions correctly across different operating systems, browsers, browser versions, and screen resolutions on both desktop and mobile devices. TestMu AI supports this with live interactive testing plus visual UI checks like screenshot testing across 25 configurations at once, responsive testing, and automated visual bug detection.

May 11, 2018

14 min read

How To Make A Cross Browser Compatible Website?

Making a cross-browser compatible website means testing beyond your default browser choice, since a site built and verified only in the latest Chrome can break entirely in Internet Explorer or Safari with misaligned sections and missing animations. Fixing this involves checking the doctype, applying a CSS reset, using separate stylesheets where needed, choosing cross-browser-friendly libraries, and validating the result.

May 7, 2018

13 min read

Top 5 Most Popular Desktop Browsers in 2018

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?

Cross browser compatibility means a website's code and design work consistently across every browser, device, and screen size your visitors use to access it. Without it, users who hit rendering problems leave, and statistics show 45 percent will hesitate to revisit that site again.

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)

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.

Apr 17, 2018

9 min read

Why Your Startup Needs Test Management

In initial stage of startups, many important activities like testing are also done by founders or the startup team themselves. Though, it is good that the founders and core team themselves take care of the use cases but how do they manage them? How do they make sure that the test cases are properly documented?

Apr 16, 2018

4 min read

syntaxerror: unexpected reserved word

Strict mode is a necessity for streamlined code and easy error debugging, but syntaxerror: unexpected reserved word can occur.

Apr 12, 2018

5 min read

Forgotten Callbacks, Getting a Closure

Old versions of internet explorers had bugs due to which memory leakage due to forgotten callbacks and closures resulted in crashing. The problem then was that they couldn’t differentiate between javascript and DOM nodes cyclic differences.