Hello Experts – I am having issues scripting a certain transaction with the use of LoadRunner. Below are the specifics:
Application: Custom J2EE with JavaScript/AJAX/JSF
LoadRunner Version: 9.1
Recording Protocol: AJAX Click and Script
The issue I am having is when LoadRunner attempts to record a combo box dropdown click. It attempts to record the values as shown below:
web_element("-Select-0010020030040050060070080090",
"Snapshot=t22.inf",
DESCRIPTION,
"Text="
"-Select-00100200300400500600700800901001101201301401501601701801902002102202302402502602702803003103203403503603703803904004104204304404504604704804905105205305405505605705805906006106206306406506606706807007107207307407507607707908008108208308508909109209309810110210311111458SHOPWO118121122123124126127128129130131132133134135136137138139140141142144145146147148149150151152153154155156157158159160161162163164165166167168169171172173174175182190191192193194195196197198199200201202203204205206207208"
"209?

??FOR SALEFOR SALENISNISOOSST1ST2TAHOETRANSFERTRANSFERTRANSFERTRANSFERTRANSFERVANYW003W005W006W009",
"Tag=DIV",
ACTION,
"FireEvent=onmouseover",
LAST);
LoadRunner attempts to record all dropdown values in a single string. For example 001, 002, 003, etc are single values, but they are strung together in the code above. During replay however, it bombs at this section, giving an error message below:
Action.c(93): web_element("-Select-0010020030040050060070080090") highest severity level was "ERROR" [MsgId: MMSG-26391]
I have tried scripting in the Web (HTTP/HTML) protocol (both HTML and URL based) to no success. The dropdown click is not recorded at all using those protocols.
Any advice you may have is greatly appreciated.
Thanks