I’m doing validations on the Get Text action, where the element returns multiple lines of text and the expected value comes from a parameter. The validation is failing because the Get Text “reads” the new line, and the parameter is a single line. I need a solution that works for both running the test with the default parameter values as well as with a datasource. Anyone know anything I don’t?
1 Like
Hi @tim.rendall.
Is the validation failing also when you use the data source or only if you use the default parameter value?