<?xml version="1.0" encoding="utf-8" standalone="no"?>
<test-run id="2" testcasecount="57" result="Failed" label="Invalid" total="1" passed="1" failed="0" inconclusive="0" skipped="0" asserts="2" engine-version="3.8.0.0" clr-version="4.0.30319.42000" start-time="2018-02-01 08:46:12Z" end-time="2018-02-01 08:47:32Z" duration="79.580022">
  <command-line><![CDATA[nunit3-console.exe  E:\Source\testing\packages\NUnit.ConsoleRunner.3.8.0\tools\nunit3-console.exe --where "cat==test" --out="E:\Source\testing\TestSolution\Logs\Logs.log" --result="E:\Source\testing\TestSolution\Reports\AutoTestResult.xml" E:\Source\testing\TestSolution\bin\Debug\TestSolution.dll]]></command-line>
  <filter>
    <cat>test</cat>
  </filter>
  <test-suite type="Assembly" id="1-1" name="nunit3-console.exe" fullname="E:\Source\testing\packages\NUnit.ConsoleRunner.3.8.0\tools\nunit3-console.exe" testcasecount="0" runstate="NotRunnable" result="Failed" label="Invalid">
    <properties>
      <property name="_SKIPREASON" value="No suitable tests found in 'E:\Source\testing\packages\NUnit.ConsoleRunner.3.8.0\tools\nunit3-console.exe'.&#xA;Either assembly contains no tests or proper test driver has not been found." />
    </properties>
    <reason>
      <message>No suitable tests found in 'E:\Source\testing\packages\NUnit.ConsoleRunner.3.8.0\tools\nunit3-console.exe'.
