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.
我想用 Calabash / Xamarin UITest 等工具编写 UI 测试。
我的应用程序使用 REST-API 从服务器获取数据。我是否应该以“最终版本”构建为 testet 并且测试数据来自生产服务器的方式编写我的 UITest?或者我应该创建一个特殊的测试版本,其中包含一个总是返回相同数据的模拟 REST-API 客户端。