How to test the camera application on different devices

There are many applications for cloud-based testing of applications, but I did not find anyone who would support their own camera testing (runtime errors, focus, aspect ratio of the preview and received images). The hardware of the camera is completely device dependent, and the implementation of the API is far from simple, which creates great potential for device-specific errors. Can someone recommend a service or testing tool on multiple hardware devices at once?

+5
source share
2 answers

You can try Kobiton . I only use it a couple of times, but it remotely connects to physical devices to test your applications. For this, it is limited in devices (although it still has over 18 Android devices).

+1
source

You can use the firebase test lab for physical testing, which you can get here here . You can even check on physical devices. it is supported by Google

+1
source

Source: https://habr.com/ru/post/1273948/


All Articles