Two MoTacon attendees are on the left. The MoTaacon logo is in the center, and to the right a prompt to Get Your Ticket.

Douglas Cardoso | Comments

Displaying 1 comment
Strategies to simplify your BDD step definitions image
JGiven seems to be a very interesting library. I'm exploring a Python framework called Guará that does a similar implementation. It uses Page Transactions Pattern and Intent-driven design to create test scenarios and production code in ubiquitous language. The syntax is like inapp.given(UserIsLoggedIn, with_username='Joe').when(BuysAProduct, called='cellphone').then(ItShouldReport, 'finished') Framework documentation: https://guara.readthedocs.io/en/latest/index.html
Subscribe to our newsletter