Coder Social home page Coder Social logo

drfunk's Introduction

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

Not so obvious features

HTML output – Click the HTML link for any plan for customer sharable HTML output.

Step tracking – Once inside a scenario, press the up/down arrow keys to highlight the step you are currently testing. Press Esc to stop tracking.

Test failures – Marking failures is done by editing a step and using the following syntax:

The popup is displayed

failure. with the text "Funky!"

Failures have to start on a new line as shown above. Multiple failures for a single step is fine. Once marked, they will show up on the list of Test Failures for a plan.

Installation

Dr. Funk requires Rails 2.3.3

gem install --version '0.5.0.1' prawn
rake gems:install
cp config/database.sample.yml config/database.yml
rake db:create:all
rake db:schema:load

drfunk's People

Contributors

darrenhinderer avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.