Either assembly contains no tests or proper test driver has not been found.</message>
    </reason>
  </test-suite>
  <test-suite type="Assembly" id="2-1081" name="TestSolution.dll" fullname="E:\Source\testing\TestSolution\bin\Debug\TestSolution.dll" runstate="Runnable" testcasecount="57" result="Passed" start-time="2018-02-01 08:46:13Z" end-time="2018-02-01 08:47:31Z" duration="78.133554" total="1" passed="1" failed="0" warnings="0" inconclusive="0" skipped="0" asserts="2">
    <environment framework-version="3.9.0.0" clr-version="4.0.30319.42000" os-version="Microsoft Windows NT 6.1.7601.65536" platform="Win32NT" cwd="E:\Source\testing\packages\NUnit.ConsoleRunner.3.8.0\tools" machine-name="CIPL-PC169" user="bbpatel" user-domain="bbpatel" culture="en-US" uiculture="en-US" os-architecture="x64" />
    <settings>
      <setting name="DisposeRunners" value="True" />
      <setting name="WorkDirectory" value="E:\Source\testing\packages\NUnit.ConsoleRunner.3.8.0\tools" />
      <setting name="ImageRuntimeVersion" value="4.0.30319" />
      <setting name="ImageTargetFrameworkName" value=".NETFramework,Version=v4.6" />
      <setting name="ImageRequiresX86" value="False" />
      <setting name="ImageRequiresDefaultAppDomainAssemblyResolver" value="False" />
      <setting name="NumberOfTestWorkers" value="4" />
    </settings>
    <properties>
      <property name="_PID" value="11308" />
      <property name="_APPDOMAIN" value="domain-f0de9427-TestSolution.dll" />
    </properties>
    <test-suite type="TestSuite" id="2-1082" name="TestSolution" fullname="TestSolution" runstate="Runnable" testcasecount="57" result="Passed" start-time="2018-02-01 08:46:13Z" end-time="2018-02-01 08:47:31Z" duration="78.111036" total="1" passed="1" failed="0" warnings="0" inconclusive="0" skipped="0" asserts="2">
      <properties />
      <test-suite type="TestSuite" id="2-1084" name="Features" fullname="TestSolution.Features" runstate="Runnable" testcasecount="57" result="Passed" start-time="2018-02-01 08:46:13Z" end-time="2018-02-01 08:47:31Z" duration="78.110101" total="1" passed="1" failed="0" warnings="0" inconclusive="0" skipped="0" asserts="2">
        <properties />
        <test-suite type="TestFixture" id="2-1070" name="BCF_66_Customizable_LabelsFeature" fullname="TestSolution.Features.BCF_66_Customizable_LabelsFeature" classname="TestSolution.Features.BCF_66_Customizable_LabelsFeature" runstate="Runnable" testcasecount="6" result="Passed" start-time="2018-02-01 08:46:13Z" end-time="2018-02-01 08:47:31Z" duration="78.104758" total="1" passed="1" failed="0" warnings="0" inconclusive="0" skipped="0" asserts="2">
          <properties>
            <property name="Description" value="BCF_66_Customizable_labels" />
          </properties>
          
          <test-case id="2-1071" name="AddNewRecordInCreditTab" fullname="TestSolution.Features.BCF_66_Customizable_LabelsFeature.AddNewRecordInCreditTab" methodname="AddNewRecordInCreditTab" classname="TestSolution.Features.BCF_66_Customizable_LabelsFeature" runstate="Runnable" seed="760497746" result="Passed" start-time="2018-02-01 08:46:18Z" end-time="2018-02-01 08:47:31Z" duration="73.449306" asserts="2">
            <properties>
              <property name="Description" value="Add new record in credit tab" />
              <property name="Category" value="test" />
            </properties>
            <output><![CDATA[Given I should be logged into portal
-> done: CommonsFeatureSteps.WhenIShouldBeLoggedInto("portal") (15.4s)
And I My Accounts page
-> done: CommonsFeatureSteps.GivenIMyAccountsPage() (3.2s)
And I should be logged into manager
-> done: CommonsFeatureSteps.WhenIShouldBeLoggedInto("manager") (14.4s)
And I select Golden Creek Country Club from club drop down
-> done: CommonsFeatureSteps.GivenISelectGoldenCreekCountryClubFromClubDropDown("Golden Creek Coun...") (5.7s)
And I move to account balance page
-> done: CommonsFeatureSteps.GivenIMoveToAccountBalancePage("account balance") (6.2s)
Given I move to Credit tab
-> done: BCF_66_Customizable_LabelsSteps.GivenIMoveToCredtTab("Credit") (0.1s)
And I delete existing records from accounts section of credit tab
-> done: BCF_66_Customizable_LabelsSteps.GivenIDeleteExistingRecordsFromAccountsSection("credit") (4.2s)
When I click on Add new record in Accounts section of credit tab
-> done: BCF_66_Customizable_LabelsSteps.WhenIClickOnAddNewRecordInAccountsSection("Add new record", "credit") (0.1s)
And Enter details 13, Test Credit, Credit overall total
-> done: BCF_66_Customizable_LabelsSteps.WhenEnterDetails("13", "Test Credit", "Credit overall total") (0.6s)
And Check insert value check box
-> done: BCF_66_Customizable_LabelsSteps.WhenCheckInsertValueCheckBox() (0.1s)
And I click on Update in Accounts section of credit tab
-> done: BCF_66_Customizable_LabelsSteps.WhenIClickOnAddNewRecordInAccountsSection("Update", "credit") (0.1s)
Then In  portal I should see a link with Test Credit configured in Venue manager
-> done: BCF_66_Customizable_LabelsSteps.ThenInMemberPortalIShouldSeeALinkWithConfiguredInVenueManager("Test Credit") (3.3s)
And I click on link Test Credit
-> done: BCF_66_Customizable_LabelsSteps.ThenIClickOnLinkTestCredit("Test Credit") (6.6s)
And I should see Credit overall total which is configured in  portal
-> done: BCF_66_Customizable_LabelsSteps.ThenIShouldSeeCreditOverallTotalWhichIsConfiguredInMemberPortal("should", "Credit overall total") (3.7s)
]]></output>
            <attachments>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_venueManager.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_venueManager.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_venueManager.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_venueManager.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_venueManager.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_venueManager.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_venueManager.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_venueManager.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_venueManager.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_venueManager.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_venueManager.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_Portal.jpg</filePath>
              </attachment>
              <attachment>
                <filePath>E:\Source\testing\TestSolution\bin\Debug\\TestResults\ScreenShots\Add new record in credit tab_venueManager.jpg</filePath>
              </attachment>
            </attachments>
          </test-case>
        </test-suite>
      </test-suite>
    </test-suite>
  </test-suite>
</test-run>