tags:

views:

76

answers:

3

I am eager to know about any website testing software which is good in usability and look and feel. Here are the main areas that software should cover. 1. Find the image size. 2. To check broken links. 3. Loading time of website. 4. Test the load with many virtual users. 5. Check for useless codes placed in the source code.

In short, I want all these things cover under one software....

Mayank

A: 

You certainly won't find these requirements wrapped in one app - although I'm sure you could build a test script for this.

That been said, take a look at JMeter for load testing (very flexible app once you've get the hang of it), Xenu for link checking. There are tools available that can check code quality to some degree, but they're obviously language specific. FxCop (for .NET) is one example.

Ben
A: 

If you are Firefox user, try Web Developer (kit for nearly everything) and Pinger (extremely fast link checker developed by my colleague) addons.

Ondrej Slinták
+2  A: 

I recommend YSlow for frontend testing.

khelll