Nikhil Satankar - 2003-08-04

Need help for executing test case with different data. We are using cpp unit Framework for developing a Test Jig for testing Software tools .
In put
1. Different test data for the Same method is passed in an Xml File.
2. We Need to pass differet test data for the Same Method to be tested.
Question
How can I execute same test case with different data using cppUnit framework.
( If I have to Use RepeatedTest class how can I use it by using Help Macros ??...)