ContributionsMost RecentMost LikesSolutionsRe: Smart Assertion: Equals (One of) Yes, just found myself the last method you've mentioned with replaceAll 👍 Re: Smart Assertion: Equals (One of) Without brackets it works, but the problem is, that I extract the values and pass the variables automatically. I don't want to remove it manuelly coz it's has to be automated test. Re: Smart Assertion: Equals (One of) Hi Rao, yes, this would help, because it accepts values with comma and without brackets. Do you know how? Re: Smart Assertion: Equals (One of) Hi Rao, sure. I pass a variable and variable looks like this BR Smart Assertion: Equals (One of) Hello, wenn I want to use an array in the smartAssertion which I have extracted with the Property transfer, it does not recognize an array. E.g. I pass [EXT, GTF, SHZ, BHU] as an array and if I get EXT or BHU which are the first and the last elements of the array, it says it does not match. I can't write the values with commas and without brackets, sice I'm extracting data via property transfer and it returns an array. Thanks! Solved