Android Espresso how to write tests using apk?
问题 I am a robotium user now switching to Espresso can anyone tell me how to write tests using apk in espresso, as we do in robotium without having acccess to the code but using app apk. And how to access views without R.id.viewid in espresso? as we do in robotium solo.getview("viewidText") In robotium this is how we do public class CoreTest extends ActivityInstrumentationTestCase2 { private Solo solo; //class name of the app launcher activity private static final String LAUNCHER_ACTIVITY_FULL