You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running automated tests, the string parser does not seem to recognize parameters when passing them in longer string attributes, such as 'description' or 'value-string'.
Steps to reproduce the behavior:
Create a test routine
Define a parameter using 'set'
Reference the parameter with ${parameter} inside a longer string in the 'description' or the 'value-string' attribute of a characteristic
Run the test
Check the test result .txt file. If the parameter was referenced within a 'description' attribute, it will still appear as ${parameter} in the string. If it was referenced within a 'value-string' attribute, then converting the hex value to text will show that the attribute was not replaced and it still appears as ${parameter}
Expected behavior
The string parser should be able to replace the referenced value of the parameter inside a string with the one mentioned by the 'set' command.
Versions:
Android version: 11
Phone model: Samsung Galaxy A41
App Version: 4.25.2
The text was updated successfully, but these errors were encountered:
When running automated tests, the string parser does not seem to recognize parameters when passing them in longer string attributes, such as 'description' or 'value-string'.
Steps to reproduce the behavior:
${parameter}
in the string. If it was referenced within a 'value-string' attribute, then converting the hex value to text will show that the attribute was not replaced and it still appears as${parameter}
Expected behavior
The string parser should be able to replace the referenced value of the parameter inside a string with the one mentioned by the 'set' command.
Versions:
The text was updated successfully, but these errors were encountered: