Question

In the application I am testing, we have a "hyperlink picker" to open a client search window.As we click on the searched client in search window.The window is closed and client information is shown in the associated picker. But when I do the same with JMeter, on click on searched client, picker is populated with the client value but search window does not disappear, as it was supposed to be.(As evident from response data). I am using POST request to select the client and application is built in wicket.

Was it helpful?

Solution

Does the search window disappear based on some script in the page itself? As far as i know Jmeter does not actually execute any scripts in the response pages. So this could explain what you are seeing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top