Questions tagged [watin]

WatiN was created with the goal of providing a simple solution for automating web testing on Internet Explorer and Firefox using .Net. Launched in 2005, WatiN has evolved into a robust framework that is user-friendly, packed with features, and highly reliable. Developed in C#, WatiN draws inspiration from Watir to provide an efficient automated testing experience.

Which UI testing tool in the .NET framework includes a built-in browser for quicker test execution?

Hey there! I have a vague memory of either selenium or watin having their own browser built-in to speed up test runs compared to using the regular browsers like IE or Firefox. Can someone point me in the right direction for more information or documentatio ...

Guide to ensuring jQuery Ajax requests are fully processed with WatiN

Currently, I am in the process of developing WatiN tests to evaluate an Ajax web application. However, I have encountered a timing issue with Ajax requests. My main objective is to ensure that WatiN waits for the Ajax request to be completed before valida ...