Assert.IsTrue(ActiveBrowser.Url == "http://dev.somesite.com/search"); |
We use URL Rewriting and I am triing to figure out how to see if the current page has the correct URL Rewriting rules.
I have attempted this in a code step as follows but it is always failing.
Any suggestions on what is wrong. I tried to verify this in the QA edition but I am unable to get the messagebox.Show to work as suggested in a previous step. Any idea on how we can debug this.
thank you