Page 126 of 127 · Back to latest posts
Mar 30, 2018
7 min read
With one of the major updates, iOS 11.3, apple brings in exciting AR(augmented reality) experiences, Animojis for iPhone X users, updates in the visibility of battery health, performance, etc. Now you can also access your personal health records in the health app directly from your mobile.
Mar 29, 2018
5 min read
Get a comprehensive guide on dealing with script errors in JavaScript. Learn best practices to prevent, detect, and resolve errors for optimized code performance.
Mar 28, 2018
5 min read
Sometimes while scripting we use functions that in the end go out of range, while performing tasks. These errors can be easily tackled, if while implementation you keep track of the ranges of variable types used.
Mar 27, 2018
8 min read
Themes add a structure to your website. Nearly every CMS like wordpress, drupal, joomla etc. is build upon the aspect of changeable plug and play theming. But what about plain websites that are using just vanilla HTML, CSS and JS?
Mar 27, 2018
5 min read
Learn & understand what is Uncaught TypeError in JavaScript through this guide. Debugg the Uncaught TypeError and make sure your scripts are error free.
Mar 22, 2018
8 min read
We heavily use Slack at our startup and I as a side project, I decided to dig a little deeper into how we can optimize our Slack usage especially for testing.
Mar 21, 2018
12 min read
It’s quite irritating, isn't it?
Mar 1, 2018
15 min read
When you hear the term Cross Browser Testing what comes immediately to your mind? Something that decodes the literal meaning i.e. testing for cross-browsers or you can say testing an application across various browsers.
Feb 23, 2018
11 min read
Testing fintech applications is complex and requires an understanding of the fintech domain. With the help of real world examples learn how to optimize the testing process.
Feb 5, 2018
9 min read
Discover essential tips and techniques for effective blockchain testing. Ensure the security and reliability of your blockchain applications with expert insights.
Jan 25, 2018
5 min read
Developers have been trying to fully implement pure web based apps for mobile devices since the launch of iPhone in 2007, but its only from last 1-2 years
Jan 22, 2018
5 min read
According to FinancesOnline’s experts, “TestMu AI (Formerly LambdaTest) allows users to hasten release processes and seamlessly test their websites or web applications across more than 1,400 browsers and their assorted versions on multiple operating systems in varying screen resolutions.
Jan 15, 2018
7 min read
For graphic creations we tested various image editing tools ranging from paint to photoshop. However nothing fared better than simplicity and productivity of Canva. We found it so interesting that we decided to dig further into it about how the tool can help you and what makes it stand out.
Jan 11, 2018
6 min read
With smart image to image comparison, now with just one click you will be able to identify visual deviations introduced with the new build related to Icon Size, Padding, Color, Layout, Text as well as Element’s position and much more.
Dec 27, 2017
10 min read
It wasn’t very long ago when humans used to create algorithmic blogs that behaved like the real artificial intelligence. Simple and long code that basically said do this if this… or do that if that… for a while worked perfectly, and in many day to day activities it still works.
Dec 12, 2017
6 min read
In today’s world, testing can not be efficient without automation. We need automation for avoiding repetitive work, making sure that the time from development to deployment is reduced with good quality.
Dec 4, 2017
6 min read
In the selenium library, Loadable Component class helps the automation test engineers to make sure that the page or its component is loaded successfully. This hack should greatly reduce the efforts that you put in debugging your test cases.
Nov 15, 2017
8 min read
Automate Acceptance Testing for Mobile Apps: Streamlining the Final Integration Stage after Thorough Unit and Service Integration Testing.
Oct 12, 2017
10 min read
Virtualization is creating a virtual version of any Operating system, storage, server, network, network resources, or desktop rather than the actual version. You can visualize this as a completely different system running inside your own computer. With the help of virtualization, you can develop a system of your required memory, OS, browser, and other specifications on your hardware system.
Oct 8, 2017
8 min read
Software testing, if not done efficiently, can be the biggest hindrance in the smooth running of any organization. For large and fast development operations and to make sure that the testing team does not lag behind it becomes imperative to implement Automation Testing.