2016-09-02 118 views
0

我需要將這些參數和JSON傳遞給Jmeter中HTTP請求的請求體。如何在jmeter的http請求請求體中傳遞參數和json?

UserId=47&Token=c41240ca195c47b7821465d328d5af16&ClientId=1&meeting={ 
    "InternetConnectionType":"WIFI", 
    "DeviceID":"3d6f9c346da00a32", 
    "NetworkCarrierName":"VODAFONEIN", 
    "BatteryValue":"22", 
    "AppVersion":"1.1.3", 
    "OSVersion":"4.4.2", 
    "InLongitude":"77.0384036", 
    "Remarks":"hii hcl", 
    "LastPhoneRestart":"Wed Jun 15 14:32:14 GMT+05:30 2016", 
    "OutDateTime":"20-06-2016 11:54:09", 
    "OutLongitude":"77.0384036", 
    "IsApproved":"0", 
    "SimNo":"", 
    "OutLatitude":"28.4181932", 
    "AttendanceType":"G", 
    "InDateTime":"20-06-2016 11:54:08", 
    "GeofenceAssignedId":"10114", 
    "LastWifiNetworkName":"YomaTech", 
    "InLatitude":"28.4181932", 
    "IMEINo":"359453066495811", 
    "DeviceDateTime":"20-06-2016 11:54:08", 
    "GeofenceId":"1" 
} 

回答