The following figure shows the hierarchy of test cases.
Term | Description |
test case library | Test case libraries are used to isolate and manage test cases based on versions. We recommend that you use a test case library version that corresponds to the current iteration of an app. |
directory | Directories can be combined with the business logic of an app to manage test cases in a centralized manner. For example, Homepage, My, and Orders are common directories. |
test case | A test case is the smallest executable test unit that consists of scripts and required parameters. |