📜  如何参数化测试用例黄瓜 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:45.678000             🧑  作者: Mango

代码示例2
- Parameterization is being able to
pass different test data from FEATURE FILES.
- We are able to not to "hard-code" some of the test data, 
 so that we can change it from our feature files.

Cucumber:
- By using regular expression in feature file
      ==> when user enters "myusername" and "my password"
- Configuration.properties file