WatiN aims to bring you an easy way to automate web testing with Internet Explorer and Firefox using .Net.
I'm going to start coding some automated tests of our presentation soon. It seems that everyone recommends WatiN and Selenium. …
asp.net selenium automation automated-tests watinHow can i Assert that the CSS for a page has successfully loaded and applied its styles in Watin 2.1?
css watinWith ASP.NET the tag IDs are pretty volatile so to make my tests more robust I want to locate …
testing selenium watin selenium-rc web-testingI'm doing an IE automation project using WatiN. When a file to be downloaded is clicked, I get the following …
.net internet-explorer automation watin trusted-sitesI'm currently working with WatiN, and finding it to be a great web browsing automation tool. However, as of the …
c# .net winapi watin screenshotI have just started to receive the following error when running my WatIn tests. System.IO.FileNotFoundException : Could not load …
.net nunit watinI am getting the following WatiN error: Unhandled Exception: System.IO.FileLoadException: Could not load file or assembl y 'Interop.…
watinI am calling WatiN from a C# windows service. When I invoke WatiN it throws the following exception. The CurrentThread …
c# service watinI'm using WatiN testing tool. Can I pass a key stroke (i.e., pressing a enter key) to the application …
c# watin