build mode | in this mode, test cases are built (or compiled) |
execute mode | in this mode, invocable components are executed (or run) |
clean mode | in this mode, test cases are cleaned; i.e., the test case directory is returned to the state that it was in before the test case was built and/or executed, so (for example) any files that were created during the test will be deleted. |
Modes of operation can be used in the Advanced
Re-Run function