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

Four Tips for More Testable UI

Four Tips for More Testable UI

Quick talk given at the 2019 Microsoft MVP summit during the ALM group's MVP2MVP sessions.

Jim Holmes

March 17, 2019
Tweet

More Decks by Jim Holmes

Other Decks in Technology

Transcript

  1. wait until expected condition 1 wait until expected condition 2

    IF SOMETHING wait until expected condition 3 IF SOMETHING ELSE wait until expected condition 4 FINALLY wait until expected condition 342
  2. 0) Add static IDs 1) Tweak controls 2) Use data

    for locators 3) Build flags/latches for complex async