autobe
autobe copied to clipboard
Design Test Authorization Agent
Description
- For the stable test authorization, add
Test Authorization Agentbefore writing test code. - Previously, the error rate at runtime was 50% or higher even if there was no actual compilation error by writing the test code at once. To solve this problem, we plan to increase the stability of the runtime by adding a
Test Authorization Agentand aTest Data Creation Agentto Test Write.
How To
- First, when writing the Test Authorization → Test Code, first group the authorization-related test code by → Role, then insert it into the prompt to use the code written by Test Authorization for each authorization Role, and if it is not done well, it is implemented to execute the authentication-related test code at the start of the test on a fixed basis. And I'm thinking of handing over the outputs of the test authorization to the Test Data Creation Agent and putting a fixed authentication function here.
Step
- Determines the structural changes to the
orchestrateTestfunction. - Define
AutoBeTestAuthorizationApplicationandAutoBeTestAuthorizationEventtype for function call. - implement
orchestrateTestAuthorization