I have created an android app and I'd like to analyze the code coverage of integration tests. Assuming the activities as units, I have tested the interaction between some activities (with monkeyrunner
) so as to validate some scenarios of my app's use cases.
- Is it possible to evaluate my integration tests' code coverage through tools like
Emma
? - If so, is it possible to run
monkeyrunner
scripts whileEmma
computes the coverage?
I have just found tutorials that show how computes Emma
code coverage for Android Unit Test...