0
我試圖做一個Silverlight應用程序的性能測試。LoadRunner的控制器問題
下面是我的交易:登錄,啓動/登錄Silverlight應用程序(無需證書),輸入交易,Silverlight的退出,應用程序註銷。 (我首先需要loginto Web應用程序訪問的Silverlight和Silverlight不需要用戶ID或PWD)
我錄的腳本在VuGen和發揮它,它工作正常。
當我使用控制器,用於具有5迭代每30個用戶,可以觀察到2-5的Silverlight發射/登錄是越來越失敗(僅Silverlight是有問題)。
下面是錯誤信息:
Continuing after Error -27794: Failed to connect to server "xx.xxx.xx.xxx:80": [10060] Connection timed out
Continuing after Error -27725: Step download timeout (999 seconds) has expired when downloading resource(s). Set the "Step Timeout caused by resources is a warning" Run-Time Setting to Yes/No to have this message as a warning/error, respectively [issued at Action.c(522)]c
我的問題:爲什麼這隻發生一個或兩個登錄?例如:userid 10有5次迭代,其中4次傳遞1次失敗,同樣用於userid 15等。
而這個錯誤與特定用戶ID不符?爲什麼?
注:我已經使用silverlight協議記錄腳本。
還觀察到,大多數故障都是在其他用戶正在退出的時候。不知道這是否是原因。 –
打開思考時間和步調 –
@JamesPulley我試過了,但仍然是同樣的問題。 –