autobe icon indicating copy to clipboard operation
autobe copied to clipboard

Design Test Data Creation Agent

Open 8471919 opened this issue 1 month ago • 0 comments

Description

  • In TestDataCreationAgent, Implement the resource creation function for test write agent.
  • The order is Test Authorization-> Test Data Creation->Test Write`.

How To

  • First, get Authorization function from Test Authorization Agent and select right authorization functions by role. If the DTO uses 'ICREAT', it will only use logic, not agent, to convert it into a data generation function.
  • And located Test Authorization functions on the top of the data generation function.
  • Before the data generation, It might be need to declare the Test Prepare Agent for define data.

Step

  1. Determines the structural changes to the orchestrateTest function.
  2. Define AutoBeTestDataCreationEvent type.
  3. implement orchestrateTestDataCreation only by logic.
  • If It is needed to use the prepare agent, implement it first.

8471919 avatar Nov 21 '25 09:11 8471919