SMTP is a communication protocol for electronic mail transmission.

SMTP Port

Service Time

Mode: To apply service time for SMTP response.

  1. No Service Time: No service time delay is applied. Helps in doing max load testing.
    • value1: Not Applicable.
    • value2: Not Applicable
    • Description: Helps in doing max load testing
  2. Exponential Random: Exponential random service time with median of specified seconds is applied. For exponential random distribution, median is roughly around 1/4th of the mean. This takes a random value equivalent to median time.
    • value1: Median Time(> 0)
    • value2: Not Applicable
    • Description: This takes a random value equivalent to median time.
  3. Constant: A constant service time of specified seconds. Helps in doing controlled tests
    • value1: Constant Time (> 0)
    • value2: Not Applicable
    • Description:Helps in doing controlled tests. It takes a constant value. As one can calculate the number of page requests expected within certain duration.
  4. Uniform Distribution: It is more Realistic. The value is a random value between the minimum and maximum time defined. Min should be less than or equal to Max.
    • value1: Minimum Time (>= 0)
    • value2: Maximum Time(> 0 and >= Min)
    • Description: It is more Realistic. The value is a random value between the minimum and maximum time defined. Min should be less than or equal to Max.

Command:

Average Time: The Time taken in between Min and Max time (Formula: (Min+Max)/2) or (no of transactions * time of each transaction / total no of transactions).

Maximum Time: Time taken for completing the Service test.

Authentication

Mode: To support authentication mechanism for SMTP.

Error Simulation