KarolDepka
KarolDepka

Reputation: 8628

Use TestNG for android testing - suitable? Potential problems?

Is TestNG suitable for testing Android apps?

What pitfalls or trade-offs might be encountered?

The default examples for Android testing, seem to all use JUnit. Is that for a reason?

Do you know real-world usages of TestNG for Android app testing?

Particular considerations:

Any thoughts are welcome.

Upvotes: 2

Views: 1517

Answers (1)

juherr
juherr

Reputation: 5740

https://github.com/LemonadeLabInc/android-testng and https://github.com/cbeust/testng/issues/733 could be a partial answer.

From android-testng project:

This is a minimal implementation of an Android Instrumentation executing unit tests based on TestNG (the best testing framework for Java).

Upvotes: 1

Related Questions