develooper Front page | perl.qa | Postings from January 2011

Re: Flier about using Perl for Testing

Thread Previous
From:
Gabor Szabo
Date:
January 17, 2011 00:49
Subject:
Re: Flier about using Perl for Testing
Message ID:
AANLkTikrR2gjL_JpiR23_H4=r6em5VDh7xsZtqeTdw5-@mail.gmail.com
Maybe I should add some use cases:

You built a web-site in Java. You can still write your external
tests with Perl and integrate the results with the output of your
Java based unit tests via TAP.

You built a router. It has a telnet interface and a simple web
based interface you need to interact with. You also need to see
that sending packets arrive in the correct place.

You wrote an application in C or C++. You wrote in those languages to
get crazy speed even though you know it takes a lot longer to write
in those languages than in Perl. In your test your preference is to
write as fast as possible. Execution time isn't that critical.
For this you build a small bridge between Perl and your C or C++
libraries and write your tests in Perl.

Gabor


--
Gabor Szabo                     http://szabgab.com/
Perl Ecosystem Group       http://perl-ecosystem.org/

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About