Systems | Development | Analytics | API | Testing

Ship healthier code with Codecov and Bitrise - How to establish a code coverage benchmark | WEBINAR

Are you looking to improve your code quality to make your app development easier? Rewatch our webinar on-demand, and learn about the tools, processes and best practices of making code coverage part of your CI flow. What you’ll learn? In this webinar, we are exploring the most common code coverage metrics, tools and reports Codecov provides and we’ll show you how you can integrate Codecov and Bitrise to automate your code coverage reports and improve your code quality.

How to add Bugfender to an Android Project

Adding Bugfender to an Android project is a two-minutes task that can save you hours of debugging in production. In this video we review the whole process from scratch. We start creating an Android app with Android Studio. Then we add Bugfender with Gradle and finally we configure a new App in the Bugfender's Dashboard. We use the last minutes to explain how the different logs work in Bugfender so you can get the most from the first minute.

Automating Mobile Gestures with Appium

Mobile applications are becoming more and more important in our daily lives. From ordering clothes to grocery shopping, the services available via an app are increasing rapidly and users expect a seamless experience. This means that the automation focus is shifting more towards mobile devices.  But did you know that there is a huge difference between interacting with a desktop browser and a mobile app?

4 virtual connectivity trends for social gathering and what it means for mobile app developers

While humans are ever-adapting, the recent pandemic has forced a complete revamp of how we work and play. As in-person meetings and conventions remain sparse, networking in other ways has become a new normal. Mobile app developers are applying key lessons and trends of online networking and socializing to capitalize on increasing global demand for virtual connectivity.

Best tools in 2021 to do automated testing of your JavaScript apps

It’s no exaggeration to say that today’s internet is built on JavaScript. Around 95% of all websites have been built using the language, according to the latest figures. JavaScript has evolved beyond the client side and is now used to construct entire technology stacks, not to mention support databases like pouchdb and RethinkDB.

Real device testing best practices [webinar]

The device landscape is as vast as it is complex. With at least 63,000 possible device profiles reported—a number growing at almost 20% per year—the scale of device fragmentation is staggering. New models, operating systems, browsers, screen resolutions, etc., make it extremely difficult for web and app developers to deliver a consistently flawless user experience across all combinations.

React Hooks Common Mistakes

React Hooks is a new addition to React which enables you to use state and other features of the library without having to create a class. By ‘hooking into’ React’s existing features, you can significantly reduce the number of concepts you have to grapple with, and you can create custom hooks to share all kinds of non-visual logic, making your code much more reusable.