You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by LoD MoD <lo...@gmail.com> on 2009/12/03 20:15:32 UTC

Rendering Javascript and CSS in Jmeter

Is there a way to render Javascript and CSS in Jmeter tests?
Does Jmeter render the entire DOM when it counts a request/response?

TIV

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


Re: Rendering Javascript and CSS in Jmeter

Posted by Deepak Shetty <sh...@gmail.com>.
Jmeter is not a browser and does not render anything or execute any
javascript on the page.
The closest you have is that you can inspect the data using View Results
Tree Listener , show response and render as HTML , but this isnt part of the
test and neither is it the same as an actual browser.

If for some reason you need to do this , you should use a testing tool that
drives a browser like Selenium/Watir/QTP

regards
deepak

On Thu, Dec 3, 2009 at 11:15 AM, LoD MoD <lo...@gmail.com> wrote:

> Is there a way to render Javascript and CSS in Jmeter tests?
> Does Jmeter render the entire DOM when it counts a request/response?
>
> TIV
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>