Testing tools The test client Overview and a quick example Making requests Testing responses Exceptions Persistent state Setting the language Example Provided test case cla...
步骤定义 定义函数包装器 Pending的步骤 跳过的步骤 步骤定义 步骤定义是Gherkin语言写的剧本文件和实际被测试的系统之间的粘合剂. 使用 Given , When , Then . 正则表达式中的匹配组匹配到的结果会作为参数传递给步骤定义。 var { Then , When } = require ( 'cucu...
步骤定义 定义函数包装器 Pending的步骤 跳过的步骤 步骤定义 步骤定义是Gherkin语言写的剧本文件和实际被测试的系统之间的粘合剂. 使用 Given , When , Then .正则表达式中的匹配组匹配到的结果会作为参数传递给步骤定义。 var { Then , When } = require ( 'cucum...
标示符定位 ID 定位 Name 定位 XPath 定位 Link Text 定位超链接 DOM 定位 CSS 定位 隐式定位器 对于许多 Selenium 命令,目标是必需的。这个目标用来标示 web 应用程序内容中的指定元素,他是用 locatorType = location 格式所描述。在许多情况下定位器类型可以省略。下面逐一解释各...
Testing tools The test client Overview and a quick example Making requests Testing responses 例外 Persistent state Setting the language 例如 Provided test case classes SimpleTe...