Hi,

You can start here :

    http://modernperlbooks.com/books/modern_perl/chapter_09.html

Then, you can take a look at the Test Anything Protocol (TAP) concept.
After that, you can check the Test::SImple and Test::More.

    http://testanything.org/
    https://metacpan.org/pod/Test::Simple
    https://metacpan.org/pod/Test::More



~$&bast1


On Mon, Mar 31, 2014 at 9:51 AM, Benjamin Fernandis
<benjo11...@gmail.com> wrote:
> Hi,
>
> I am new with perl and using it for my sys admin jobs.  I want to use TDD /
> BDD with my perl scripts to make it more robust.
>
> Can you please suggest me that how to integrate TDD/BDD with perl scripts.?
>
> In my company , developer uses rspec and cucumber with ruby based code.
>
> I am from sys admin background. Suggest me something simple and easiest way
> to catch it.
>
> Regards
> Ben

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to