I am trying to read email contents from mailinator public inbox using Jmeter for my testing, but unable to understand the details I need to provide in the request.
Can anyone help me with designing the request sampler to get that?
I am trying to read email contents from mailinator public inbox using Jmeter for my testing, but unable to understand the details I need to provide in the request.
Can anyone help me with designing the request sampler to get that?
Please read the end user agreement for your mail provider. In most cases the use of automation other than supported mail clients is forbidden. This is to prevent the use of automation to send spam messages.
Also, as you will be testing infrastructure not under your control, you will ned to obtain permission from the site owner. You will need to respect their time windows for testing, as well as any restrictions on host, instance, volume, etc...
If you need a mail host involved in a performance test, consider setting up your own email server to receive messages and then pull the messages from a server you own, manage, and control.
If you're using Message API you basically you need to:
Your Mailinator API token can be set via HTTP Header Manager, configure it to send Authorization header with the value of your token.