Bug Squad Automated Testing Team

From Joomla! Documentation

Revision as of 07:29, 26 May 2010 by Betweenbrain (talk | contribs)
Workgroups bugsquad.jpg

News and Updates[edit]

2010 05 24 document created.

Overview[edit]

Automated testing is a key technology is being incorporated into the workings of JBS. At the present, this is a somewhat specialized skill, and a team of people who are familiar with this will help write automated tests and train other JBS members on automated testing. Our aim is to eventually make automated testing a routine part of fixing issues.

System & Unit Testing[edit]

Automated Testing is comprised of two types of tests, System and Unit Tests. System test simulate and test what a user may experience where as Unit tests check individual blocks of source code.

For a good comparison of the two, see System Testing versus Unit Testing

Getting Started[edit]

To get started with Automated Testing, there are a few prerequisites:

Other Resources[edit]