This blog post is a summary of my talk at the iOS Singapore Conference 2022 about scaling up iOS automated tests using fastlane and other tools.
In this interview, we talked to Sudeep Sidhu, Neo Financial's Lead Mobile Engineer about how to provide better features for users, how to ensure the highest levels of security in fintech app development, and what the future of mobile finance and banking looks like.
Every mobile team, regardless of size, needs to invest time and resources into a robust set of testing practices. In this article, we'll present a quick-start guide to unit testing.
Read this hands-on guide to learn about test reports in software testing, how to see their results, and how to use the Bitrise Test Report add-on to visualize your test results for your development team!
In this article, we give you some tips to successfully transform Mobile DevOps processes in your e-commerce app and to minimize your revenue loss.
In this article about manual testing, we’ll dive into its pros and cons, its place in the current mobile testing ecosystem, and how to make the most out of it together with automated tests for more stable releases.
A new type of app called "super apps" are gaining popularity. They combine the functionality of several different apps into one convenient package. Originated in Asia, these apps are finally coming to the west. Here's what businesses should know about this new mobile trend in 2022.
We are simplifying code signing on Bitrise. Now there are two ways to automate code signing on Bitrise: using Xcode Build/Archive Steps (with iOS Auto Provision Steps merged into them) and not using these Steps, but 'Manage iOS Code Signing' instead. In both cases, we've reduced the number of things that could go wrong. Let's see what has changed!