51Testing软件测试论坛

标题: LR脚本添加信息头、脚本并发技巧疑问 [打印本页]

作者: 可爱的光头丫头    时间: 2021-1-22 18:08
标题: LR脚本添加信息头、脚本并发技巧疑问
问题1:在LR脚本中添加以下三个消息头的作用是什么?
        web_add_auto_header("Origin",
                "http://127.0.0.1:8019");

        web_add_auto_header("X-Requested-With",
                "XMLHttpRequest");


        web_add_header("access-user",
                "{username}");

问题2:在测试并发调试脚本时有两个函数
        web_concurrent_start(NULL);
            .......
        web_concurrent_end(NULL);
另外一个是添加集合“lr_rendezvous”这两个函数有什么具体的区别呢,之前没用过web_concurrent_start




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2