how to create simulator for web application for load test and stress test

前端 未结 3 1762
-上瘾入骨i
-上瘾入骨i 2021-01-16 16:28

how can i record the web server log files and replay the the recorded server logs so that i can latter run the logs and check the load on sql server.

ex. number of r

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-16 16:55

    What's wrong with using a tool? Tools like selenium will exercise the front-end, you can probably setup a server and a collection of clients running on separate machines to simulate user interaction.

    If you want to exercise the backend more directly you could write a unit test I suppose, but unit testing isn't really designed for doing that sort of thing.

提交回复
热议问题