Aug 28 2008

Links and slides from “Testing Web Applications with Selenium”

Published by gojko under presentations

Here are the links and slides from my talk today at Skills Matter on testing web applications with Selenium.

Download Powerpoint slides from here.

Ivan Sanchez will put his slides online at www.isanchez.net.

No responses yet

Aug 21 2008

Testing web applications with Selenium: next thursday @ London

Published by gojko under news,presentations

I’m doing a talk on testing web applications with Selenium next Thursday
at Skills Matter offices in London with Ivan Sanchez and Milan
Bogdanovic. We’ll cover the basics of Selenium, best practices and
pitfalls, using selenium IDE and remote control. The event is free, but
up-front registration is required so that we can plan for capacity. For
more information and to register, click here.

2 responses so far

Feb 14 2008

How to test AJAX sites with FitNesse and Selenium RC

Published by gojko under fitnesse

It’s been almost a year since I wrote Automating web tests with FitNesse and Selenium, offering an idea how FitNesse can be used to implement a nice customer-friendly mini-language for user interface testing. Since then, that article has been one of the most popular, if not the single most popular, article on this web site. I have helped several clients improve and integrate their UI testing based on the ideas in that article, expanding and improving the mini-language, especially for AJAX testing. Here is what I’ve learned about that in the last year. Continue Reading »

33 responses so far

May 20 2007

Automating web tests with FitNesse and Selenium

Published by gojko under articles,fitnesse

Web user interfaces have traditionally been hard to integrate into an automated test process. Selenium+FitNesse combination, with just a bit of coding, solves this task incredibly well.

Selenium is a free browser automation and testing library, written by folks at ThoughtWorks. It can simulate text input, mouse events and execute various tests on page content. It’s written in JavaScript, and is compatible with all major browsers and platforms.

FitNesse is an open-source test and collaboration server, based on the Framework for integrated tests (FIT), and supports testing Java, .Net, Python and even some other code. I think that it is a good choice for the second side of the web UI testing coin, because it enables tests to be written almost like in English language. As the UI is very close to clients’ eyes, tests can and should be written so that clients can verify them (and if you are really lucky, even help with writing and maintaining the tests). Continue Reading »

50 responses so far

« Prev