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.
我正在尝试断言从 excel 文件中获取的字符串。我正在使用 JXL Api 来读取 excel 文件。
我的问题是:完成后单击“保存”。是我屏幕上的字符串。
当我像这样直接使用字符串时:“完成后单击“保存”。” 使用代码可以正常工作:assertTrue("not equals",solo.searchText("Click \"Save\" when done.");
但是在从外部 excel 文件中获取时,它没有断言。我正在输入完成后单击“保存”。在excel单元格中。
使用solo.searchText(Pattern.qoute("完成后单击\"保存\"。"))