Hi ,
There is a piece of code which is not able to generate xml document below:
private void methodxyz (RetailEodTransactionAggregationHeader _aggregationHeader, CustomerOrderInfo _custOrderInfo)
{
if (_custOrderInfo)
{
str custOrderInfoXml = _custOrderInfo.ToXml();
}
It is a standard test case which when runs alone passes but when added with other test case fails at this point.