Hey everyone! I’ve started writing UI tests using ...
# test
a
Hey everyone! I’ve started writing UI tests using Espresso but I found it is awful to write and read. I’ve picked up Kakao to simplify some of the syntax, but I was wondering if some of you have some preferred library on top of Espresso or alternatives to make writing UI tests easier?
n
It depends on whether you are testing individual UI components, or doing functional testing through the UI. For the latter, I find that the Screenplay Pattern helps me decouple the functional tests from the details of the UI and how the tests drive it, and so makes “syntax” of the automation API less significant.
👌 1
e
Late to the party
Check Jake Wharton talk about robots
and evaluate with Kakao also Kaspresso