This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

I’ve just started using Appium and I’m trying to find a way to add an assertion in order to check that the test has worked.

In android studio when you were recording there was an ‘Add assertion’ button but that doesn’t seem to exist for Appium. (or am I blind?)

Thanks!

  • created

    May '18
  • last reply

    Jul '18
  • 1

    reply

  • 353

    views

  • 2

    users

2 months later

??

I’d just export the code to Java and use JUnit/TestNG to assert values/elements etc.?