847: Demo data
Test Case #: 847 | Test Case Name: Demo data |
System: OpenLMIS | Subsystem: Requisition |
Test case designed by: Anna Czyrko | Design Date: 06.09.2016 |
Short description: Acceptance criteria
|
|
Pre – conditions: |
1. Fork/clone repository from GitHub: git clone https://github.com/OpenLMIS/openlmis-requisition.git
3. Enter in Terminal docker-compose run --service-ports requisition, gadle clean and gradle build. |
Step | Action | Expected system response | Comment |
1 | In terminal enter gradle demoDataSeed |
| |
2 | In demo-data folder we can see sql file |
| |
3 | In Terminal enter gradle bootRun. |
|
|
4 | In new Terminal enter docker exec -i openlmisrequisition_db_1 psql -Upostgres open_lmis < demo-data/input.sql |
| |
| |||
|---|---|---|---|
Post – conditions:
|