How to pass assertions with C#- MSTest?
Hey NoahSmith,
You can refer with sample syntax below for xUnit:
Assert.Equal("Sample page - lambdatest.com", driver.Title);
How to pass assertions with C#- MSTest?
Hey NoahSmith,
You can refer with sample syntax below for xUnit:
Assert.Equal("Sample page - lambdatest.com", driver.Title);