Checks if this test record is in paused state. Paused means, that related test case was partially executed (some data like test step results, attachments,... was filled), but has no result (test case verdict) yet.
If test record is neither isPaused() nor isPlanned() then related test case was fully executed.
isPlanned
booleanisPlanned()
Checks if this test record is in planned state. Planned means, that related test case wasn't executed (even partially) and has no result (test case verdict).
If test record is neither isPaused() nor isPlanned() then related test case was fully executed.
isIteration
booleanisIteration()
Returns:
true if there are multiple test records for same test case, otherwise it returns false.
Returns list of the test case parameters that remain to be filled before this test can be executed.
Returns empty list if this test record is not planned.