Difference between revisions of "Bug Squad Automated Testing Team"

From Joomla! Documentation

Line 1: Line 1:
 
[[Image:workgroups_bugsquad.jpg|right]]
 
[[Image:workgroups_bugsquad.jpg|right]]
  
{{underconstruction}}
 
 
== News and Updates ==
 
== News and Updates ==
 
2010 05 24 document created.
 
2010 05 24 document created.

Revision as of 10:33, 24 May 2010

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]