Page 125 of 127 · Back to latest posts
Apr 21, 2018
5 min read
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
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
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
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
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
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
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.
Apr 10, 2018
12 min read
Learn what Progressive Web Apps are, the key challenges and considerations when planning to move your existing app to a PWA, and how to choose the right approach for better performance and engagement.
Apr 9, 2018
5 min read
Global variables cause memory leaks, tight coupling, namespace pollution, and flaky tests. Learn why global variables are bad and how to avoid them.
Apr 6, 2018
6 min read
TypeError in JavaScript is thrown when you run an operation on a value of an incompatible type. Learn the common causes, real fixes, and how to prevent them.
Apr 5, 2018
6 min read
JSON or JavaScript Object Notation is a ubiquitous data format used by all sorts of mobile and web apps for asynchronous browser-server communication. JSON is an extremely popular data format,...
Apr 4, 2018
5 min read
With our latest release we have introduced a new ‘Switch’ feature in which you can change the configuration on which you want to test your web application or website for cross browser compatibility in real time testing with just one click.
Apr 4, 2018
4 min read
With our latest release we have introduced a new ‘Switch’ feature in which you can change the configuration on which you want to test your web application or website for cross browser compatibility in real time testing with just one click.
Apr 3, 2018
5 min read
Today we have released latest versions of Chrome, Firefox, and Opera for you to test on. With this, you can test your web applications and websites on Google Chrome 65, Google Chrome 66 Beta, Firefox 59, Firefox 60 Beta, Opera 51, Opera 52, and Opera 53.
Apr 3, 2018
5 min read
TestMu AI (Formerly LambdaTest) has released its Secure Shell (SSH) tunnel feature which will allow you to test your private server URLs or locally hosted web apps or websites through TestMu AI (Formerly LambdaTest)’s cloud servers.Through our secure shell tunneling features, you can also test HTML, CSS, PHP, Python or...
Apr 3, 2018
5 min read
Today we have released latest versions of Chrome, Firefox, and Opera for you to test on. With this, you can test your web applications and websites on Google Chrome 65, Google Chrome 66 Beta, Firefox 59, Firefox 60 Beta, Opera 51, Opera 52, and Opera 53.
Apr 2, 2018
5 min read
Whenever developers are debugging a problem on the go for any iOS website or web app. To confirm if the problem is fixed, they would need to check this by going to settings and then clearing the cache for mobile or restarting and launching the device again which is a time consuming process altogether.
Apr 2, 2018
4 min read
Whenever developers are debugging a problem on the go for any iOS website or web app. To confirm if the problem is fixed, they would need to check this by going to settings and then clearing the cache for mobile or restarting and launching the device again which is a time consuming process altogether.
Mar 31, 2018
7 min read
Learn how to perform memory leakage testing in JavaScript with expert approaches, tools, and best practices. Identify and repair leaks for more reliable JavaScript code.
Mar 30, 2018
20 min read
The love of Automation testers, TestNG, is a Java testing framework that can be used to drive Selenium Automation script. When it comes to automation, no one can compete with Selenium. If you are planning to dive into the field of automation testing, TestNG can be your topmost choice.