EasyB, "the best thing since sliced bread", is a domain specific language (DSL) that imitates natural English, and allows analysts to create complex test cases via Stories and Scenarios. Syntax details can be found on the Easyb website http://easyb.org/.
Here's an example of an easy to read test case...
scenario "customers should receive discounts", {
given "a shopping cart with 3 items"
when "a user checks out"
then "they should receive a 10% discount"
}
Slides of the presentation can be found here.
No comments:
Post a Comment