1. 程式人生 > >JSON Extractor/jp@gc - JSON Path Extractor 舉例

JSON Extractor/jp@gc - JSON Path Extractor 舉例

uml alt bubuko 查看 eat rac you ext data

測試描述

使用json返回結果做校驗

測試步驟

1、配置http請求

技術分享圖片

2、根據結果樹返回的json,取值

{
"status_code":200,
"message":"success",
"data":
{
"current_page":1,
"data":
[
{
"id":"69",
"title":"Zlifestyle ",
"url":"http:\/\/list.youku.com\/albumlist\/show\/id_21166442.html",
"ptitle":"ssxxxx",
"platform_id":"xxxx",
"created_at":"0000-00-00 00:00:00",
"status":"-1",
"creater":""
}
],
"from":1,
"last_page":1,
"next_page_url":null,
"path":"http:\/\/xxxxxxxx\/albums",
"per_page":"20",
"prev_page_url":null,
"to":1,
"total":1
}
}

技術分享圖片

3、配置jp@gc - JSON Path Extractor

技術分享圖片

技術分享圖片

4、另一種方式JSON Extractor

技術分享圖片

技術分享圖片

5、查看結果樹

技術分享圖片

JSON Extractor/jp@gc - JSON Path Extractor 舉例