POP3 is an application-layer Internet standard protocol used by email clients to retrieve email from a mail server.

POP3 Port

Service Time

Mode:To apply service time for POP3 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:

 

Authentication

Mode

Error Simulation

Command

Percentage:Value in percent for which user wants the user defined response in case of error simulation.

Response: User defined response in case of Error simulation.