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 | 686ms |
Total Number of Test Cases | 5 | Fastest Test | 93ms |
Number of Manual Test Cases | 0 | Slowest Test | 370ms |
Tests Started | Jan 21, 2025 20:31:05 | Average Execution Time | 159ms |
Tests Finished | Jan 21, 2025 20:31:06 | Total Execution Time | 805ms |
feature | Scenario | Context | Steps | Started | Total Duration | Result |
---|---|---|---|---|---|---|
Expressions |
Basic expressions
4 passing test cases |
2 | 20:31:05 | 686ms | ||
Expressions | Multiple expressions | 3 | 20:31:06 | 119ms |