Hi,
We are consuming DFS 6.6 from a web application to upload and download documents.
We need to perform load testing /performance testing for the application for which we are trying to use Load Runner.
In our application we need two things one JSESSIONID and other UCFID (UID) for DFS to use UCF for content transfer.
Now as load runner can only scan the response from the server, it is able to capture JSESSIONID set by the DFS services in cookies and return in server response. But the same thing is not true for UCF ID (UID) .
Flow of our code is:-
ser opens a download html.
HTML in turns invoke an applet which creates a UCF session.
From UCF session we get JSESSION ID and UCF ID (UID)
User selects the document to upload and then a request is submitted to a serverlet which consumes DFS object services to upload the document.
JSESSIONID and UCF ID is passes as request parameters.
Now when we use Load runner, It needs to build the request URL with JSESSIONID and UCF ID.
But here Load runner is not able to capture UCF ID.
we tried using a function getUID() from load runner scripts. ut even it fails.
So have any one tested DFS using Load runner .
I checked some other posts, there I get some sample JMeter scripts, but I believe they were not testing UCF.
Some quick response is highy appriciated.
Thanks,
Kapil.