📜  如何在邮递员中执行 ddt - 无论代码示例

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

代码示例1
-- Use collection runner and select external file csv , json 

        How does Postman know which column is used for which data in csv file ? 

        postman will look for variable with same name as column name 
        and set the value of the variable for that column name 

        for example : 
            if you have collection variable called zip 
            and you have column name for your csv file as zip 
            it will get the value from the zip column of csv file