# Create Templates

Templates can be created/generated in three ways:

  1. Via Swagger Import process: Swagger/Open API import process provides an option Generate Template Driven Tests to quickly generate templates for each API spec available in the swagger file. It will also generate the sample tests referring to those templates. For more information, please read our guide on Generate Templates via Swagger File
  2. Via creating a template manually: You can also manually create a template yourself similar to the test case. For more information, read our guide on Create Template Manually
  3. Via extracting template from existing test case: And you can extract the template from an existing test case. For more information, read our guide on Generate Template from Test Case