Example: web_reg_save_param_json

The following example shows the use of web_reg_save_param_json.

web_reg_save_param_json(
        "ParamName=nameParam",
        "QueryString=$..arguments.additional_context[0].name",
        SEARCH_FILTERS,
        "Scope=Body",
        "LAST");

    web_url("127.0.0.1:12800", 
        "URL=http://127.0.0.1:12800/", 
        "Resource=1", 
        "RecContentType=application/json", 
        "Referer=", 
        "Snapshot=t1.inf", 
        LAST);
        
    lr_think_time(13);

    web_url("127.0.0.1:12800_2",
        "URL=http://127.0.0.1:12800/?name={nameParam}",
        "Resource=1",
        "RecContentType=application/json",
        "Referer=",
        "Snapshot=t4.inf",
        LAST);