Hi,

In our tests se use the propertytable ant task.

The table is in an excel file and looks like:

[cid:[email protected]]

When all data sets have to executed, we use the 'All' filter and that works 
fine:
<propertytable container="../dataDriven/FT237.01-01.xls" name="ds_id" 
filterclass="All">

When only 1 data set has to be executed, we use the 'FirstEquals' filter and 
that works fine.
<propertytable container="../dataDriven/FT237.01-01.xls" name="ds_id" 
value="121479" filterclass="FirstEquals">

Now, I want to make a selection of data sets, e.g. those with ds_id 121479 and 
122661. I think the 'Group' filter is made for that, but I cannot get it to 
work.
I tried the following but that just executed the test with all datasets:
<propertytable container="../dataDriven/FT237.01-01.xls" name="ds_id" 
value="121479, 122661" filterclass="Group">

Then I tried with a JOIN table:
[cid:[email protected]]
Where 'Sheet1' is the original table (above) and Sheet2 looks as follows:
[cid:[email protected]]
But this gave the same result.

Does anybody have any experience with this and is it possible to provide a 
working example? The solution I prefer is the one without the JOIN table, so 
something like
<propertytable container="../dataDriven/FT237.01-01.xls" name="ds_id" 
value="121479, 122661" filterclass="Group">

Thanks in advance!
David


Reply via email to