Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须测试一个 Web 应用程序,并且我被要求在 10 分钟内与并发用户一起测试它。我真的不知道该怎么做,如果我可以使用Forever,Pace或类似的东西来做到这一点。
Forever
Pace
这样做 -> setUp(<YOUR SECNAIOR.inject(atOnceUsers(Configuration.NO_OF_USERS))).maxDuration(Configuration.MAX_DURATION minutes); atOnceUser = 一次没有并行请求
setUp(<YOUR SECNAIOR.inject(atOnceUsers(Configuration.NO_OF_USERS))).maxDuration(Configuration.MAX_DURATION minutes);
参考
https://gatling.io/docs/2.3/general/simulation_setup/