Automation using WatiN is being carried out. Using couple of simultaneous threads to test the application. Few threads are failed and log report/stack trace says the following.
We have a number of WatiN tests running from CruiseControl, but we get intermittent failures. The most common failure point is when doing really simple things, such as clicking a link. Here are two ex
I am trying to download PDF file using Watin but I can\'t downl开发者_如何学Gooad file. I have wrote following code but it doesn\'t work. Actual scenario is atteched with image file.
I\'m using WatiN for web testing, and am encountering issues caused by the fact that for the \'readonly\' attribute of INPUT elements, WatiN is attempting to parse the value as a boolean, which as far
How can I work with WatIn using async delegates? I tried, but it returned this error: The CurrentThread needs to have it\'s ApartmentState set to
I have just started to receive the following error when running my WatIn tests. System.IO.FileNotFoundException : Could not load file or assemb开发者_如何学Pythonly
Just wondering whether there is a way to insert a bulk text message into a text field in WatiN? I a开发者_如何学Gom looking for a fast method to insert data instead of using .TypeText functionAre you
I\'m trying to write a test that invokes a web service and tests it\'s results. [Test] public void should_display_correct_customer_when_DoCustomerSearch_is_invoked()
My test needs to click a link from a rad tools menu that it can only find some of the time. Even when it finds the link ByText it cannot double click it.If I hover the menu item it will always find it
Watin Runtime Version: v2.0.50727 Browser: IE 9 I have found a specific issue: BaseIEController.IE.Element(fieldname).Exists throws an Exception as under: