Question

Are there any good HTTP conformance test suites?

I need to test some existing code for the standard compliance and do not want to reinvent the wheel and bump into various corner cases.

I'm not specifying the language I use. I expect suite to be generic enough to be adaptable for my needs – although I'd settle for anything that is sane.

Was it helpful?

Solution

Don't know how accurate or complete it is, but HTTP Lint looks like it may be similar to what you're looking for?

OTHER TIPS

RFuzz is HTTP fuzzing library for Ruby, though I'm not sure if it tests compliance specfically.

Take a look at http://www.web-polygraph.org/. It may be what you are looking for.

Cheers

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top