Sometimes tests get repetitive and AI is best for these kind of tasks, LLMs are great with text, so if there was a schema by which tests are scaffolded and importing feature - tests would be truly automated.
Thank you for your feedback! Could you provide some more specific suggestions? For example, would it be more efficient if the AI generates code-based test scenarios based on our automated testing code framework, which can be rendered in our App to achieve the same effect as manually built scenarios?
probably some form of json which includes test steps would be enough
each step could include action (wait, if, etc, api request), if its api request, then contain url, body, params, etc
so there would be a schema for test scenario, which would allow importing scenarios, in the future there could be a feature to create tests using ai inside apidog, because apidog already knows your api schema, available endpoints etc, but for now anyone could just use an llm to create those jsons for tests, just feed openapi schema, test schema and prompt to ai and import those to apidog - done
Thank you for your suggestion! I’m glad to inform you that similar feature is already in our plans, so please stay tuned.