views:

15

answers:

0

Guys,

I"m trying to use Tyburn to do some BDD with JBehave and I've got a question about what Tyburn can do. Can Tyburn simulate Menu selections? Like Ive I want to say something like

@Then("when I select 'Start' from the Recording Menu)
selectMenu(Recording)
selectMenuItem(Start)

Is there a way to make this happen?

Thanks, Joe