AccUnit

Unit Testing in VBA - Microsoft Access, Excel, …

Getting started

From AccUnit
(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
During earlier tests at the end of the software development cycle as an acceptance condition,
During earlier tests at the end of the software development cycle as an acceptance condition,
today's approach is to write the test before programming the logic of the application ([http://en.wikipedia.org/wiki/Test-driven_development TDD]).
today's approach is to write the test before programming the logic of the application ([http://en.wikipedia.org/wiki/Test-driven_development TDD]).
 +
 +
Many actual programming languages ​​provide appropriate tools for automated test execution.

Revision as of 19:03, 23 May 2012


Software testing is a important part of software development.

During earlier tests at the end of the software development cycle as an acceptance condition, today's approach is to write the test before programming the logic of the application (TDD).

Many actual programming languages ​​provide appropriate tools for automated test execution.

Personal tools