Quantcast
Channel: LoadRunner Practitioners Forum topics
Viewing all articles
Browse latest Browse all 3978

Using web_reg_save_param_xpath with DFES

$
0
0

Is it alloed to use web_reg_save_param_xpath with DFES; like in the example below

 

     web_reg_save_param_xpath(
        "ParamName=CatalogItemsName",
        "QueryString=//results/TranslatedTemplateName",
        "ReturnXML=No",
        "SelectAll=Yes",
        "DFES=JsonXml",
        SEARCH_FILTERS,
        "Scope=Body",
        LAST);

 

If yes has some one tried it? Is the XML generated by JasonXml stored somewhere?

 

Finally, can this function be with in web_concurrent_*


Viewing all articles
Browse latest Browse all 3978

Trending Articles