【发布时间】:2019-12-10 09:15:10
【问题描述】:
我想对几个测试用例执行通用步骤。以下是通用步骤。但是在后台,由于我无法使用 Scenario Outline,有什么替代方法?
Background:To test employee id search
Scenario Outline:
Given I am on login Screen
When I enter credentials "<User_ID>" and "<Password>"
When I clicks on search button
And search by "<Employee_id>"
Examples:
|User_ID|Password |Employee_id|
|Admin |Password | Q58ewQ |
【问题讨论】:
-
背景不能绑定到场景大纲。背景是其他场景和场景大纲的前提条件