Now, I'm thinking of creating Web Automatic Testing Tools using Selenium WebDriver with Visible Studio (C # ASP.Net).
When I create test cases, I have to make the correct 'A' link id so that the device can click on the defined link.
However, I want to make it an automatic process, such as clicking on any 'A' link on the page render for 5 minutes, for example it means that the device is broken The leaves will provide the bitter till they can not get any broken link.
Is it possible ??
It would be possible to use this page content structure, as long as being able to identify your link Something is similar in
You can start that page when you first land on it and potentially use the Express selectioner to identify all the links and put it in a list
[Finds how (how.expath, using "xpathToIdentifyAllLinks"] Public IList & lt; IWebElement & gt; link {get; set;}
Since you have a common way of finding links that you need to do, choose something from the random link list and Then click on the page again and throw it until you get an exception?
The huge loss of this thing is that if you end up with an exception that the link is broken , You have to work hard to reproduce without any custom logging because you do not know what your testing is doing.