Получение значений в теле ответа, но web_reg_save_param не захватывает для некоторого запроса - PullRequest
0 голосов
/ 27 июня 2018

Я столкнулся с проблемой в Load Runner, где я вижу действительный ответ в теле ответа в виде снимка запроса, и примерно в 50% случаев значение фиксируется в переменной, где корреляция выполняется с помощью web_reg_save_param_ex.

Но для тех же границ в web_reg_save_param значения не фиксируются в переменной в некоторых случаях:

  1. Я также проверил границы не меняются.
  2. Использовал web_set_max_html_param_len ("999999"), что достаточно для получения ответа в моем случае.

Что может быть другой причиной для этого? Ниже приведены ошибки, полученные в LR.

Action.c(181): Error -26377: No match found for the requested parameter "c_abcdef". Either the specified boundaries were not found in the response or the matched text is longer than current max html parameter size of 999999 bytes. The total length of the response is 50472 bytes. You can use "web_set_max_html_param_len" to increase the max parameter size.    [MsgId: MERR-26377]

Action.c(181): Error -26377: No match found for the requested parameter "c_trRef". Either the specified boundaries were not found in the response or the matched text is longer than current max html parameter size of 999999 bytes. The total length of the response is 50472 bytes. You can use "web_set_max_html_param_len" to increase the max parameter size.     [MsgId: MERR-26377]
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...