TestWise for Mac pre-release

Posted by Zhimin Zhan on November 18, 2010|Comments|Read full article

Update (2010-12-24): Ver 2.0p5

Update (2010-12-10): Ver 2.0p4

TestWise for Mac is coming closer, you may download the pre-release version here: TestWise-2.0p5.zip

Installation

1. Pre-requiste:

  • Snow Leopard (Mac OS X 10.6.x)
  • RubyGems 1.3.7 or above installed (sudo gem update --system)

2. Double click the zip file to uncompress, get TestWise App.

3. Double click the TestWise App to launch


To run a Watir test, you need (on Mac) Firefox started with JSSH,

/Applications/Firefox.app/Contents/MacOS/firefox-bin -jssh

TestWise2 will add (besides Watir) support for Selenium2 (webdriver), which means your tests can be run in Chrome as well.

To switch:
And in your test helper, require 'rwebspec-webdriver' instead of 'rwebspec'.

With Selenium2, JSSH is not required for running tests in Firefox.

Continuous Integration in Nutshell: 1 of 12

Posted by Zhimin Zhan on November 11, 2010|Comments|Read full article

This is the first post of Continuous Integration in Nutshell series post. The importance of CI is getting realized in software projects, as Lisa Crispin summarized: "If I had to pick one reason our team has been so successful the past 7 years, our CI process is it.". I totally agree with that.

However for many people, CI is still a blur concept. The purpose of this series is to clarify that. Here is No. 1:

Continuous Integration in Nutshell: 1 of 12

If you require a bigger or print version, please contact support@agileway.com.au.