1. CURRENT_CASE : This variable will refer the title of test case being executed currently
2. CURRENT_SUITE : This variable will refer the title of test suite being executed currently
3. CURRENT_PROJECT : This variable will refer the title of test project being executed currently
The user does not require to define the value of these variables. The variable values gets updated accordingly based on the execution happening at any time. These variables can be referred in any test case steps with normal variable referencing syntax e.g. ${CURRENT_CASE}, ${CURRENT_SUITE} and ${CURRENT_PROJECT}