Declined
Last Updated: 22 Dec 2023 07:51 by ADMIN
ADMIN
Andy Wieland
Created on: 25 Mar 2014 19:39
Type: Feature Request
1
variable reference will not allow additional static characters without adding an extra parentheses
I have a test that uses a variable passed from a related test, which works fine for fields that just enter the variable as is, but when trying to use the variable with additional static characters, like creating and email address as follow (RandomWord3)@company.com, extra parentheses are added to the string resulting in an invalid email address.  The result looks like the following Super@company.com).
The trailing parentheses is not allowed by the form.  I'm attaching a group of tests that illustrate this issue, and a screenshot as well.
1 comment
ADMIN
Iliyan Panchev
Posted on: 01 Apr 2014 13:23
This is very easy to be done in code and it is not worthy spending time implementing it in the UI for now. I am attaching a screenshot ("2014-04-01_1547.png") with the workaround in the code.