Writing test scenarios to assess your LLM product behavior
test case
is a specific set of conditions that outline the actions needed to be carried out successfully by your LLM product.
Test cases can be grouped into test suites
, which are groups of related test cases.
The test case repository
is where you create and manage all test cases and test suites, enabling you to better organize your test strategy as you scale.
Ottic currently supports 2 types of tests:
test case repository
contains all your test cases and its details.
Clicking a test case opens a details drawer on the left, where you can:
TC -XX
.This number cannot be changed.test suites
to organize test cases.
You can drag and drop test cases to different suites and positions.