How to performance test an AngularJS Web Application?

后端 未结 4 1357
南旧
南旧 2021-01-04 02:20

I used to do performance testing on websites mostly with JMeter scripts.

However, more and more projects are build with frontend MVC\'s, such as AngularJS and a curr

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-04 02:45

    You can try https://github.com/kidk/felt it is build for this specific purpose.

    It uses PhantomJS/SlimerJS to generate load to a website, so you get all the API/JS/CSS and image calls you would get like in a normal browser. It is still a young project, but it might be the solution you are looking for.

    (This is my personal project)

提交回复
热议问题