Archive for January, 2007

Automated Testing with Perl

Posted: Tuesday, January 30th, 2007
Categories: Perl, Automated Testing

If you are a software tester or Quality Assurance Engineer testing any sort of product with a web interface and you aren’t using Perl to automate your testing, you are missing out. Perl is a simple, fast, powerful scripting language that has a ton of free modules available to ease your job as a tester.
I […]

Read the full article

Your test suite is not flexible - get agile with FIT

Posted: Saturday, January 27th, 2007
Categories: Agile, Automated Testing, Tools

If you haven’t heard of FIT yet, you need to know about it. FIT is an open source framework that allows you to add and execute complex tests from a simple web interface.
The requirements of FIT are pretty basic.
- You need Apache installed on the machine
- You need to be able to edit httpd.conf to give […]

Read the full article