如何在邮递员中编写嵌套的测试用例?

时间:2020-05-11 20:33:30

标签: postman postman-collection-runner postman-pre-request-script postman-testcase postman-mocks

例如,如果以下是我的答复:

{
    "rule":"1001",
    "fixedResponse":"101JOB0011102JOB0012"
}

基于fixedResponse字段值,我可以为每个作业验证在函数中创建像函数之类的测试用例吗?

pm.test("Validate Resposne"),function(){
    if(pm.response.json().fixedResponse.inculde("101JOB"))
        pm.test("101 JOB vlaidaiton"),function(){
    }
}

0 个答案:

没有答案