Has anyone load tested Oracle NCA Forms (Oracle NCA Protocol) with Locust? #3436
Unanswered
Vignesh-332
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I'm exploring using Locust for load/performance testing an Oracle NCA Forms application which works on Oracle NCA Protocol.
Problem Statement:
Oracle Forms doesn't use standard HTTP requests for user interactions. The initial page loads via a servlet (/forms/frmservlet), but once the Java applet starts, all subsequent client-server communication happens via Oracle NCA Protocol.
As Locust is not natively supports Oracle NCA protocol, got stucked here to simulate the traffic via Oracle NCA protocol.
My questions:
Has anyone successfully load tested Oracle NCA Forms with Locust? If so, what approach did you take?
Is there a recommended way to handle the Oracle Forms (Oracle NCA protocol) in Locust?
For those who've done this with other tools (Load Runner Oracle NCA protocol etc.) do you think a Locust-based approach is feasible, or is the protocol too complex to simulate traffic and reverse-engineer for replay?
Any guidance or code samples would be really appreciated.
Thanks!
All reactions