-
Book Overview & Buying
-
Table Of Contents
Master Apache JMeter - From Load Testing to DevOps
By :
Again, JMeter allows us to easily test web services. We can do it using HTTP Request:
Do not forget to add an HTTP Header Manager with the correct parameters (here, Content-Type is equal to text/xml; charset=utf-8):
Note that JMeter provides the Building a SOAP WebService Test Plan template to speed up the configuration.
To help us, we can use the excellent SoapUI (https://www.soapui.org/), which generates the message content of our call to the web service from the WSDL.
It even makes it possible to create Mock servers of the web service, allowing us to test it while its implementation is not yet available.
If your teams have already run tests with SoapUI, Postman (https://www.getpostman.com/), Swagger (https://swagger.io/), or any other similar tool, you can save a lot of time by setting JMeter as a proxy in these tools. JMeter...
Change the font size
Change margin width
Change background colour