jeudi 22 février 2018

Automated UI test for custom android Image

I am a freshmen computer science co-op with limited experience at a company which is developing a custom version of android with many different applications installed on it. I am tasked with writing a automated UI test for this build which can be run over night to collect data on stability and performance. I have looked at several different options including:

Espresso:

The only issue with espresso is that it focuses on only one app! The entire system must be tested

UI Automator:

This seems because it can interact with other apps, but from my understanding it is only meant to test interactions with other apps. This is problematic because there are several apps which need to be tested, not simply interactions between them

Robotium:

Seems to be pretty much the same as Espresso but with less support

Selendroid:

Does not provide support for API's above 19, our apps are on 26

Is there a good application that allows a UI test spanning multiple apps and that preferably has a recorder to make things a little more simple. Or maybe I misunderstood one of the above and it is actually good for this type of thing. I appreciate any help you can provide!

Aucun commentaire:

Enregistrer un commentaire