Non-UI BDD for Android

I need to use the BDD test environment for Android and most of the tests at the interface level at the user interface level. Are there any frameworks without an interface like jBehave running on DVM?

+6
source share
3 answers

So far, I have managed to find one tool called Robolectric .

+2
source

I have not seen anyone else who has this job, but I guess you could use Robotium to turn it on.

0
source

Depending on what you are working on, you can use a framework that allows cross-compilation on the desktop, and then use jBehave. For example, this should be achieved using libGDX .

0
source

Source: https://habr.com/ru/post/894816/


All Articles