Answer the question
In order to leave comments, you need to log in
Do I need the source code of an Android application to write autotests for it?
+ Please tell me what tools to use for a beginner android autotester :)
Answer the question
In order to leave comments, you need to log in
The source code is not needed, but you need to know the class structure, public methods, and the logic of work. Otherwise, what to test? Sometimes autotests are written before the source code is available, after which code is created that will satisfy these tests. It's called TDD.
And the tools used are the same as in development. android studio.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question