president
president

Reputation: 523

does jmeter let you run tests against a swagger API definition?

does jmeter let you run tests against a swagger API definition?

Upvotes: 1

Views: 2115

Answers (1)

Dmitri T
Dmitri T

Reputation: 168072

Out of box - no, you need to define all the HTTP Requests either manually (or record them using HTTP(S) Test Script Recorder). Alternative options are:

  1. Import your Swagger API definition into SoapUI using SoapUI Swagger Plugin, once you have SoapUI requests you should be able to convert SoapUI Test plan into JMeter .jmx script
  2. Check out swagger-codegen-jmeter tool

Upvotes: 3

Related Questions