2

I have an android APK which has some androidTest(Instrumentation) which tests the API in the app. I intend to separate out the androidTest into a different headless service which does the following:

  1. Install the before said app
  2. Test the API

I plan on doing this so that the APK and the tests are separated, and the QA and Dev team need not depend on each other but do their development separately.

My question is, is this possible? How do I proceed with making a separate test package with a service/or headless app.

anotherCoder
  • 712
  • 3
  • 11
  • 25

0 Answers0