문제

I want to know whether Selenium can be integrated with Team foundation Server,

도움이 되었습니까?

해결책

Yes. Anything that can be run as a Unit Test (whether using MSTest, NUnit, XUnit, etc) can be run via a TFS Build.

Also the Coded UI Test framework from Microsoft uses Selenium under the covers to provide cross-browser support. Coded UI Tests can be run from TFS Builds like any other unit test. The can also be tied to Test Cases and run via Remote Execution on Visual Studio Test Agents.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top