Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我想针对使用团队构建构建的 Windows 窗体应用程序运行测试,然后将构建过程传递给测试代理以运行编码的 UI 测试,任何人都可以告诉我一种确保在编码之前的好方法UI 测试运行,刚刚构建的应用程序在测试代理机器上执行,以便测试可以针对它运行?
您可以使用ApplicationUnderTest.Launch
ApplicationUnderTest.Launch
检查这些 SO 问题: