0

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.

Christian C
  • 369
  • 3
  • 10

2 Answers2

1

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?

Wonil
  • 6,364
  • 2
  • 37
  • 55
  • Thanks for your answer :) I want to test a single app that won't be on Play Store but could be a part of an OEM's installed apps. – Christian C Feb 01 '22 at 15:09
0

For automotive you can just use

  1. CATbox
  2. Spectatio - built on top of UIAutomator
betelgeuse
  • 1,136
  • 3
  • 13
  • 25