1. In Openmrs .....
Choose 'Execute Tests' from the Test MenuIf you want to execute a Test you should log in Dashboard https://issues.openmrs.org/secure/Dashboard.jspa than in Test Menu click on 'Project' and choose your module (project).
- In Dashboard from the Test Menu choose 'Test' than 'Execute Tests'
- Click on
...
- one of interesting you Test Cycle.
- If it is Automated Test choose 'Issue Key' in interesting you Test Case. click on link 'Automation:' . On link you can find test code.
All the test should have execution status "Pass
...
". If any of the tests fails, change it's execution status to "Fail". Any change in build code on http://devtest01.openmrs.org:8080/openmrs/login.html runs all Automated Tests https://ci.openmrs.org/browse/REFAPP-OMODDISTRO-INTTESTS-3377
...
. If you want to know detail failure click on link:
- If you testing Manual Test
For Each test in
...
Test Cycle:
- click on 'E' Button in the 'Execute' Column
- perform all steps shown in 'Test Details' Menu
...
...
For each step, change status in 'Status' column accordingly,
If the status isn't pass, add appropriate comment and,if necessary, attachments
...
If one of steps in Test Case fails than change status on 'FAIL' both in the main Test Execution Status and in 'Status' column in the appropriate step . Add appropriate issue in 'Defects' column (
...
create it if it doesn't exist)
...
. And describe about failure in 'Comment' area.
If Test Case pass you change main status ' and than we knew that everything Test Step passed.