Evaluations can be done via GET or POST requests.
The duration per evaluation of this free service is limited to 10 seconds,
with a maximum of 10,000 requests per day.
When Sandra requests evaluation of {expression}
Then she should get {expected_result}
Before
When Sandra requests evaluation of:
expression |
---|
2 + 3 |
2 - 3 |
2 * 2 + 2 |
2 + 2 * 2 |
Then she should get following results:
expected_result |
---|
5 |
-1 |
6 |
6 |
Number of Scenarios | 2 | Total Duration | 578ms |
Total Number of Test Cases | 5 | Fastest Test | 93ms |
Number of Manual Test Cases | 0 | Slowest Test | 260ms |
Tests Started | Feb 04, 2025 20:24:07 | Average Execution Time | 135ms |
Tests Finished | Feb 04, 2025 20:24:08 | Total Execution Time | 687ms |
feature | Scenario | Context | Steps | Started | Total Duration | Result |
---|---|---|---|---|---|---|
Expressions |
Basic expressions
4 passing test cases |
2 | 20:24:07 | 578ms | ||
Expressions | Multiple expressions | 3 | 20:24:08 | 109ms |