I have wordpress site with video player(JW player). I want to load test using jmeter. But i dont know how to do that?
1 comment
Comments are closed.
I have wordpress site with video player(JW player). I want to load test using jmeter. But i dont know how to do that?
Comments are closed.
JMeter doesn’t act like a browser hence it won’t “play” the video via JWPlayer. If you need to check whether your wordpress deployment will be able to serve video content and the video content itself is being hosted by you it is possible to simulate hundreds and thousands of users which are downloading videos.
If you look into wordpress page source you will see something like
You’re interested in
https://content.jwplatform.com/videos/XjiIpRcb-1080.mp4
bit as this is the URL of the video file.You can easily get the URL with the XPath Extractor using the following query:
And use simple HTTP Request sampler to simulate video download.