QA Graphic

WebAii Validate Current URL

None

Using Webaii, Use this code snip to validate the URL of the current page:

// Validate URL
StringAssert.Contains(ActiveBrowser.Url, "dev");

// URL Does Not Contain
Assert.IsFalse(ActiveBrowser.Url.Contains("index.jsp"));

 

 

Comments

Add Comments

Name:
Comment: