<img src="/images/clear.gif" alt="" height="5" width="1" border="0" /></td><td class="contentColumn">
<table class="contentTable"><tr><td class="contentColumn">
<!-- ContentStart -->
<form name="_ctl1" method="post" action="/articleViewer.aspx?aId=135&pId=" ,LAST);
特别要注意的有两点:
1、LoadRunner在某些情况下会对部分VIEWSTATE进行关联,但LR的自动关联在大部分情况下都不那么可靠,因此,建议自行检查一遍自动关联后的脚本,或者直接用手工关联方式处理脚本;
2、如果 ASP.NET 页面上的控件太多,VIEWSTAT的值 (字符串) 会变得很长,而缺省情况下,一个web参数的大小是256 bytes,因此,在 web_reg_save_param 函数之前需要用 web_set_max_html_param_len 函数将参数长度放大。