Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
Condition data fetch in databank using regular expression
kumawatvaishali
Posts: 2 ✭
in SOAtest
Hi, how can I make custom xpath if need to fetch based on a key string present.
For example
if saving is present in AccountType then only fetch. Occurrence of this is not fixed.
{
"customerName" : "Hitler",
"AccountType" : "XYZ_Savings_XYZ",
"Country" : "Germany",
"id" : "555"
},
{
"customerName" : "Nepolean",
"AccountType" : "Savings",
"Country" : "France",
"id" : "111"
},
{
"customerName" : "Hitler",
"AccountType" : "Savings",
"Country" : "Germany",
"id" : "555"
}
Tagged:
0