So i am creating a web scenario, that is pikcing up a string and holding it as a variable in step1. Then in step 2, it uses that string on another part of the site to make sure it exists.
My Regex expresion in step 1 is
{titlename}=regex:title="([a-zA-Z0-9,: -]+)
However, i think the "required string" step in step 2, is taken the litteral {titlename} and not interpretting it as a MACRO name.
How can I make it interpret the macro instead of the literal?
Thanks
Kit
My Regex expresion in step 1 is
{titlename}=regex:title="([a-zA-Z0-9,: -]+)
However, i think the "required string" step in step 2, is taken the litteral {titlename} and not interpretting it as a MACRO name.
How can I make it interpret the macro instead of the literal?
Thanks
Kit
Comment