Name | Modified | Size | Downloads / Week |
---|---|---|---|
README | 2014-09-16 | 732 Bytes | |
scripted_testing-20140916.zip | 2014-09-16 | 32.6 kB | |
scripted_testing-20140916.tgz | 2014-09-16 | 24.8 kB | |
Totals: 3 Items | 58.1 kB | 0 |
To set the scene, the Ada software under test (SUT) forms part of a system. Generally, the system will be constructed using a layered approach, and the other parts of the system that interact with the SUT are higher-level (which can call interface subprograms presented by the SUT) or lower-level (whose interfaces can be called by the SUT, or which can provide callbacks to the SUT). This package is intended for testing at a level between unit testing (using, for example, AUnit) and integration testing (using real hardware). Unit testing tends to be fragile, requiring a lot of rework for even minor functional changes in the requirements. The scripting language supported is Tcl, and specifically the Ada binding TclAdaShell.