2

What is best practice to do logging and reporting of test suite with AVC ? I mean on running test it would be nice to get a bug report or test pass/fail report and in case of any errors like force close it would be nice to get some dump to understand the cause.

Regards,

Miten.

Miten
  • 356
  • 7
  • 23

1 Answers1

1

Built this to distribute tests to multiple devices and collect results. Tests use AVC. http://benhylau.github.io/yksp/

benhylau
  • 430
  • 5
  • 9