Christian C
Christian C

Reputation: 538

Automated testing in Android Automotive

What are the best frameworks or tools for automated testing in Android Automotive?

I read about Spectatio but I couldn't find code examples or anything other than what's mentioned on the Android page.

Upvotes: 0

Views: 838

Answers (2)

user13103419
user13103419

Reputation: 11

For automotive you can just use

  1. CATbox
  2. Spectatio - built on top of UIAutomator

Upvotes: 0

Wonil
Wonil

Reputation: 6717

If you look into CATBox documentation, it's based on Spectatio framework. You can build and run catbox from AOSP by following Build CATBox documentation.

BTW, Are you looking for testing framework for your unbundled applications? (which means app will be installed to Android Automotive through Play or else) or, your Android Automotive builds with preinstalled apps?

Upvotes: 1

Related Questions