Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hello All,
I have a small understanding gap in terms of developing a testing tool. I have a main script which parses a config text file which tells the version under test and features to be tested. I have read about Test::Class and also seen the example posted on PERL MONKS website to enable further understanding about the usage.
Accordingly, I also have a way to test if expected outcome is met or not. But where I fail to understand the whole flow is, that the utility which I am testing has many features. I want to test each feature with several variables. How do I feed in several variables to the test scripts I make for each feature?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Testing Tool Help
by Anonymous Monk on Jan 31, 2013 at 08:12 UTC |