Not your question?
Ask your question
View similar questions
Add your answer here.Check out some similar questions!
How to do unit testing and functional testing on an Android app?
[ 0 Answers ]
I have created an app that sends intents among multiple activities. After doing some research I have found that the ActivityUnitTestCase class is designed for unit testing while the ActivityInstrumentationTestCase2 is designed for functional testing. I understand the use of methods such as setUp(),... View more questions Search
|