CSC/ECE 517 Fall 2011/ch4 4e gs: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "PlaceHolder")
 
No edit summary
Line 1: Line 1:
PlaceHolder
<h2>Lecture 10 - Testing in Rails</h2>
__TOC__
== Introduction ==
This article covers testing in rails which is the content of Lecture 10.
There are four components central to testing in rails: Fixtures, Unit tests, Functional Tests, Integration Tests and Performance tests.
 
==Fixtures==

Revision as of 19:41, 18 October 2011

Lecture 10 - Testing in Rails

Introduction

This article covers testing in rails which is the content of Lecture 10. There are four components central to testing in rails: Fixtures, Unit tests, Functional Tests, Integration Tests and Performance tests.

Fixtures