cancel
Showing results for 
Search instead for 
Did you mean: 

Performance testing using HP LoadRunner

Former Member
0 Kudos

Hi,

I'm trying to script up a basic load test of the SAP Portal using Load Runner HTTP/HTML protocol. I've dome some correlation but I'm finding the web_submit_data functions seem to be passsing garbage for the eventQueue (see below).

"Name=eventQueue", "Value=BUTTONCLICKîx80u201AIdîx80u201AaaabLDOL.VcRfwIFrameView.PrevButtonTopîx80u201ACurrentFocusIdîx80u201AaaabLDOL.VcRfwIFrameView.PrevButtonTop", ENDITEM,

My Question is what kind of data is passed in the eventQueue. I'm trying to navigate through payslips and expecting a pdf document to appear within the portal.

Let me know if you need anymore info.

Thanks

Gavin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Gavin,

The eventQueue parameter contains list of the user actions

(for example: BUTTONCLICK, LINKCLICK,...) performed on the WebDynpro

application on the clientside(browser). The user action is associated

to an UI control which has a unique ID and this ID is sent along with

action name(for example:BUTTONCLICK).When the eventQueue parameter is sent

from client to the server, the

server computes the html response and sends it back to the client.

Kind regards, Istvan Elek

Answers (0)