Sten Schmidt (Talk | contribs) |
Sten Schmidt (Talk | contribs) |
||
Line 6: | Line 6: | ||
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. | + | Many actual programming languages provide appropriate tools for automated test execution. The [http://en.wikipedia.org/wiki/Visual_Basic_for_Applications VBA] programming language |
- | + | ||
- | The [http://en.wikipedia.org/wiki/Visual_Basic_for_Applications VBA] programming language | + | |
unfortunately only contains rudimentary functionality to test the code (Debug.Print, Debug.Assert). | unfortunately only contains rudimentary functionality to test the code (Debug.Print, Debug.Assert). |
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. The VBA programming language unfortunately only contains rudimentary functionality to test the code (Debug.Print, Debug.Assert).