webaii

"Art of Test" for C# Automated Web Testing in CruiseControl.NET

We currently use SWEA (http://webiussoft.com) to run automated tests of the site during our CruiseControl.NET overnight builds. We are looking for a more robust solution and we are looking at the "Art of Test" (http://www.artoftest.com) solution. Has anyone experience with this tool? Most importantly, how easy is it to maintain tests...

Webaii ConfirmDialog missing?

How do you Webaii guys out there handle javascript confirm popup's? I can't find a ConfirmDialog class in ArtOfTest.WebAii.Win32.Dialogs, and if I try to use AlertDialog instead I get an ArgumentException due to validation rules in the ctor for the AlertDialog class: "System.ArgumentException : Alert dialog can only be dismissed using...

How to Programatically "Click" a Silverlight HyperlinkButton (WebAii)

I'm currently using the WebAii automation framework to write some user interface tests against a Silverlight 3 application. I'm new to Silverlight and suspect that I'm missing some bit of information about the HyperlinkButton. The application has a HyperlinkButton and I'm attempting to write code that navigates to the page, finds the b...

How to make WebAii test wait for jQuery animation to complete?

How can I write a Visual Studio WebAii Test that waits for a jQuery animate operation to complete before continuing? Currently I'm just pausing for 5 seconds using a loop, but this is prone to breaking easily if the animation time changes. I've tried some wait methods in the WebAii API but none of them seem to wait for that kind of thi...

Are web automation tools right for developing custom load/stress testing tools?

Tools such as WebAii can be used to visit a website, and with a simple loop, in succession. If I code a lot of hits to a site in succession and/or with the ability for custom patterns, is this the same functionality as a load/stress testing tool? Thanks ...

WebAii HtmlControl.Click() is clicking wrong control

I've used the free edition of the WebAii test framework [the one released by Art Of Test before they were acquired by Telerik] quite a bit, so I know it basically works. So the problem I'm having now is completely baffling to me. I'm trying to test navigation in an existing site, and going through a sequence of pages. I get to a page ...