Hi Monks,
I'm a component tester. I'm looking for different ways of using Perl to test a dll/dso.
In Detail:
We have a component basically a file I/O component. It supports both windows & unix flavors.
The component is written in C++, though I'm a C++ programmer writing a test driver will be cucumbersome at testing phase.
I want to know how I can use Perl to write test drivers (similar to System Testing rather than Unit testing) to test the component.
The component has interfaces & the driver will call the interface methods to test the functionality.
Can u pls throw some light on PerlXS, examples, compiler requirement etc..?
Thanks a lot,
Radha