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 ??...)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 ??...)