RulePoint
- RulePoint 6.1.2
- All Products
stringequals(string1,string2)
Argument
| Required
Optional
| Description
|
---|---|---|
string1
| Required
| The first string that you want to compare.
|
string2
| Required
| The second string that you want to compare.
|
when 1 PropCompare p with stringequals(p.prop1,p.prop2) as result then response with body=”${result}”
Usage
| Description
| Result
|
---|---|---|
p.prop1=INFA
p.prop2=INFA
| Compares two strings.
| true
|