= Unit Tests = ProMoT in its present state is a very complex software. In order to minimize bugs and possible side effects when changing code fragments and improve the overall quality of ProMoT, it is good practice to integrate and run automated tests. [[BR]] For the Java part the JUnit testing framework is a suitable solution. == List of unit tests == * ProMoT Browser * test1 * test2 * test3 * ProMoT Editor * test1 * test2 * test3 * ProMoT Explorer * test1 * test2 * test3 * ProMoT Misc * test1 * test2 * test3 == Literature == * [http://open.ncsu.edu/se/tutorials/junit/ Unit Testing in Eclipse Using JUnit]