SOAtest can automatically create a .tst based on the endpoints found in an OpenAPI/Swagger description. Each .tst generated using the OpenAPI/Swagger wizard will contain REST Clients for all of the defined endpoints.
The following specifications are supported:
To automatically create a test suite from a valid OpenAPI/Swagger definition:
When a .tst is generated, it includes one REST Client for each resource/method pair in the OpenAPI/Swagger definition.
Additionally, test scenarios created with OpenAI will automatically have applicable smart test templates applied to them.
When writing a general prompt for an app, it can be helpful to tell the AI what kind of app it is. For example:
You can also write more detailed prompts for more control over the kinds of test scenarios generated. Here is an example prompt for CRUD:
|