91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ngrinder腳本get請求調試

發布時間:2020-07-01 19:34:31 來源:網絡 閱讀:417 作者:知止內明 欄目:編程語言

1、啟動agent端口

ngrinder腳本get請求調試

2、點擊腳本跳轉到腳本

ngrinder腳本get請求調試
文件加跳轉到腳本如下:


    public static GTest test
    public static HTTPRequest request
    public static NVPair[] headers = []
    public static NVPair[] params = []
    public static Cookie[] cookies = []

    @BeforeProcess
    public static void beforeProcess() {
        HTTPPluginControl.getConnectionDefaults().timeout = 6000
        test = new GTest(1, "blog.51cto.com")
        request = new HTTPRequest()
        grinder.logger.info("before process.");
    }

    @BeforeThread 
    public void beforeThread() {
        test.record(this, "test")
        grinder.statistics.delayReports=true;
        grinder.logger.info("before thread.");
    }

    @Before
    public void before() {
        request.setHeaders(headers)
        cookies.each { CookieModule.addCookie(it, HTTPPluginControl.getThreadHTTPClientContext()) }
        grinder.logger.info("before thread. init headers and cookies");
    }

    @Test
    public void test(){
        HTTPResponse result = request.GET("https://blog.51cto.com/357712148/2440849", params)

        if (result.statusCode == 301 || result.statusCode == 302) {
            grinder.logger.warn("Warning. The response may not be correct. The response code was {}.", result.statusCode); 
        } else {
            assertThat(result.statusCode, is(200));
        }
    }

3、點擊保存驗證腳本是否可運行

ngrinder腳本get請求調試

提示:

ngrinder腳本get請求調試

查看日志:

ngrinder腳本get請求調試

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

永济市| 阜南县| 平乐县| 奇台县| 湘阴县| 韶山市| 大田县| 烟台市| 克山县| 五大连池市| 彰武县| 依兰县| 勐海县| 醴陵市| 清水河县| 甘谷县| 延津县| 原阳县| 塔河县| 云南省| 惠州市| 昔阳县| 夏津县| 双桥区| 沧源| 隆化县| 诏安县| 东至县| 宁远县| 桓台县| 梨树县| 珠海市| 淮安市| 麦盖提县| 宜兴市| 德令哈市| 澄城县| 南部县| 北宁市| 中西区| 宝兴县|