autobe
autobe copied to clipboard
Design Test Data Creation Agent
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 Agentand 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 Agentfor define data.
Step
- Determines the structural changes to the
orchestrateTestfunction. - Define
AutoBeTestDataCreationEventtype. - implement
orchestrateTestDataCreationonly by logic.
- If It is needed to use the
prepare agent, implement it first.