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

Create a Test Scope

Create a Test Scope to start organizing testing for a feature, module, or release item. A scope acts as the workspace where requirements, test cases, and execution results are grouped together.

Steps to Create a New Scope

1

Open Test Scopes in the left navigation

2

Click + New Test Scope

3

(Optional) Upload source files

4

Enter a Scope Title

(TestFirst can automatically generate a title when files are uploaded.)

5

Select a Project

(TestFirst can generate a new project from uploaded sources.)

6

Click Create

7

(Optional) Generate Test Cases

  • Review & select test cases when test cases are generated.

  • Click Add.

New test cope will be created and the scope detail page will appear on the page.


Upload Source Files

Source files provide product context that can later be used to generate testing artifacts. You can upload files when creating a scope or add them later from the scope detail page.

To upload files:

  1. Open the Test Scope Detail Page.

  2. Scroll to the Sources section, click number of sources link.

  3. Upload Files or drag and drop files in Test Scope Sources modal.

The AI Capacity Bar updates as files are added.

Manage Source Files

From the Sources section you can also:

  • Download existing files

  • Delete files

These actions allow teams to update the product context as requirements evolve.

Supported File Types

The following file types are supported:

  • .txt

  • .md

  • .docx

  • .pdf

Demo files can also be uploaded for testing purposes.

Source File Rules

When uploading files:

  • Maximum size: 30 MB per file

  • Duplicate files are blocked

  • Empty files are rejected

These checks ensure uploaded files can be processed correctly.

Last updated