magnifying-glass-arrows-rotateDelta generation

Delta Generation creates test cases only for requirements that changed between two versions of a specification. This saves time when a spec is updated. You do not need to re-verify unchanged requirements.

circle-info

This feature must be enabled by your admin in Test Case Settings.


When to use Delta Generation

  • You have an updated specification and want to test only what changed

  • You manage a living spec with regular revision cycles

  • You want to avoid a full re-generation for small updates


Two modes

Mode
Input
Use when

Compare PDFs

Two PDF files (old + new)

You have two published PDF versions

Word Revisions

One DOCX file with Track Changes

Your team reviews in Word with Track Changes

circle-exclamation

Mode 1 - Compare PDFs

What you need

  • Old specification - previous version (PDF)

  • New specification - updated version (PDF)

  • Both documents must have a Table of Contents

Only PDF is accepted in this mode. DOCX is not supported.

Step-by-step

1

Open Delta and select Compare PDFs

Click Delta in the top navigation bar.

Select the Compare PDFs tab if it is not active.

2

Upload the old specification

Upload your previous PDF using the Old Spec dropzone.

3

Upload the new specification

Upload your updated PDF using the New Spec dropzone.

4

Validation

TCG validates both documents before enabling generation:

Check
Severity
Detail

Table of Contents present

Required (blocks if missing)

Used to detect new and changed sections

If a document is larger than 5 MB, TCG switches to vision-based TOC extraction automatically.

If validation fails, you will see a specific error. Example: Table of contents not found.

5

Preview the delta

After validation, TCG shows:

  • New sections in the new version

  • Estimated number of new/changed requirements

  • A short delta summary

Use this preview to sanity-check the extraction.

6

Generate Delta Test Cases

Click Generate Delta Test Cases.

TCG generates test cases for delta content only.


Mode 2 - Word Revisions

This mode reads the Track Changes data embedded in a Word document. It extracts inserted text from the Word revision XML. It uses that insertion content as the delta.

circle-info

This mode reads Word revision tags (specifically \<w:ins> insertions). It does not read comments. It does not read manual markers like NEW: or MODIFIED:.

What you need

  • A single DOCX file with Track Changes turned on

  • At least one tracked insertion

  • A Table of Contents

Only DOCX is accepted in this mode. PDF is not supported.

How to prepare your Word document

  1. Open the document in Word.

  2. Go to Review → Track Changes and toggle it on.

  3. Make edits. New text is marked as an insertion.

  4. Save as .docx.

Do not accept changes before upload. Unaccepted Track Changes are what TCG reads.

Step-by-step

1

Open Delta and select Word Revisions

Click Delta, then select the Word Revisions tab.

2

Upload your DOCX file

Upload your .docx using the dropzone.

3

Validation

TCG blocks generation if either check fails:

Check
Result if failed

Table of Contents present

Blocked - upload a document with a TOC

Track Changes insertions exist

Blocked - enable Track Changes and add at least one insertion

If no tracked insertions are found, the error explains how to enable Track Changes in Word.

4

Preview the delta

TCG shows:

  • A summary of tracked insertions found

  • Estimated requirement count

5

Generate Delta Test Cases

Click Generate Delta Test Cases.

TCG generates test cases from the insertion delta only.


Delta results

The results view is the same as Standard Generation, with:

  • The TC count reflecting only new/changed test cases

  • A delta badge on the generation in History indicating a delta run


Tips

circle-check

Last updated