You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by ravi <m....@gmail.com> on 2011/08/24 09:06:32 UTC

how to handle pop up windows in jmeter?

hi all,
i am new to jmeter.while recording the script using jmeter i am getting pop up
windows for confirmation.but jmeter will not record the popup windows.so i want
to handle it manually .how to handle it?

thanks in adv,
ravi


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


RE: how to handle pop up windows in jmeter?

Posted by Nikolay Miroshnichenko <mi...@rosenergo.com>.
Hi, there is no need to handle pop-ups or another scripts running "inside" a
browser in jmeter, until the scripts make http requests.
You should pause before and after closing pop-up (by clicking on some button
etc.) in a browser while recording and notice what request goes after the
pop-up closed. This request "emulates" your manipulations with the pop-up -
on a protocol (http) level.

Best regards,
Nikolay



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