Outthentic - yet another test framework

Outthentic is a black box testing framework.

Instead of hack into objects and methods it deals with text appeared in stdout.

This is very first CPAN release to play with:


$ cpanm Outthentic

This is super fast intro:


# Create a story file:
# Story is just an any perl script that yields something into stdout.

$ nano story.pl

print "I am OK\n";
print "I am outthentic\n";


# Create a story check:

$ nano story.check

I am OK
I am outthentic

# run a story runner and enjoy your test results:

$ strun

Follow GitHub pages for documentation

Leave a comment

About melezhik

user-pic Dev & Devops --- Then I beheld all the work of God, that a man cannot find out the work that is done under the sun: because though a man labour to seek it out, yet he shall not find it; yea further; though a wise man think to know it, yet shall he not be able to find it. (Ecclesiastes 8:17)