Himberjack
Himberjack

Reputation: 5792

How can I test multiple web requests to my web server?

I am using asp.net and I would like to test a few hundreds concurrent requests to the same page, and get a result.

I don't need it via browser. Just a tool that sends requests and prints the result Is there such tool?

thanks

Upvotes: 0

Views: 1042

Answers (2)

Aravind
Aravind

Reputation: 4163

LoadUI is a good tool.

Upvotes: 1

Bala R
Bala R

Reputation: 108937

Look into Selenium.

Upvotes: 1

Related Questions