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.
我对本机 iOS 应用程序的自动化测试非常陌生,并且刚刚开始使用 Xamarin UI Test。任何人都可以建议或指出有关如何删除应用程序(从 UI)并重新安装它(从 URL)的任何文档。谢谢你的帮助。
ķ
对于 UITest,aach 测试运行将从您的设备中删除该应用程序并重新安装它,以便它从已知状态开始。像下面这样的测试属性内的任何东西都被认为是它自己的测试:
[Test] public void RenameTodo() { //test }