vote up 2 vote down star

I would like to stress (not sure this is the right word, but keep reading) the [POST] actions of my controllers. Does a tool exist that would generate many scenarios, like omitting fields, adding some, generating valid and invalid values, injecting attacks, and so on ? Thx

Update: I don't want to benchmark/performance test my site. Just automatically filling/tampering forms and see what happens

flag

47% accept rate
Not sure what you mean. Do you want the tool to generate the requests automatically and randomly, or do you want it to replay the scenarios that you yourself create? – MatthieuF Feb 19 at 9:25
right, automatically and randomly. – Nicolas Cadilhac Feb 19 at 20:12

4 Answers

vote up 1 vote down

WebInspect from Spidynamics (HP bought them).

I've used this one in my previous job (I recommended it to my employer at the time) and I was overwhelmed with the amount of info and testing I could do with it.

https://download.spidynamics.com/webinspect/default.htm

link|flag
vote up 1 vote down

Apache JMeter, is more likely to benchmark/stress itself rather than your site. I was recently pointed twards Faban which can be used for very simple and more complex tests and scenarios, its very performant. Also, take a look at OpenSTA and WebLoad both free and powerful with capabilities to record and replay complex scenarios.

link|flag
vote up 0 vote down

Apache JMeter might fit the bill?

link|flag
vote up 0 vote down

Have you seen CrossBow Web Stress Tester over at CodePlex?

  • supports get and post operations
  • you specify the number of threads, requests, waits, and timeouts
  • reads a txt file with name/value pairs for posting values

You'd have to download & modify the source if you wanted to generate random data for your Post variables.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.