Acceptance testing Framework:
concordion
“Next gen BDD”
Concordion lets you write tests in normal language use in paragraphs
, tables and proper punctuations.
Tests are written in html and then instrumented with special
attributes that concordion interprets to execute the test
Intro:
Concordion is a Java library that allows to bind an HTML
document to methods in a Fixture - a Java class that does various binding work.
When you execute that specification, it generates an HTML output of what has
been tested, with errors in red and ‘test ok’ in green.
Sample Project:
https://github.com/kasthurikranthikumar/concordion.git