mcbootus
15 years agoContributor
Comparing values in two property tables
Dear all,
I have two soapUI properties tables in a test suite - one contains data from the WS while the other contains the data from the DB. I want to compare each corresponding value between the two property tables - for example:
Properties 1 (from WS)
name: Joe
surname: Blogs
country: France
Properties 2 (from DB)
name: Joe
surname: Blogs
country: France
I presume this is done via a Groovy script?
Thank you for your help.
Mcbootus
I have two soapUI properties tables in a test suite - one contains data from the WS while the other contains the data from the DB. I want to compare each corresponding value between the two property tables - for example:
Properties 1 (from WS)
name: Joe
surname: Blogs
country: France
Properties 2 (from DB)
name: Joe
surname: Blogs
country: France
I presume this is done via a Groovy script?
Thank you for your help.
Mcbootus