Tools for Ajax load testing

前端 未结 14 1081
悲哀的现实
悲哀的现实 2021-02-04 05:42

There seems to be a lot of stress/load testing tool that support AJAX.
I am wondering how well does these tool implemented.

Do they only record http request and repl

14条回答
  •  死守一世寂寞
    2021-02-04 06:15

    All load testers would support AJAX- they're just additional http connections.

    There are a few free ones out there- Jmeter, BadBoy, Grinder that all do it well.

    All of them have some sort of support for recording/playback, but that's not always what you're looking for.

    Easiest way I've done it is to record a sample session, replace a few params with variables and loop it off of a csv or excel file.

    Great starting point: video of a google presentation on open source testing.

    Edit: updated video link.

提交回复
热议问题