简体   繁体   中英

Load-testing asp.net site (postbacks/viewstate)

What is the best way to load-test an application that relies heavily on posts with viewstate (same posts can't be sent twice, so a simple record / replay won't do)?

Can I generate the viewstate to be used in in the posts?

The best (but expensive) solution is to use Visual Studio Team Test Edition . It allows you to create and run load tests using .Net code . It is very robust and allows you to run the tests on a farm of servers and collect all of the performance metrics, etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM