Start Test Case

Starts a specific test case.

It prepares all the needed preconditions to execute a test case.

Arguments Description

test_case_name (str): test case name

Returns

bool: True if the test case started. False otherwise.

Example

# Start a test case with the name tcName:
Start Test Case tcName

Note

Also check the keyword Stop Test Case.