| 1 | = MOLGENIS Testing = |
| 2 | |
| 3 | == Unit tests for Modules == |
| 4 | |
| 5 | In every package, there is a file called "testng.xml", specfying the files with classes containing unit tests for the package. Classes can be grouped into tests, which can in turn be grouped into suites (~packages). |
| 6 | |
| 7 | At this moment, you'd better not put a test xml in the root of a module, as the compiler can then see only one module's test xml in case you have multiple modules in your project. |
| 8 | |
| 9 | The "build_common.xml" script contains code to run all the package tests. |
| 10 | |
| 11 | == Integration tests == |
| 12 | |
| 13 | == UI web tests == |