我們有一個WCF Web服務,我想執行負載測試。任何人都可以通過Visual Studio 2010或其他免費工具確認這是否可行?使用Visual Studio或任何其他免費工具進行WCF負載測試
謝謝
我們有一個WCF Web服務,我想執行負載測試。任何人都可以通過Visual Studio 2010或其他免費工具確認這是否可行?使用Visual Studio或任何其他免費工具進行WCF負載測試
謝謝
我做的這一個像樣的金額超過使用MSTEST和JetBrains公司dottrace過去的五年。
你需要做的是編寫一個集成測試(一個可以調用你的服務的單元測試),然後在負載測試中引用它。然後,我得到dottrace來配置IIS,然後標記負載測試。
的免費工具可從CodePlex to load test WCF.引述項目介紹:只要您擁有終極版
This tool takes a WCF trace file and a WCF client proxy, or a WCF interface contract, and generates a C# unit test that replays the same sequence of calls found in the trace file. The unit test can then be used to load-test the target
你可以用VS。