RE: Can Jmeter assert response message shown in pop-up window?

2005-02-16 Thread Kyle McAbee
Dear Avian and JMeter Users: This is a judgement call. I record sequences of HTTP requests with Badboy, including pop-up windows. After exporting the Badboy script to a JMeter test plan, I write assertions against all HTTP responses, including pop-up windows. If you want your test plan to prove

RE: can Jmeter assert response message shown in pop-up window?

2005-02-16 Thread Liao, Avian
cord this pop-up window in order to assert it? Avian -Original Message- From: Kyle McAbee [mailto:[EMAIL PROTECTED] Sent: Friday, February 11, 2005 4:27 PM To: JMeter Users List; sebb Subject: RE: can Jmeter assert response message shown in pop-up window? Dear JMeter Users, Sebb, and Avian: I w

RE: can Jmeter assert response message shown in pop-up window?

2005-02-11 Thread Kyle McAbee
message shown in pop-up window? Depends on how the pop-up window is generated. If it is done by JavaScript in one of the pages that JMeter loads, then it might be possible to scan the HTML to find the appropriate section of the script and extract enough information to determine the contents of the

Re: can Jmeter assert response message shown in pop-up window?

2005-02-11 Thread sebb
Depends on how the pop-up window is generated. If it is done by JavaScript in one of the pages that JMeter loads, then it might be possible to scan the HTML to find the appropriate section of the script and extract enough information to determine the contents of the pop-up. JMeter does not curren

can Jmeter assert response message shown in pop-up window?

2005-02-11 Thread Liao, Avian
Hi, all, Does anyone know how to assert the message in pop up window? For my case, when I running regression test, there will have pop-up window for warning message, but I did not know how Jmeter handle this part? Thanks! Avian ---