[cig-commits] [commit] devel: added doc/definition_of_unit_testing_and_regression_testing.txt (584a39e)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Dec 22 13:47:44 PST 2014


Repository : https://github.com/geodynamics/specfem3d

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/2c2e45f29579c2e5be06c967890aba4311722b93...584a39ee0888ae25566edef90e71b95d02125c27

>---------------------------------------------------------------

commit 584a39ee0888ae25566edef90e71b95d02125c27
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Mon Dec 22 22:40:51 2014 +0100

    added doc/definition_of_unit_testing_and_regression_testing.txt


>---------------------------------------------------------------

584a39ee0888ae25566edef90e71b95d02125c27
 doc/definition_of_unit_testing_and_regression_testing.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/doc/definition_of_unit_testing_and_regression_testing.txt b/doc/definition_of_unit_testing_and_regression_testing.txt
new file mode 100644
index 0000000..e565b12
--- /dev/null
+++ b/doc/definition_of_unit_testing_and_regression_testing.txt
@@ -0,0 +1,11 @@
+
+From http://www.aptest.com/testtypes.html :
+
+UNIT TESTING:
+
+Functional and reliability testing in an Engineering environment. Producing tests for the behavior of components of a product to ensure their correct behavior prior to system integration.
+
+REGRESSION TESTING:
+
+Similar in scope to a functional test, a regression test allows a consistent, repeatable validation of each new release of a product or Web site. Such testing ensures reported product defects have been corrected for each new release and that no new quality problems were introduced in the maintenance process. Though regression testing can be performed manually an automated test suite is often used to reduce the time and resources needed to perform the required testing.
+



More information about the CIG-COMMITS mailing list