LoadRunner與Web頁面互動的兩個層次

TIB發表於2010-03-29

LoadRunner levels of integration with web pages

http://blog.testsautomation.com/2010/03/loadrunner-levels-of-integration-with-web-pages/

 

這篇文章介紹了LoadRunnerWEB頁面互動的兩個層次,實際上就是解析了LoadRunner的兩種WEB指令碼協議 – WebHTTP/HTML)和WebClick 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

 

相關文章