GroupId: myTest
ArtifactId: testProject
Version: 0.0.1-SNAPSHOT

Execution date: 03/30/2018 10:27:20
Test Set Tests  Successes  Failures  Errors  Not run  Not found Success Rate Time (s)
tests 2 2 0 0 0 0 100% 13,629
Total: 2 2 0 0 0 0 100% 13,629
Note:
  • "Failures" are anticipated and checked for with assertions whereas "errors" are unanticipated.
  • "Not run" means that the test case was not run, because an error / failure occurred during the ecosystem setup phase.
  • The ecosystem might end up with an "error" or "failure" status, even if all its test cases were successful. It means an error / failure occurred during the ecosystem teardown phase.

tests

Script Status Time (s)
abc.ta Success 13,496
first-test.ta Success 0,102

abc.ta

Status:  Success
Time (s): 13,496
Test steps Line
TEST :
# EXECUTE_SELENIUM2 selenium WITH MAIN CLASS TestScript.abc
4

first-test.ta

Status:  Success
Time (s): 0,102
Test steps Line
SETUP :
LOAD sample-resource.txt AS resource
9
// here we test the macro defined in shortcuts/sample_shortcut.macro. Note that none of the instructions here are case sensitive :
11
TEST :
# LOAD sample-dataset.xml TO XML DATASET dataset
15