Difference between revisions of "Software Testing Recommendations"

From GMOD
Jump to: navigation, search
(New page: 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...)
 
(category)
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 16: Line 15:
 
* [[Perl Testing - by Gavin Sherlock]]
 
* [[Perl Testing - by Gavin Sherlock]]
 
* [[Questions on Testing - by Chris Mungall]]
 
* [[Questions on Testing - by Chris Mungall]]
 +
 +
[[Category:GMOD_Best_Practices]]

Revision as of 02:22, 29 March 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