Hello,
I am a seasoned performance tester with loadrunner. I have been creating scripts in loadrunner with webtop for over 2 years now. I have had no issues getting the UID or corelating my scripts.
Recently I developed a tool for production monitoring. It basically logs into webtop every 15 minutes and performs a checkout and a checkin. It is a loadrunner script and the UCF involker tool is enabled 24/7 in the machine.
Atleast once a day, I believe the UID being generated is wrong, as a result of which either the checkout or the checkin transaction would fail.
When a looked at the UIDs getting generated for a period of say 2 days, it is usually in sequential order. When I look at the UID for the failed transaction, they are of the sequence. For the next successful transaction, the UID again joins the sequence.
UID100 - Pass
UID101-Pass
UID102 -Pass
UID32-Fail --- why does a wrong UID get generated?
UID103-Pass
Has anyone seen such a pattern. Any information regarding this will be very help.
Also is it possible to get hold of the source code for the TDfUCFInvokerClient.dll that we use in the script.
When I open the java console in my machine I am able to see the UID. Has anyone able to read the output of the Java console outside the java console. I believe thats what the dll file does.
Thanks.