📜  什么是数据驱动测试 - 无论代码示例

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

代码示例4
Whenever a functionality or a module in an app
requires testing with multiple sets of data (Parametrization),
Multiple inputs then we need to perform data driven testing and
automation.
These scenarios are one of the things That must be automated.
I would do it by seperating Test data from code and stored into external
sources like
Cucumber Examples table, Excel files, CSV files, Database.
Data driven testing has lots of benefits like
More organized, Data centralized, and so on