|
LoadRunner records client-server activity, not rendering on the client
The AJAX (Asynchronous Javascript + XML) engine is a module that is responsible for the rendering of the interface that the user sees and communicating with the server to obtain the data.
LoadRunner is a load testing tool that records any client-server activity. So the client-server communication part does get recorded by LoadRunner, but the rendering does not because it occurs on the client side.
If you would like to test the user interface of the AJAX engine, you can use functional testing tools like WinRunner or QTP.
For more information on AJAX, refer to http://www.adaptivepath.com/publ ... rchives/000385.php.
------------------------------------------------------------------------------------------------
上面的意思是说Ajax的实质是JS DOM在web-client端Render
LoadRunner 8.1 Feature Pack 4 ---------
Web (Click and Script)
Supports applications in all languages.
Supports recording on Windows 2003.
Provides limited applet support.
Provides enhanced API for verifications (check points) and for easier scripting.
Includes many enhancements and bug fixes, especially for AJAX applications, recording engine and replay snapshots.
[ 本帖最后由 shanxi 于 2007-5-19 00:44 编辑 ] |
|