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.
在页面上有一个复选框和输入。当此复选框未分配时,输入将被阻止。
使用 Telerik Framework + NUnit 进行 UI 测试。
请告诉我,如何检查字段是否被锁定?
PS 由谷歌翻译
问题解决了。
检查:
Assert.IsFalse ([interesting_input].IsEnabled);