codewisdom / drfunk

Create and run functional test plans

Home Page:http://funk.heroku.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dr. Funk

This is a tool for writing and managing functional/acceptance tests. It can also be used to mark progress while manually testing an application.

A live demo is available at http://funk.heroku.com.

Purpose

Working with acceptance tests can be a fairly draining process, but the value they carry is significant.

Dr. Funk eases the burden by:

  • Making test steps simple to manage and edit
  • Keeping organization flexible
  • Leaving formatting up to the editor
  • Tracking manual testing progress

Installation

Dr. Funk requires Rails 2.3.3


rake gems:install cp config/database.sample.yml config/database.yml rake db:create:all rake db:schema:load

About

Create and run functional test plans

http://funk.heroku.com

License:MIT License