Hi All
I am trying to pass my test data to the test object. I have a data object which has the parameters/hash that i need to pass to the test object.I just need to use the test framework for
1) running assertions on data in my data object
2) and to be able show a cumulative results for a large number of these test objects through the test suite or something.
I thought i could instantiate a test object but cant do it...
Please could any one help me with this.