Android Espresso testing app flow
Asked Answered
U

0

5

I use Espresso to test a lot of activities and transitions between them. I want to write different test for those activities and link the Activity Intents to the corresponding test cases.

1 . Activity A (testActivityA runs) 2. ActivityA launches ActivityB (testActivity B) should be called

is it possible to do this with espresso or any other test framework?

Unnatural answered 21/8, 2015 at 3:23 Comment(1)
It is possible with espresso.Check this linkSayette

© 2022 - 2024 — McMap. All rights reserved.