in reply to Re: Testing and combinations
in thread Testing and combinations
I'm setting options by adding things to an arg hash, and I am currently using a table to select my two test cases, one without a file, and the other one with. I also have an option that includes specifing a list, and I want to be able to specify a null list, a one element list or a three element list.
I think I'll use your suggestion of basing it on tables, and pre-populate my tables so that the first entry is 'nothing'; then I just use a serious of next ifs to try all of the different combinations.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Testing and combinations
by GrandFather (Saint) on Oct 30, 2007 at 20:46 UTC | |
by talexb (Chancellor) on Oct 30, 2007 at 20:57 UTC |