I have performed Load testing in Asp.net application using JMeter. While login, am getting "Object Moved Here" message as response.
In View result tree, I found Login main sampler displaying with two sub samplers. In that one sub sampler is with the "Object Moved Here" message.
In my test plan, I have handled - CSS/JQUERY Extractor to extract dynamic values "Event validation" & "View State" - HTTP Cookie manager(Checked "Clear cookies each iteration" & Cookie policy: Compatibility)
Note: Except the Login functionality request & response, all the other HTTP samplers in my test plan are worked as expected.
Anybody have any solution for this?
