Problems with data driven testing in MSTest Problems with data driven testing in MSTest selenium selenium

Problems with data driven testing in MSTest


try:

public TestContext TestContext { get; set; }

and try using it like:

this.TestContext.DataRow["SearchingString"].ToString();