From Fedora Project Wiki

< QA

(Software Quality Best Practices - documentation)
 
No edit summary
Line 16: Line 16:
    
    
== Events ==
== Events ==
2008-12-04: PyUnit Test Day
2008-12-11: PyUnit Workshop


== Links ==
== Links ==
* http://googletesting.blogspot.com/2008/11/clean-code-talks-unit-testing.html
* http://googletesting.blogspot.com/2008/11/my-unified-theory-of-bugs.html

Revision as of 10:54, 4 December 2008

Software Quality Best Practices

Motivation

This section focuses on Best Practices for improving quality of open source software software. Get inspiration how to create test harness for your aplication and how to alter your software development model to produce bug-free code.

Development model

Hints for altering your development model to match SW quality standarts.

Test suite implementation

Learn how to write effective unit test depending on your aplication native language:

  • python
  • perl
  • C/C++
  • Java

Events

2008-12-11: PyUnit Workshop

Links