John
John

Reputation: 700

Jmeter : How to record, opening images in Light box in jmeter

In our site there is a portfolio page where thumbnail images are listed, when any one click on any image it will open in light box and on clicking the cross image the light box get close.

I have recorded this scenario through HTTP proxy , and found that under recording controller only upto portfolio page sampler is recorded but clicking on the thumbnail images events which i did is not recorded.

i then look into the view result tree listener and found that click on thumbnail images is listed there. so what i want to know that how i can record opening images in light box in jmeter

Upvotes: 0

Views: 386

Answers (2)

Bob Meliev
Bob Meliev

Reputation: 1198

You should use "HTTP Request" sampler with direct url to images. If Jmeter doesn't record clicks anyway opening photos will load server so it's not reason to avoid them.

Upvotes: 0

UBIK LOAD PACK
UBIK LOAD PACK

Reputation: 34566

If Light box opening is only client side (javascript) then what you're seeing is completely fine.

Jmeter is not a browser, it only records client to server traffic.

Upvotes: 1

Related Questions