In the majority of cases it is not possible to successfully replay recorded
script without prior  correlation
<http://jmeter.apache.org/usermanual/jmeter_proxy_step_by_step.html#correlate-start>
  

My expectation is that the request which adds the item to the card relies on
a some dynamic value which is not valid anymore and either needs to be
extracted from the previous request using a suitable  JMeter PostProcessor
<https://jmeter.apache.org/usermanual/component_reference.html#postprocessors>  
or it's something specific to the application you're testing, for example if
you have already added an item to the cart it cannot be added one more time
as it's there already. 

So add  View Results Tree listener
<https://jmeter.apache.org/usermanual/component_reference.html#View_Results_Tree>
  
to your Test Plan and run your test in GUI mode inspecting request and
response details, it might be the case that you're not getting logged in
hence all requests which require authentication are failing. 

If you're a BlazeMeter customer the easiest option is  raising a support
request
<https://guide.blazemeter.com/hc/en-us/articles/207491229-How-to-open-a-support-ticket->
  



--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to