Bug Squad Automated Testing Team

From Joomla! Documentation

Revision as of 10:33, 24 May 2010 by Betweenbrain (talk | contribs)
Workgroups bugsquad.jpg
Documentation all together tranparent small.png
Under Construction

This article or section is in the process of an expansion or major restructuring. You are welcome to assist in its construction by editing it as well. If this article or section has not been edited in several days, please remove this template.
This article was last edited by Betweenbrain (talk| contribs) 13 years ago. (Purge)

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]