Excerpt |
---|
To be the robust and reliable information system that health care systems demand, we need to be overly vigilant about testing the OpenMRS code. This section contains all testing information including unit tests, continuous integration testing, release testing, and user testing. |
Developers: Contribute Unit Tests
...
To find out where you can help, e-mail the developers mailing list. Download the source code. Add a unit test in /test/org/openmrs. Create one or more ?tickets and then attach ?Patches for your unit test to those tickets.
...
- ?How to write unit tests
- ?How to write unit tests for modules
- How to write unit tests for the web layer pages
- ?Unit Testing Conventions
Continuous Integration
We have a Bamboo server set up to run our unit tests after every commit to key branches.
...