Forum Discussion
4 Replies
- nmraoCommunity HeroYou can verify.
More details of the issue, please?
How could some one understand your issue with the given description?- maddenapallyContributor
- nmraoCommunity Hero
Thank you for the screen shot, maddenapally
Still not clear what steps does the test case has? and where would you like to use the requested map?
Anyways, below is the way to map in groovy script as per the screen shot
def map = [action: 'HTL_SELL_START.HTL_CD', chainCode: 'HTL_SELL_START.SELL_START_CD', brandCode: 'HTL_SELL_START.SELL_START_NM', propertyCode: 'HTL_SELL_START.SELL_START_DESC' propertyName: 'HTL_SELL_START.BEG_DT']
For example if the test case contains
1. REST Request step with POST method
2. JDBC step to retrieve the data
And the objective is to verify, then have a look script here
- nmraoCommunity HeroPlease see if the below sample and apply it to your need
https://github.com/nmrao/soapUIGroovyScripts/blob/master/groovy/compare/JdbcAndJsonCompare.groovy