- All posts are released under CC 3.0 by-sa unless otherwise stated.
Pages
Follow me on Twitter!
My Tweets-
Recent Posts
Recent Comments
Categories
- bdd
- breaking models
- business value
- capability red
- coaching
- complexity
- conference
- csharp
- cynefin
- deliberate discovery
- evil hat
- feedback
- humour
- jbehave
- kanban
- lean
- learning
- learning models
- life
- nlp
- open source
- real options
- scale
- scrum
- spike and stabilize
- stakeholders
- stories
- testing
- Uncategorized
- uncertainty
- values
- writing
Archives
Meta
Category Archives: open source
WiPFlash, or How To Do Microsoft UI Automation
I’ve kicked off another open-source project, WiPFlash. This is a little automation framework with a number of goals: To let me learn how to do .NET UI Automation To fix a couple of things that White doesn’t do yet To … Continue reading
Posted in csharp, open source
3 Comments
Tyburn 1.1 released
Tyburn, the little GUI harness for helping you Swing more easily, has had a few changes: Slow mode now added, so you can use it to show your scenarios being run (great for BDD presentations or working out what’s actually … Continue reading
Posted in open source
Leave a comment
Tyburn 1.0 released
It seems to be the season for releasing code! Tyburn is a fast, minimal, extensible Java Swing harness that was originally part of JBehave 1.0. You can download it here and use it like this: WindowControl control = new WindowControl(“my.named.frame”); … Continue reading