watin
System.InvalidCastException: Specified cast is not valid
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.[详细]
2023-02-22 15:31 分类:问答WatiN 2.0 Firefox tests failing intermittently
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[详细]
2023-02-22 15:08 分类:问答Watin-How to download pdf file atteched with IE popup
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.[详细]
2023-02-22 06:11 分类:问答How to cope with 'readonly' and 'selected' attributes in WatiN 2.0 against IE9
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[详细]
2023-02-21 17:49 分类:问答WatIn multithreading
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[详细]
2023-02-20 13:59 分类:问答WatiN System.IO.FileNotFoundException Interop.SHDocVw
I have just started to receive the following error when running my WatIn tests. System.IO.FileNotFoundException : Could not load file or assemb开发者_如何学Pythonly[详细]
2023-02-19 23:36 分类:问答How to insert a bulk text into a text field in WatiN
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[详细]
2023-02-19 00:49 分类:问答How to test a Web Service with Watin
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()[详细]
2023-02-18 19:43 分类:问答Using WatiN with a rad menu item cannot find sub link most of the time
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[详细]
2023-02-18 08:15 分类:问答Watin support for IE 9 - Part 2 (Specific)
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:[详细]
2023-02-17 21:27 分类:问答