Execution plan parameter do not work (maybe because of umlauts)
I use some xml "code" in a variable to create a customer test like:
{
"description": "testÄÖÜ",
"customer": {
"Number": 0815,
"FN": "TestFirstÄ1",
"LN": "TestLastÄ1"
}
}
When using a variable for that input it is working.
when using a parameter and set the default parameter it is working.
When I now use an execution plan because I want to change the input (e.g. FN and LN to TestFirstÄ2 and TestLastÄ2) and try to copy the values into the parameter for the execution plan it does not work.
After coping I only get parts of the copied file into the parameter value and so the test is not working.
I guess this control,
Is different to this,
It's worth raising this with SmartBear. The Devs need to change the control from single to multi line
Seems to be solved with version 15.51