Using Tyburn with Maven
Posted
by TheDelChop
on Stack Overflow
See other posts from Stack Overflow
or by TheDelChop
Published on 2010-05-27T17:38:13Z
Indexed on
2010/05/27
17:41 UTC
Read the original article
Hit count: 212
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
© Stack Overflow or respective owner