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