Hi Guys,
My team is working on migrating some core scripts(Services and WEB) from NeoLoad to LoadRunner.
Our project has an integration with external Java framework, to handle different types of business logic.
That logic can be anything from capturing data being sent through the DBMS_OUTPUT by PROCs / Function calls, to resolving hosts for different types of environments, based on scopes and other requirements .
With NeoLoad, this can be easily achieved by having a JS action that invokes that specific method, required by the downstream transactions(Java binaries need to be available within the working directory).
I'd like to know what would be the equivalent approach for that in LoadRunner, where external Java logic can be used and then later consumed by downstream transactions within a script/solution.
We use version 24.1 build 264.
Thanks!