NOTE: We are working on migrating this site away from MediaWiki, so editing pages will be disabled for now.

Difference between revisions of "Software Testing Recommendations"

From GMOD
Jump to: navigation, search
(category)
m
 
Line 1: Line 1:
 
 
This wiki is to provide an interaction space for generating a set of recommendations on software testing for the GMOD group. The documents should contain enough information so that after reading it, someone new to GMOD development will have a good idea of a recommended set of tools and practices that one should employ to develop reliable software.
 
This wiki is to provide an interaction space for generating a set of recommendations on software testing for the GMOD group. The documents should contain enough information so that after reading it, someone new to GMOD development will have a good idea of a recommended set of tools and practices that one should employ to develop reliable software.
  
Line 14: Line 13:
 
* [[Java Testing - by Jon Slenk]]
 
* [[Java Testing - by Jon Slenk]]
 
* [[Perl Testing - by Gavin Sherlock]]
 
* [[Perl Testing - by Gavin Sherlock]]
* [[Questions on Testing - by Chris Mungall]]
+
* [[Questions on Testing]]
  
 
[[Category:GMOD_Best_Practices]]
 
[[Category:GMOD_Best_Practices]]
 +
[[Category:GMOD Developers]]

Latest revision as of 17:14, 5 April 2007

This wiki is to provide an interaction space for generating a set of recommendations on software testing for the GMOD group. The documents should contain enough information so that after reading it, someone new to GMOD development will have a good idea of a recommended set of tools and practices that one should employ to develop reliable software.

General Information

Links

It won't hurt you to read the following up front:
http://en.wikipedia.org/wiki/Unit_testing
http://en.wikipedia.org/wiki/Integration_testing
http://en.wikipedia.org/wiki/Regression_testing
http://en.wikipedia.org/wiki/Extreme_programming

Recommendations