|
LoadRunner之解決遇到問題列表 產(chǎn)生原因:網(wǎng)站采用的是UTF8編碼,錄出來的腳本,會有很多亂碼。 2.Action.c(*):Error-27727:Step download timeout(120 seconds) has expired when downloading resource(s). 解決方法: Run-Time Setting ->Internet Protocol ->Preferences ->Option -> Step download timeout(sec)改為32000 另外還有HTTP-request 3.錄制完成后馬上運行即出錯 解決方法:在Virtual User Generator中點擊工具欄上的correlate做一下自動關聯(lián),有時需要手動關聯(lián)。 4.Action.c(*): Error -27792: Failed to transmit data to network: [10054] Connection reset by peer 解決方法:在腳本最前面插入web_set_sockets_option("OVERLAPPED_SEND", "0"); 5.Action.c(*): Error -27498: Time out while processing~ 解決方法:在腳本最前面插入web_set_max_retris("5"),里面的數(shù)字根據(jù)需要可以設成5,我最大設成10,卡卡 6.Action.c(327): Error -26627: HTTP Status-Code=404 (Not Found) for http://www.****.htm 解決方法:找開發(fā)人員檢查網(wǎng)站部署是否正確 產(chǎn)生原因:HTTP 404是指要瀏覽的網(wǎng)頁在服務器中不存在,該網(wǎng)頁可能已經(jīng)遷移。 |
|
|
來自: hildaway > 《LoadRunner》