Xamarin UI 测试框架中 ITestServer 的用途是什么?
What is the purpose of ITestServer in Xamarin UI Test framework?
我刚刚在 Xamarin UI 测试框架中找到了这个 ITestServer
,我找不到任何有用的资源来解释它的用途和用法。
这个documentation就不多说了:
Provides access to the test server running on the device for advanced scenarios.
那么,我很想知道这种类型的作用是什么?
TestServer 是您的测试和您要 运行 测试所针对的应用程序之间的接口。在 "The Anatomy of the Test Cloud Framework".
部分的 Xamarin documentation 中可以找到非常好的详细解释
我刚刚在 Xamarin UI 测试框架中找到了这个 ITestServer
,我找不到任何有用的资源来解释它的用途和用法。
这个documentation就不多说了:
Provides access to the test server running on the device for advanced scenarios.
那么,我很想知道这种类型的作用是什么?
TestServer 是您的测试和您要 运行 测试所针对的应用程序之间的接口。在 "The Anatomy of the Test Cloud Framework".
部分的 Xamarin documentation 中可以找到非常好的详细解释