Android Espresso testing app flow

落花浮王杯 提交于 2019-12-01 17:16:34

问题


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?

来源:https://stackoverflow.com/questions/32131857/android-espresso-testing-app-flow

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!