S
S
superblak772021-07-14 15:34:47
Android
superblak77, 2021-07-14 15:34:47

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

1 answer(s)
S
Sergey Vodakov, 2021-07-14
@WaterSmith

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 question

Ask a Question

731 491 924 answers to any question