java - Can someone give me a step-by-step on Black Box Testing an APK with Robotium? -


even after resigning apk debug key, , editing android manifest , build gradle targetapk , testapplicationid, cannot seem link test project apk.

  1. i resigned apk
  2. created new android project
  3. updated manifest target package name
  4. updated testapplicationid "com.external.apptotest"

i keep getting class not found exceptions! , empty test suite.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -