Trying to find a way to monitor xunit tests on the AppDynamics SaaS portal. We currently use specflow to build out the scenerio and then code the rest in c#. It would be great if there was a way to monitor the Scenarios as well as the steps within it...
BT: Asp.net
Here are the steps I did:
1. Verify that custom BT has a higher priority than the auto-discovery rule. (custom-BT-With-Higher-Priority.png)
2. Verify that auto-discovery is enabled for asp.net (auto-detect-on.png)
3. run test that u...
The idea was to have individual business transcations show up for different requests (e.g. when a request comes in, it can be branched into 1 of 10 "endpoints") the problem here is that when we excluded the parent BT, we did not see the children endp...
To continue with this thread...
I have been facing a similar issue with this. I went ahead and tried the approach you suggested with adding service endpoints. I tried the similar appoach with method1/method2/method3 but for service endpoints and ...