CSC/ECE 517 Fall 2012/ch1 1w3 pl

From Expertiza_Wiki
Revision as of 22:07, 13 September 2012 by Pvasude (talk | contribs) (→‎Introduction)
Jump to navigation Jump to search

Unit-Testing Frameworks for Ruby: Cucumber

This wiki-page serves as a knowledge source for understanding Unit-Testing Frameworks available for Ruby particularly Cucumber .

Introduction

Unit testing is a software development process for testing individual units of source code independently for proper operation [1]. An unit testing framework helps the process of unit testing by automating the test cases which are written to ensure the correctness of the system . Ruby provides a framework in its standard library for setting up, organizing, and running tests called Test::Unit [2]. Other testing framework available for ruby are Shoulda, RSpec, Cucumber.