From knut.johannes.dahle at finntech.no Thu May 8 03:18:59 2008 From: knut.johannes.dahle at finntech.no (knut.johannes.dahle at finntech.no) Date: Thu, 8 May 2008 09:18:59 +0200 Subject: [Celerity-users] Celerity version 0.0.1 Message-ID: <91BE0AA2DBCB614592BEB6DF2E560CC9040CDA3D@sch-mail-07.schibsted.no> Get ready to rumble! -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexander.lystad at finntech.no Tue May 13 10:24:37 2008 From: alexander.lystad at finntech.no (T. Alexander Lystad) Date: Tue, 13 May 2008 16:24:37 +0200 Subject: [Celerity-users] How fast is Celerity? (Early benchmarks) Message-ID: <4829A4A5.9010606@finntech.no> I just did some early benchmarking, and thought I'd share the results with you. Three scenarios were benchmarked: * Scenario 1: Local HTML file with 2000 span elements * Scenario 2: Looping a Google image search result * Scenario 3: Counting the number of "diggs" on digg.com's front page In these scenarios it looks as though Celerity reduces Watir's time with 97%, 58% and 78% respectively. It's worth noting that in scenario 3, and especially scenario 2, Watir probably saved significant time due to images being cached from previous benchmarking. However, Celerity doesn't download them at all. More info, (including scripts and raw output) here: http://celerity.rubyforge.org/benchmarks.html -- T. Alexander Lystad From alexander.lystad at finntech.no Thu May 15 09:27:40 2008 From: alexander.lystad at finntech.no (T. Alexander Lystad) Date: Thu, 15 May 2008 15:27:40 +0200 Subject: [Celerity-users] Celerity 0.0.2 released (and benchmarks are updated) Message-ID: <482C3A4C.6000007@finntech.no> Celerity 0.0.2 was just released, and the benchmarks have been updated: http://celerity.rubyforge.org/ Celerity is a JRuby library for easy and fast functional test automation for web applications. It is a wrapper around the HtmlUnit Java library and is currently aimed at providing the same API and functionality as Watir. Changes: * 3 major enhancements: * Support for multiple how => what conditions * Fixed performance issue with collections * Specs will now run on Windows * 3 minor enhancements: * Benchmark scripts * Method generator * Fixed multi-byte characters issue for text fields -- T. Alexander Lystad http://celerity.rubyforge.org/ From alexander.lystad at finntech.no Fri May 16 05:30:23 2008 From: alexander.lystad at finntech.no (T. Alexander Lystad) Date: Fri, 16 May 2008 11:30:23 +0200 Subject: [Celerity-users] Celerity 0.0.2 released! Message-ID: <482D542F.9080109@finntech.no> This release brings with it support for multiple how => what conditions (e.g. @browser.div(:class => 'some_class', :index => 2), which is very useful. Also the locate methods have received significant attention which resulted in cleaner and faster code. Benchmarking scripts are also included. For more information, see the changelog. -- T. Alexander Lystad From alexander.lystad at finntech.no Tue May 27 08:31:19 2008 From: alexander.lystad at finntech.no (T. Alexander Lystad) Date: Tue, 27 May 2008 14:31:19 +0200 Subject: [Celerity-users] Celerity tutorial / how-to / getting started Message-ID: <483BFF17.2010105@finntech.no> http://celerity.rubyforge.org/wiki/wiki.pl?GettingStarted If anything is missing, unclear or just flat out wrong, please tell me or feel free to edit it yourselves. -- T. Alexander Lystad http://celerity.rubyforge.org/