Following the recent blog post by JK I was looking into setting up our AD instance to monitor the load runner transactions from our performance tests.
I have added the headers vto the LR scripts and created the custom rule to pick up the LR transaction names from the headers. I can now see the transactions appearing in the controller. All is good. Except...
In some cases we are seeing duplicate Transaction names in the Controller with different underlying calls.
Some of our LR transactions call URL's which have rediects in them and what seems to be happening is as follows
Load Runner Transaction LR1 calls URL A - Which points to a .net Node called XXlogin
This then redirects to another URL B which is running on another .net Node called YYWEB
This then calls a 3rd URL C on the same node YYWEB.
WHat we see in the controller is 2 Business Transactions called LR1.
But when you view the transactions one has the call information for the calls to XXLOGIIN (URL A)
and the other has the call information for YYWEB (URL B and C)
Is there anyway that we can get this to apear as one single transaction and have the completem call flow in one place?
I have looked at Grouping the Transaction however this just creates a layer above the 2 transactions and you still need to view the flow diagrams for each one seperately.
I would like to be able to show them as one Transaction and flow diagram showing the call to the 2 different nodes