autobe icon indicating copy to clipboard operation
autobe copied to clipboard

Design Test Authorization Agent

Open 8471919 opened this issue 1 month ago • 0 comments

Description

  • For the stable test authorization, add Test Authorization Agent before 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 Agent and a Test Data Creation Agent to 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

  1. Determines the structural changes to the orchestrateTest function.
  2. Define AutoBeTestAuthorizationApplication and AutoBeTestAuthorizationEvent type for function call.
  3. implement orchestrateTestAuthorization

8471919 avatar Nov 21 '25 08:11 8471919