Software testing: Difference between revisions

Jump to navigation Jump to search
m
Line 114: Line 114:


=====Test Case=====
=====Test Case=====
A single assertion about one or two variable values that is testable.
A single assertion about one or two variable values that is testable.
=====Test Fixture=====
=====Test Fixture=====
In CppUnit, a group of tests is called a TestFixture. A TestFixture provides a common environment for multiple test cases.
In CppUnit, a group of tests is called a TestFixture. A TestFixture provides a common environment for multiple test cases.
=====App Component Category=====
=====App Component=====
Major parts of the application, usually corresponding to folders in flightgear/src or simgear/simgear
Major parts of the application, usually corresponding to folders in flightgear/src or simgear/simgear
=====Test Category=====  
=====Test Category=====  
The type of testing: unit, system and simgear (library) tests
The type of testing: unit, system and simgear (library) tests
=====Test Suite=====
=====Test Suite=====
All the tests and everything needed to support them  
All the tests and everything needed to support them


==== Top Level Test Folder ====
==== Top Level Test Folder ====
982

edits

Navigation menu