0
我想使用編碼UI測試中可用的一些類,如BrowserWindow,Playback等。使用BrowserWindow,Playback和相關類需要什麼?
但是我希望能夠在不使用VS,MSTest,TCM的情況下運行結果代碼等等,因爲代碼需要在嚴格審查的生產環境中運行。
我遇到的第一件事情是錯誤:
"FileNotFoundException was unHandled" Could not load file or assembly 'Microsoft.VisualStudio.TestTools.UITest.Playback, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
什麼我需要做的來解決這個問題?更一般地說,我可以使用編碼UI測試中可用的這些類,並在不使用VS,MSTest,TCM等的情況下運行結果代碼?