JiayangYing / CITS3403_PRO

MIT License
2 stars 0 forks source link

test configurations for the website #104

Closed lwb611266 closed 4 months ago

lwb611266 commented 4 months ago

Overview: Testing is a key activity in any software development, but particularly in Agile development, where the test suites are a proxy for requirements documentation. Features: 1.Unit tests: Test an individual function to ensure it behaves correctly. 2.System test: Integrate real hardware platforms and test their behaviours.