
| test way | description |
|---|---|
| assert | use assert function from <assert.h> |
| output | watch code output to judge if it works right |
| yas | use simulator test script to test simulator itself |
| browser | start server and use browser visit server and watch result |
| benchmark | use wrk/ab to make lots of connections at same time to test server |