Logger and OToolkit
Logging test cases
# |
Name |
Setup |
Execution |
Expectation |
---|---|---|---|---|
1 |
General logging |
|
|
|
2 |
Log flags 1 |
Set the logger to inbound and outbound message logs only. |
|
|
3 |
Log flags 2 |
Complete test #2. |
|
|
4 |
File logging |
|
|
|
5 |
Core logging |
|
|
|
OToolkit test cases
# |
Name |
Setup |
Execution |
Expectation |
---|---|---|---|---|
1 |
Log Visualization Type Filter |
|
Check different message type settings. |
The displayed log messages should match the filter. |
2 |
Log Visualization Content Filter |
|
|
Only log messages containing “health check” should be displayed. |
3 |
Log Visualization User Filter |
|
Select one of the users in the user filter. |
|
4 |
Log Visualization Project Filter |
|
Select one of the projects in the project filter. |
|
5 |
Terminal send success |
|
Send a ping message to one of the core services (with the endpoing execute): {
"action": "Ping"
}
|
The message is delivered successfully and a “Ping” response is received. |
6 |
Terminal send fail |
|
Send a ping message to an invalid url (e.g. 127.0.0.1:1111): {
"action": "Ping"
}
|
The message can not be delivered and a corresponding message is displayed in the output window. |
7 |
Terminal save request |
|
|
The requests are restored correctly. |
8 |
Terminal export requests |
|
|
The requests are restored correctly. |