Using JMeter, the HTTP Request is hitting a URL with the port.
Eg : apitesting.com:8888/api/series/one
I have also added a HTTP Test Script Recorder in JMeter, where I can mention the port and domain.
How do I import the incoming traffic to JMeter using tcpreplay and JMeter Proxy for the above example.
Thanks for your help in Advance.
In JMeter you can add to your HTTP request a Post Processor Named Response Assertion, If you check the
Ignore Statuscheckbox you will ignore response of the server so even if server is down it'll not fail test and continue.