Skip to main content

Generate Test Design from Design Documents

Overview

When a user attaches a design document in Word format to the chat and issues an instruction, the agent analyzes the document and generates test cases in an Excel file based on the test perspectives defined in the system prompt.

This sample data is intended to demonstrate a use case that leverages design information across development phases to improve efficiency.

What this sample enables

  • Generate a draft test specification from a design document in Word format
  • Consider test perspectives such as normal cases, error cases, and boundary values when generating test cases
  • Output the test specification to the active Excel file

Intended users

This sample is primarily intended for:

  • Developers and test engineers who design test cases based on design documents
  • Teams considering efficiency improvements for test design work
  • Anyone who wants to review an example of cross-Office (Word/Excel) task automation

Included files

tip

After running the sample as-is to confirm the behavior, you can replace the input and output files with your own deliverables to try a setup closer to your actual work. If you replace the files, change the target according to "Steps when replacing with your own documents" and follow the "Procedure" steps.

DataFilenameSteps when replacing with your own documents
Agent definition設計書からテスト設計を生成.yamlDo not change
Input: Word design documentinputData/ADAS ECUソフト設計書.docxAttach the design document (Word format) used in your own work at step 3 of the Procedure.
DocumentThis READMEDo not change

Using the sample data

Prerequisites

  • The Excel file that will receive the test specification must be active.

Input / Output

  • Input: A design document file in Word format
  • Output: Test case entries written to the active Excel file

Procedure

  1. Open and activate the Excel file that will receive the output test specification.
  2. In DC Agentiqs' Agents screen, hover over "Generate Test Design from Design Documents" and click "Start chat."
  3. In the DC Agentiqs chat window, attach the sample Word design document as an example input.
  4. In the chat, instruct the agent to create the test specification.
    • "Create the test specification in the active Excel file for the attached design document."

Target

  • Agent: Generate Test Design from Design Documents

Limitations

  • The output depends on the content of the input design document.
    • Example: If the design document is not written in a structured way, the agent may not be able to parse it correctly, which can reduce the accuracy of the generated test cases.