UI Automation - Cocoa Manifestcocoamanifest.net/features/2013-08-ui-automation-slides.pdf · UI...

Post on 02-Jun-2020

40 views 0 download

Transcript of UI Automation - Cocoa Manifestcocoamanifest.net/features/2013-08-ui-automation-slides.pdf · UI...

UI Automation

CocoaConf PDX 2013 Jonathan Penn

@jonathanpenn

!e problem

Wash.Rinse.Repeat.

So...?

First, some theory...

Edge Cases

Wired up right?

!ink like a user

Show me the money!(demo time)

Write Expressive Tests

Assert Behavior

Test Performance

Stub Dependencies

Run From Command Line

More Fun

Other resources

UI Screen Shooter

github.com/jonathanpenn/ui-screen-shooter

tuneup.js

test("my  test",  function(target,  app)  {    assertWindow({        tableViews:  [            {                cells:  [                    {  name:  "Fred"  },                    {  name:  "Flintstone"  }                ]            }        ]    });});

github.com/alexvollmer/tuneup_js

And now for something completely different...

UI Automation