About

Documentation

Community

Web Test Controller

The Web Test controller is a generative controller whose function is to create a single test case for HTTP applications. The Web Test allows you to configure a URL sample:

  • Protocol : HTTP or HTTPS
  • Method : GET or POST
  • Domain : Host name of the server being tested
  • Port : Port to connect to the server on
  • Path : File path. This represent the part of the URL following the domain name, but before any query string that may be involved
  • Paramter Table : These are the arguments that will make up the query string. This string will be appended to the URL if Method=GET, and it will be sent in a separate stream if Method=POST.

Additionally, there are two check selections that allow you to control whether JMeter will also download any images found on the page returned by the server, or to tell JMeter that it should upload a file using multipart-form format. If you are uploading a file, JMeter requires three additional parameters:

  • File : The path to the file being uploaded
  • Field Name : The name of the upload field (ie, if it were a web page, there would be an input field with a name - this is that name)
  • MimeType : The mimetype of the document being uploaded


Example Web Test



Copyright © 1999-2001, Apache Software Foundation