Once an application has performed network access (i.e. url connection, parsing of xml document with external references, etc), the DNS settings get cached so any subsequent operation will use the old settings even if the real settings have changed.
To reset everything, you may do the following
- Restart the server since the the default setting JVM setting is to cache forever.
- You can change this behavior by adding the following command to the Engines via JMeter properties
- In your Test configuration page, enter the JMeter property as shown below,
That's it! You may run your test as planned!
For technical issues, you can always contact support@blazemeter.com
0 Comments