《LoadRunner levels of integration with web pages》
http://blog.testsautomation.com/2010/03/loadrunner-levels-of-integration-with-web-pages/
这篇文章介绍了LoadRunner与WEB页面交互的两个层次,实际上就是解析了LoadRunner的两种WEB脚本协议 – Web(HTTP/HTML)和Web(Click and Script)的区别。值得参考。
LoadRunner basically allows two approches for load testing your web application.
you can see between user and web server there are mainly 2 layers:
- Layer 1 is where user interacts with the browser by e.g. clicking a button, selecting values from the list or submitting a form
- Layer 2 is where browser communicates with web server which includes:
creating and sending HTTP requests to the web server based on user’s actions
receiving HTTP responses from the web server
rendering HTTP responses, forming an UI and displaying it to the user
本文详细阐述了LoadRunner在进行web应用负载测试时的两种主要WEB脚本协议,即Web(HTTP/HTML)和Web(Click and Script),并深入探讨了其与WEB页面交互的两个层次。
816

被折叠的 条评论
为什么被折叠?



