Solved
Forum Discussion
nmrao
8 years agoCommunity Hero
Ok, thank you for clarifying. What is the other field / property name?
bmcim123
8 years agoOccasional Contributor
Other field names include:-
FileName string
Status string
UploadedBy string
PurchaseDate date-time
Currency String
- nmrao8 years agoCommunity HeroBased on the script given, you should be able adopt the script for all these properties.
Just pass required value to "getPropertyValues".- bmcim1238 years agoOccasional Contributor
You are the best. THANK-YOU SO VERY MUCH FOR YOUR TIME AND EFFORT HELPING ME TODAY :-)
- nmrao8 years agoCommunity Hero
Here is the better version of the script which handle multiple properties without hassle.
All you need to do is just add the property name to below (example given, look for below statements in the script)
//ATTENTION: add the list of property names
def userList = ['transactionId', 'uploadedBy', 'purchaseDate']
https://github.com/nmrao/soapUIGroovyScripts/blob/master/groovy/json/CheckOrderOfMultiProperties.groovy