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. [...]