I am running a KW test and have created a property checkpoint
The checkpoint compares on- screen-text to a text field in a variable (in my case, a csv, from a DDT)
I have run into and issue where either of the text contains a space at the beginning or end of the string
You can handle this by adding an "aqString.Trim" to each condition but you have to convert them to code which is called differently and can bring up all sorts of errors
It would be nice to have this feature in the loop as another dropdown menu "trim input before comparison"