Hi,Support
I want to read and verify if the data in an excel certain column contains some specific text, and then go to next step
my step is
Assert.IsTrue(Data("ExpectRedirectUrl").ToString().Contains("http"))
"ExpectRedirectUrl" is the certain column in the excel,
"Http" is the specific text for verify.
Error message:
Line 84: (BC30516) Overload resolution failed because no accessible 'Contains' accepts this number of arguments.
Line 84: (BC30201) Expression expected.
Can you help to clarify??
Thanks.