How to correctly use user macros (defined for Web monitoring scenario) in Required string?
I have tried defining user macro in Variables of Web scenario like this
and reference it by setting Required string of Step of scenario to
. In result I got Error: required pattern not found when executing that step.
When trying to define user macro in Variables of Web scenario like this
I got message Error: error in scenario variables during execution of first step of scenario.
I have tried defining user macro in Variables of Web scenario like this
Code:
{macro1}=teststring
Code:
{macro1}
When trying to define user macro in Variables of Web scenario like this
Code:
{macro1}=regex:teststring
Comment