How to compare the String in the scripts of Gatling? While use code
.check("${loginStatus}".is("1")) to compare the variable loginStatus
It encountered the error that "is" only used for Integer not String member.
How to compare the String in the scripts of Gatling? While use code
.check("${loginStatus}".is("1")) to compare the variable loginStatus
It encountered the error that "is" only used for Integer not String member.