Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Automated User Interface Testing

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.

Automated User Interface Testing

Avatar for Tiago Martinho

Tiago Martinho

May 01, 2018
Tweet

More Decks by Tiago Martinho

Other Decks in Technology

Transcript

  1. func testLogin() { application.launch() let loginButton = application.buttons["login"] loginButton.tap() wait(for:

    “label") label = application.labels[“label”] assertEqual("42", label.text) }