Forum Discussion
mamar
13 years agoContributor
Thanks for the code. But i tried and dint succeed. i get null value for the fields and so assert fails with exception. Below are the modified code.
def TrnType = context.expand('${doSplInstInq#Response#TrnType}')
log.info TrnType
assert TrnType == "Debit"
def TrnType = context.expand('${doSplInstInq#Response#TrnType}')
log.info TrnType
assert TrnType == "Debit"