Showing posts with label Software Test. Show all posts
Showing posts with label Software Test. Show all posts

Tuesday, 10 June 2008

Watir - Automated testing that doesn’t hurt

Watir is a simple open-source library for automating web browsers. It allows you to write tests that are easy to read and easy to maintain. It is optimized for simplicity and flexibility.

Watir drives browsers the same way people do. It clicks links, fills in forms, presses buttons. Watir also checks results, such as whether expected text appears on the page.

Watir is a Ruby library that works with Internet Explorer on Windows. Watir is currently being ported to support Firefox and Safari.

Like other programming languages, Ruby gives you the power to connect to databases, read data files, export XML and structure your code into reusable libraries. Unlike other programing languages, Ruby is concise and often a joy to read.

Watir stands for “Web Application Testing in Ruby”. It is pronounced water.

http://wtr.rubyforge.org/

Monday, 14 January 2008

Excellent Software Testing Website

http://www.geocities.com/xtremetesting/

Monday, 19 November 2007

Advanced Unit Testing

Advanced Unit Testing is a unit test engine that provides features that go beyond other unit test engines such as NUnit and CSUnit. Conversely, certain features, most notably a command line driven interface, do not exist in AUT.