-
Notifications
You must be signed in to change notification settings - Fork 7
Home
natritmeyer edited this page Jul 16, 2011
·
15 revisions
test your WPF UI using ironruby
Bewildr is an (ironruby only) gem that lets you do automated testing of a WPF UI. Its aim is to:
- provide a clean, intuitive API – enabling you to write idiomatic tests
- be fast – most other WPF automation tools are painfully slow
- remain small – bloat is evil… bewildr is for interacting with WPF UIs and no more
I’ll be writing about bewildr’s development/changes on my blog: http://www.natontesting.com
C:\> igem install bewildr --no-ri --no-rdoc
Here’s the bewildr wiki Table of Contents
- Here’s an example bewildr rspec script
- Here’s an example test/unit bewildr script
- Here’s an example cucumber bewildr project
A small but growing list of examples here: http://github.com/natritmeyer/bewildr/tree/master/examples