≡ Menu

Perl Automated Testing

Introduction to Perl Testing Using Test::Simple and Prove

Testing is an important part of SDLC activity. By automating the testing process, you can save considerable amount of time spent on testing. There are several modules available in Perl to automate testing process. In this introduction article, let us discuss about how to write basic and simple test cases using Test::Simple module in perl. [...]

{ 3 comments }