PTI Newsletter Vol 1.06 - Perl for Unix and Linux System Administrators |
Welcome to PTI Newsletter No. 6 |
Up coming PTI Training classes
May 13,14,20,21 References, Modules and Objects (Advanced) May 27,28,29 QA Automation using Perl (Advanced) June 12,13,19,20 Fundamentals of Perl (Beginner)See our schedule for up to date listing. |
Perl for Unix and Linux System Administrators
Recently I have started to put together a page describing how Unix and Linux System Administrators can automate many of their tasks using Perl. The examples include
The full list with descriptions and the source code itself can be found under Perl for Unix system administrators. These examples were taken from our Fundamentals of Perl course. |
TAP - Test Anything Protocol
On the QA day back in December 2006, among other things, Ran Eilam and I showed TAP, the Test Anything Protocol. The protocol that was actually already available back when Perl 1 came out in 1987 have gone through many improvements - it also got its name only a year or two ago - but most importantly it helped Perl to achieve a unparalleled set of unit and integration tests both on the compiler/interpreter level and on the extension level (aka. CPAN). If I want to describe it in one sentence it should be: That is, one could write tests in any language, s/he could even embed it in a device or send through the network while there can be several central tools (harnesses or parsers) for collecting the results and presenting in various easily readable way. In the last year the QA team of Perl started to work on exporting this simple but wonderful idea to other programming languages and to other aspects of the testing world. Implementations are currently available in Perl, Python, PHP, C/C++ and Java. Anyone interested in the development of TAP should look at its dedicated web site of Test Anything. for a short introduction look at the Wikipedia article abpit TAP There is a mailing list designated for the development of the protocol itself and another mailing list for the development of the TAP::Parser in Perl.
You could also take look at our QA related courses where TAP is part
of the curriculum: |
List of PTI Training classes
For details, please see our full listing of courses and the up to date schedule. |
Special offers
For further details please contact Naama Enosh |