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.
- i resigned apk
- created new android project
- updated manifest target package name
- updated testapplicationid "com.external.apptotest"
i keep getting class not found exceptions! , empty test suite.
Comments
Post a Comment