Link to home
Start Free TrialLog in
Avatar of BToTheAToTheBABA
BToTheAToTheBABAFlag for United States of America

asked on

Apache Jmeter testing bulk static URLs for status 200 OK.

Hi,

Im having a list of URLs (a few hundreds) in a text file. and they dont follow any kind of pattern.

Now I want to paste all these URLs in apache Jmeter and run a test for asserting resopnse code 200 OK.

How can I do this ?
Avatar of crazedsanity
crazedsanity
Flag of United States of America image

It looks to me like Jmeter is a stress-testing system, whereas it looks like you're trying to test specific URL's to make sure they're okay.  Are you wanting to test these URL's on a regular basis?  Are they for the same server (or application) or multiple?
Avatar of BToTheAToTheBABA

ASKER

Thank you

They are for different servers and different application.

I just want to check if they are alive with 200 OK response.

Are you looking to test them consistently, so you can be alerted when an error occurs?  In that case, I'd suggest a monitoring system like Nagios [http://www.nagios.org/].
It is similar to nagios but i want it as a desktop app / gadget.
Bcause the urls to be verified changes quite often. (Changes everyday)
ASKER CERTIFIED SOLUTION
Avatar of crazedsanity
crazedsanity
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Planning to look at Selenium - Web Browser Automation