CSC/ECE 517 Fall 2012/ch2a 2w9 ms: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "=Pair Programming= __TOC__")
 
No edit summary
Line 1: Line 1:
=Pair Programming=
=Pair Programming=
__TOC__
__TOC__
== Introduction ==
== Testing Approaches ==
== Unit testing ==
== Integration testing ==
== System Testing ==
== Software performance testing ==
== Test Driven Development (TDD) ==
== Behavior-Driven Development (BDD) ==
== Testing in Ruby ==
[[#top|Back to top]]
== Overview and Functionality ==
[[#top|Back to top]]
== Conclusion==
== References ==
<references>
<ref name = rubytool> http://ruby-toolbox.com/categories/testing_frameworks.html </ref>
</references>

Revision as of 00:06, 18 October 2012

Pair Programming

Introduction

Testing Approaches

Unit testing

Integration testing

System Testing

Software performance testing

Test Driven Development (TDD)

Behavior-Driven Development (BDD)

Testing in Ruby

Back to top


Overview and Functionality

Back to top


Conclusion

References

<references> <ref name = rubytool> http://ruby-toolbox.com/categories/testing_frameworks.html </ref> </references>