Reputation: 771
I have developed an Android application that parses RSS feed from a website.
I have developed instrumentation test cases for application since I have access to code. So far everything is ok.
Now I want to ask is there any way or is it possible through which I can develop instrument test cases for apk when I don't have access to code.
If yes then what are all components in Android that can be tested through.
Thanks in advance
Upvotes: 0
Views: 39
Reputation: 27545
Now I want to ask is there any way or is it possible through which I can develop instrument test cases for apk when I don't have access to code.
You can test it using Appium
If yes then what all components in Android can be tested through.
I have tested UI and flow for app.
Upvotes: 1