Systems | Development | Analytics | API | Testing

March 2021

Android UI Testing: 14 best practices

An application is focused on the perspective of the end-user. We develop, observe and re-iterate as the end-user wants because they are the ones who keep our product, the application, alive in the market. But if I think and act like an end-user, I am sure that the first thing that creates an impression of the product is how the product looks, how I accept it and how it feels to interact. This is called a user interface and arguably, is the first impression of your product.

Android Device Testing: A No-hassle Guide For Testers

We don’t even need a moment to gather which operating system is the most used one. Android development is a booming business because of the number of users it has. It is open source and its development can be ported across devices with relative ease. Plus, it has good backwards compatibility across versions. And, precisely due to this diversity, the need for testing on many devices is paramount.

8 signs you need to implement mobile test automation

A mobile application is more than just an application for businesses today. Some businesses, such as Uber that rely heavily on their mobile application for business, earned over 1 billion USD in the fourth quarter of 2020. On the other hand, some companies like Facebook, are seeing their mobile app usage grow as much as 67% year on year. With a widening gap between mobile browsers and mobile applications, users are spending 90% of their overall mobile internet time on mobile applications.

How to Use Bugfender with a Vue.JS Application

It is an exciting era for web developers with so many open-source frameworks and libraries around to help them. Of all the frameworks that have emerged in recent years, Vue.js stands out for its simplicity, adaptability and rapid load times. In this article, we will learn how to get started with Vue.js. We will also go through the steps to integrate and use Bugfender with a Vue.js application. We will build a simple TODO application, which will enable us to add, fetch, edit, and delete TODO items.