For the complete documentation index, see llms.txt. This page is also available as Markdown.

TC Generator

Overview

Auto Generation automatically creates test cases from your existing content. Upload documents, provide URLs, or input text, and the system will generate Q&A pairs with evaluation criteria.

This feature helps you quickly build test sets from documentation, knowledge bases, or any text content without manual writing.


Configuration

TestSet Alias Enter a unique name for your auto-generated test set.

Input Source Choose how to provide content:

  • File: Upload PDF, DOCX, TXT, or MD files

  • URL: Provide a web page URL for HTML parsing

  • Text: Directly paste or type text content

Number to Generate Specify how many test cases to create from the input content.


Advanced Settings

Setting
Default
Description

Generation Mode

Fast (Topic-focused)

Quickly generates test cases focused on main topics and concepts

Test Case Type

-

Describe the focus areas, user scenarios, or topics to cover

Model

gpt-4.1-mini

LLM model used for generation

Number of Chunks (Top K)

5

Content chunks to use as context per test case

Example Test Case Type:


When To Use

Bootstrap new test sets from existing documentation, convert knowledge bases into evaluation scenarios, or rapidly scale test coverage without manual effort.

Last updated