You may have noticed… Feature Injection and handling technical stories
Sep 042008

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");
control.clickButton("a.button");
control.enterText("a.textfield", "Text1");

Leave a Reply

(required)

(required)