<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Xunit/Specflow Monitoring in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Xunit-Specflow-Monitoring/m-p/731797#M7727</link>
    <description>&lt;P&gt;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&amp;nbsp;Scenarios as well as the steps within it. Behind the scenes it runs on xunit so maybe there is a way to monitor that?&lt;/P&gt;

&lt;P&gt;test example:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;*.feature file

@App
Scenario: [APP] Search for an app in Airwatch DB fails
	Given I have valid "apple" public app context
	When I search for the app "someapp"
	Then The http status code of the response should be 204&lt;/PRE&gt;
&lt;P&gt;and the steps are something like this:&lt;/P&gt;
&lt;PRE&gt;        [Given(@"I have (.*) device with name (.*)")]
        public void GivenIHaveDeviceWithName(string deviceType, string deviceName)
        {
            this.ScenarioContext.Add("DeviceType", deviceType);
            var deviceContext = this.ScenarioContext.GetContext&amp;lt;DeviceContext&amp;gt;(deviceName);
            this.ScenarioContext.Add("Udid", deviceContext.Device.DeviceUid);
        }&lt;/PRE&gt;

&lt;P&gt;On the AppD side, I would then be able to see how long each of these scenerios took as well as even get how long each step took. Is there a way to do this? Possibly with some configuration?&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Apr 2018 19:59:32 GMT</pubDate>
    <dc:creator>CommunityUser</dc:creator>
    <dc:date>2018-04-05T19:59:32Z</dc:date>
    <item>
      <title>Xunit/Specflow Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Xunit-Specflow-Monitoring/m-p/731797#M7727</link>
      <description>&lt;P&gt;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&amp;nbsp;Scenarios as well as the steps within it. Behind the scenes it runs on xunit so maybe there is a way to monitor that?&lt;/P&gt;

&lt;P&gt;test example:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;*.feature file

@App
Scenario: [APP] Search for an app in Airwatch DB fails
	Given I have valid "apple" public app context
	When I search for the app "someapp"
	Then The http status code of the response should be 204&lt;/PRE&gt;
&lt;P&gt;and the steps are something like this:&lt;/P&gt;
&lt;PRE&gt;        [Given(@"I have (.*) device with name (.*)")]
        public void GivenIHaveDeviceWithName(string deviceType, string deviceName)
        {
            this.ScenarioContext.Add("DeviceType", deviceType);
            var deviceContext = this.ScenarioContext.GetContext&amp;lt;DeviceContext&amp;gt;(deviceName);
            this.ScenarioContext.Add("Udid", deviceContext.Device.DeviceUid);
        }&lt;/PRE&gt;

&lt;P&gt;On the AppD side, I would then be able to see how long each of these scenerios took as well as even get how long each step took. Is there a way to do this? Possibly with some configuration?&lt;/P&gt;

&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 19:59:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Xunit-Specflow-Monitoring/m-p/731797#M7727</guid>
      <dc:creator>CommunityUser</dc:creator>
      <dc:date>2018-04-05T19:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Xunit/Specflow Monitoring</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Xunit-Specflow-Monitoring/m-p/731798#M7728</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&amp;nbsp; All you need to do is identify the .Net Process under which this&amp;nbsp;code is getting executed and then create a standalone app configuration and POCO rules to get the metrics.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Raunak&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 16:37:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Xunit-Specflow-Monitoring/m-p/731798#M7728</guid>
      <dc:creator>Raunak_Mohanty</dc:creator>
      <dc:date>2018-04-16T16:37:10Z</dc:date>
    </item>
  </channel>
</rss>

