Hello All,
I am working on .NET Protocol in Loadrunner(Desktop application). During correlation am facing a challenge.
the below event is generated
lr.log("Event 9881: CUSTOMERRow_1.CUSTOMERID = new Guid(\"85806d04-7df0-45c8-a6d1-55106ed8" +
"1a9c\");");
CUSTOMERRow_1.CUSTOMERID = new Guid("85806d04-7df0-45c8-a6d1-55106ed81a9c");
When I try to correlate the CustomerId, am not able to use the normal web reg save param, as the function is not available(I think it is applicable only for web protocol). So I googled and I found two ways :
1. Correlating the DataSet_XML(where the table is generated under snapshot pane, but if I right click , I dont see the Correlation option). So unable to do it.
2. Correlating the primitive values, which they have specified in the blogs, but they havent given any more informaition in help doc nor in any blogs.)
Can anyone let me know if you have worked in .NET application, how to correlate this.
Application : Microsoft .NET 4.5.2 - Desktop.
Load Runner : .NET Protocol
Regards,
Ramesh