Hello,
im trying to compare two same strings in RIDE. The two strings are same:
{a} | kInvalid
{b} | kInvalid
Should Be Equal As Strings {a} {b}
i get this on the log:
FAIL: kInvalid != kInvalid
can anyone help plz ?
Hello,
im trying to compare two same strings in RIDE. The two strings are same:
{a} | kInvalid
{b} | kInvalid
Should Be Equal As Strings {a} {b}
i get this on the log:
FAIL: kInvalid != kInvalid
can anyone help plz ?
The correct syntax is:
Should Be Equal As Strings ${a} ${b}
(I see the $
were removed on this message)