Creditsafe_Supp
15 years agoOccasional Contributor
[Resolved] Transferring Properties in a data driven test
Hi there,
I have a data driven test that is fired at WCF service, sometimes when there is a particular problem with the data we get back a specific error message in the xml. At the moment I am able to transfer this error message into a property so I can see why the error was returned, but I want to do this on a larger scale so that I can say run 100 tests and see any errors that were generated in that test run that relate to a specific piece of data I have input using the datasource.
I have a data driven test that is fired at WCF service, sometimes when there is a particular problem with the data we get back a specific error message in the xml. At the moment I am able to transfer this error message into a property so I can see why the error was returned, but I want to do this on a larger scale so that I can say run 100 tests and see any errors that were generated in that test run that relate to a specific piece of data I have input using the datasource.