Systems | Development | Analytics | API | Testing

Deploy to the Huawei AppGallery with Bitrise

The first Verified Step of 2021 is already here: we are partnering up with Huawei as the first CI/CD solution to integrate with the AppGallery. Video by Fernando Prieto, Developer Advocate at Huawei. 🚀 With the Huawei Verified Step on Bitrise, you can automatically deploy your app to the AppGallery from Bitrise. You can decide whether you want to save your app as a Draft or publish it to production straight away.

Ultimate Guide to Apply Field Testing for Mobile Application

Field testing is a critical step in the last phase of mobile testing. After all regression tests pass, testers would go into the real environment to verify an application’s usability and behavior. The purpose of field testing is to determine how an application works before releasing it to end-users. Therefore, teams test to see how end-users use the application beyond the initial frequent use, in a real-world scenario. Testing is carried out using mobile networks only.

Simulators vs Emulators vs Real Devices | Mobile Testing Differences

Mobile testing involves spotting bugs in a mobile application and fixing them – ranging from identifying sign-up issues, breaking in the payment process, or finding glitches in navigation before it hits the market. This testing can be done manually or with automation, and utilizing the right testing strategy helps meet all quality and usability requirements. Among the elements necessary for a seamless testing process is the selection of the right mobile testing devices.

4 social media trends and what they mean for mobile app developers

The past year saw an increase in technology upgrades and earlier adoption. As consistent leaders of global transformation, social media networks once again led the way—influencing the lives and work of people and businesses. While new social media tools and features introduced last year were already in development, these multi-billion dollar platforms continue to innovate. To stay ahead of the market you need to keep up with new social media trends.

Updates from Bugfender Q4, 2020

Welcome to the Bugfender winter newsletter! We hope you had a great Christmas and new year. This quarter we’re bringing you a lot of insightful information on our blog. Take a good cup of coffee and find our latest recommended articles below. But first, let’s kick-off with the latest updates as we do on every quarterly newsletter: We hope you find all these updates useful!

Android Studio and Xcode app debugging with Breakpoints: How to from Zero

To kick off our series on debugging for software developers, we tell you how to build breakpoints step by step using Xcode and breakpoint Android Studio to isolate key information about your app’s performance, and save crucial time during the process.

Testing for intuitive design

Apps are essentially technology products—products that aim to solve a problem for users. Design is a salient feature in all apps; it is how users understand, interact, and use a product. The less intuitive an app is in terms of design, the harder it is for its target audience to learn to use it. Poor design ultimately costs products their user-base. No one will return to an app that is hard to use, nor recommend an app that is difficult to understand and learn.

End-to-End Testing on a JS App

There’s no doubt which programming language is winning the battle for global supremacy right now. JavaScript has powered past the 12 million developers mark, and 5 million of its loyal fans (some 40%) have come aboard within the last three years. Initially thought of as merely a Java spin-out, it is now used to power everything from machine learning libraries to space exploration robots. But to truly maximize the potential of JavaScript, developers have to implement an effective testing regime.