10+ years of app development
Everything from a single source
50+ successful app projects

Blog

Wie kann man Apps auf einer Vielzahl an Geräten testen?

Hin und wieder fragen mich Kunden, wie ich eigentlich die Apps testen kann. Manche sind sogar der Meinung das ich ein riesiges Arsenal an Geräten vorrätig haben müsste um besonders im Android-Umfeld alle möglichen Konfigurationen testen zu können.

Bei Geräte-Klassen, die ich selbst noch nicht besitze, erwerbe ich in der Tat ein Exemplar um bereits zu einem frühen Zeitpunkt während der Entwicklung erste Feedbacks zu erhalten. Inzwischen ist das aber ehr selten der Fall, da sich doch schon so einiges für diverse Projekte an Apple und Android Hardware angesammelt hat.

Vor der Fertigstellung der App reicht es nicht mehr aus die App auf dem Kundengerät oder auf mein eigenes Gerät zu installieren und dann daraus die Aussage zu formulieren, dass alles auf allen erdenklichen Konfigurationen funktioniert. Grundsätzlich ist daran nichts falsch, wenn eine Gerätespezifikation vom Kunden vorlag oder man vielleicht für sich selbst im privaten Umfeld eine kleine App entwickelt hat. Bei einer größeren Zielgruppe und vielleicht noch Plattform-übergreifend wird das Vorgehen nicht mehr reichen.

Was gibt es für Alternativen?

Als Xamarin Premier Consulting Partner müsste ich wohl die Xamarin Test Cloud empfehlen. Leider befindet sie sich aber noch in der geschlossenen Beta. Eine weiter Alternative, die bereits jetzt schon genutzt und von einem selbst aktiv unterstützt werden kann, sind Open Device Labs. Auf opendevicelab.com findet man eine Übersicht über Standorte und den verfügbaren Geräten. In Deutschland bietet das ODL in Nürnberg mit 30 Geräten die größte Auswahl. Welches Potenzial solche Open Device Labs haben, kann man gut im englischen Bridgend bei Cover-Up erkennen. 80 Geräte dürften wohl die wenigsten von uns ihr eigen nennen.

Open Device Labs sind also eine gute Alternative um auf einer möglichste breiten Menge an Geräten, Versionen und Plattformen seine App vor dem Einstellen in den entsprechenden App-Store auf mögliche Schwachstellen hin zu testen.

Sebastian Seidel

Sebastian Seidel

As a mobile enthusiast and managing director of Cayas Software GmbH, it is very important to me to support my team and our customers in discovering new potential and growing together. Here I mainly write about the development of Android and iOS apps with Xamarin and .NET MAUI.

Related articles

Voice input facilitates documentation - A hackathon topic
Voice input facilitates documentation - A hackathon topic

Voice input makes it possible to intuitively record food eaten and drunk without having to look at a device or tap. Instead of laboriously entering everything by hand, users can simply record their meals and snacks by voice command. This approach can lower the inhibition threshold and encourage users to continuously document their eating habits. This saves time and encourages regular documentation.

Animations in Jetpack Compose
Animations in Jetpack Compose

Modern applications are becoming more design-centric and therefore end-user-centric. For the user, the technical side of the program is not at all interesting, but rather taken for granted. Attractive design, animation and ease of use, on the contrary, all other things being equal, can make the application more popular among competitors.

Jetpack Compose: Google's modern UI toolkit
Jetpack Compose: Google's modern UI toolkit

It's been almost two years since the release of the stable version of Jetpack Compose, but still many developers are skeptical about using this framework in their projects. To answer the question, is it worth using Compose in your projects, let's make a small comparison between Android Views and Jetpack Compose based on typical tasks when developing native Android projects.