Advertisement
Guest User

Untitled

a guest
Aug 30th, 2017
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.16 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" standalone="no"?>
  2. <test-run id="2" testcasecount="1" result="Failed" total="1" passed="0" failed="1" inconclusive="0" skipped="0" asserts="0" engine-version="3.7.0.0" clr-version="4.0.30319.42000" start-time="2017-08-29 13:38:24Z" end-time="2017-08-29 13:38:43Z" duration="19.440446">
  3. <command-line><![CDATA[nunit3-console C:\Portal.Selenium\INWK.DemoTest\INWK.DemoTest.csproj --params=Browser=Chrome;Environment=qa04]]></command-line>
  4. <test-suite type="Assembly" id="1-1003" name="INWK.DemoTest.dll" fullname="C:\Portal.Selenium\INWK.DemoTest\bin\Debug\INWK.DemoTest.dll" runstate="Runnable" testcasecount="1" result="Failed" site="Child" start-time="2017-08-29 13:38:25Z" end-time="2017-08-29 13:38:43Z" duration="18.542739" total="1" passed="0" failed="1" warnings="0" inconclusive="0" skipped="0" asserts="0">
  5. <environment framework-version="3.8.1.0" clr-version="4.0.30319.42000" os-version="Microsoft Windows NT 6.1.7601 Service Pack 1" platform="Win32NT" cwd="C:\Program Files (x86)\NUnit.org\nunit-console" machine-name="DKLEMENTYEV" user="DKlementyev" user-domain="DOMAIN" culture="ru-RU" uiculture="en-US" os-architecture="x64" />
  6. <settings>
  7. <setting name="BasePath" value="C:\Portal.Selenium\INWK.DemoTest\bin\Debug\" />
  8. <setting name="DisposeRunners" value="True" />
  9. <setting name="WorkDirectory" value="C:\Program Files (x86)\NUnit.org\nunit-console" />
  10. <setting name="TestParametersDictionary" value="[Browser, Chrome], [Environment, qa04]">
  11. <item key="Browser" value="Chrome" />
  12. <item key="Environment" value="qa04" />
  13. </setting>
  14. <setting name="TestParameters" value="Browser=Chrome;Environment=qa04" />
  15. <setting name="ImageRuntimeVersion" value="4.0.30319" />
  16. <setting name="ImageTargetFrameworkName" value=".NETFramework,Version=v4.5" />
  17. <setting name="ImageRequiresX86" value="False" />
  18. <setting name="ImageRequiresDefaultAppDomainAssemblyResolver" value="False" />
  19. <setting name="NumberOfTestWorkers" value="4" />
  20. </settings>
  21. <properties>
  22. <property name="_PID" value="6152" />
  23. <property name="_APPDOMAIN" value="domain-22a3dda9-INWK.DemoTest.csproj" />
  24. </properties>
  25. <failure>
  26. <message><![CDATA[One or more child tests had errors]]></message>
  27. </failure>
  28. <test-suite type="TestSuite" id="1-1004" name="INWK" fullname="INWK" runstate="Runnable" testcasecount="1" result="Failed" site="Child" start-time="2017-08-29 13:38:25Z" end-time="2017-08-29 13:38:43Z" duration="18.513152" total="1" passed="0" failed="1" warnings="0" inconclusive="0" skipped="0" asserts="0">
  29. <failure>
  30. <message><![CDATA[One or more child tests had errors]]></message>
  31. </failure>
  32. <test-suite type="TestSuite" id="1-1005" name="DemoTest" fullname="INWK.DemoTest" runstate="Runnable" testcasecount="1" result="Failed" site="Child" start-time="2017-08-29 13:38:25Z" end-time="2017-08-29 13:38:43Z" duration="18.511956" total="1" passed="0" failed="1" warnings="0" inconclusive="0" skipped="0" asserts="0">
  33. <failure>
  34. <message><![CDATA[One or more child tests had errors]]></message>
  35. </failure>
  36. <test-suite type="TestFixture" id="1-1000" name="BuyItemFeature" fullname="INWK.DemoTest.BuyItemFeature" classname="INWK.DemoTest.BuyItemFeature" runstate="Runnable" testcasecount="1" result="Failed" site="Child" start-time="2017-08-29 13:38:25Z" end-time="2017-08-29 13:38:43Z" duration="18.503036" total="1" passed="0" failed="1" warnings="0" inconclusive="0" skipped="0" asserts="0">
  37. <properties>
  38. <property name="Description" value="BuyItem" />
  39. </properties>
  40. <failure>
  41. <message><![CDATA[One or more child tests had errors]]></message>
  42. </failure>
  43. <output><![CDATA[-> Using app.config
  44. ]]></output>
  45. <test-case id="1-1001" name="BuyProduct" fullname="INWK.DemoTest.BuyItemFeature.BuyProduct" methodname="BuyProduct" classname="INWK.DemoTest.BuyItemFeature" runstate="Runnable" seed="1664001680" result="Failed" label="Error" start-time="2017-08-29 13:38:25Z" end-time="2017-08-29 13:38:43Z" duration="17.951747" asserts="0">
  46. <properties>
  47. <property name="Description" value="BuyProduct" />
  48. <property name="Category" value="buyItem" />
  49. </properties>
  50. <failure>
  51. <message><![CDATA[System.InvalidOperationException : chrome not reachable
  52. (Session info: chrome=60.0.3112.101)
  53. (Driver info: chromedriver=2.31.488763 (092de99f48a300323ecf8c2a4e2e7cab51de5ba8),platform=Windows NT 6.1.7601 SP1 x86_64) (100)]]></message>
  54. <stack-trace><![CDATA[ at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)
  55. at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)
  56. at OpenQA.Selenium.Remote.RemoteWebDriver.FindElement(String mechanism, String value)
  57. at INWK.Common.Pages.LoginPage.ValidateThatUserNotAuthorized() in C:\Portal.Selenium\INWK.Common\Pages\LoginPage.cs:line 31
  58. at INWK.DemoTest.LoginPageSteps.GivenIAmAsNotAuthorizedUser() in C:\Portal.Selenium\INWK.DemoTest\LoginPageSteps.cs:line 18
  59. at TechTalk.SpecFlow.Bindings.BindingInvoker.InvokeBinding(IBinding binding, IContextManager contextManager, Object[] arguments, ITestTracer testTracer, TimeSpan& duration)
  60. at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.ExecuteStepMatch(BindingMatch match, Object[] arguments)
  61. at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.ExecuteStep(IContextManager contextManager, StepInstance stepInstance)
  62. at TechTalk.SpecFlow.Infrastructure.TestExecutionEngine.OnAfterLastStep()
  63. at INWK.DemoTest.BuyItemFeature.ScenarioCleanup()
  64. at INWK.DemoTest.BuyItemFeature.BuyProduct() in C:\Portal.Selenium\INWK.DemoTest\BuyItem.feature:line 13]]></stack-trace>
  65. </failure>
  66. <output><![CDATA[Given I am as not authorized user
  67. -> error: chrome not reachable
  68. (Session info: chrome=60.0.3112.101)
  69. (Driver info: chromedriver=2.31.488763 (092de99f48a300323ecf8c2a4e2e7cab51de5ba8),platform=Windows NT 6.1.7601 SP1 x86_64) (100)
  70. When I login as xxx with password xxx
  71. -> skipped because of previous errors
  72. And I go to EStore
  73. -> skipped because of previous errors
  74. And I select Automation Items category
  75. -> skipped because of previous errors
  76. And I input 5 qty for automation_print_prod_1
  77. -> skipped because of previous errors
  78. And I add automation_print_prod_1 to cart
  79. -> skipped because of previous errors
  80. And I wait for minicart shown
  81. -> skipped because of previous errors
  82. And I close browser
  83. -> skipped because of previous errors
  84. ]]></output>
  85. </test-case>
  86. </test-suite>
  87. <test-suite type="TestFixture" id="1-1002" name="LoginPageSteps" fullname="INWK.DemoTest.LoginPageSteps" classname="INWK.DemoTest.LoginPageSteps" runstate="Runnable" testcasecount="0" result="Passed" start-time="2017-08-29 13:38:43Z" end-time="2017-08-29 13:38:43Z" duration="0.000017" total="0" passed="0" failed="0" warnings="0" inconclusive="0" skipped="0" asserts="0" />
  88. </test-suite>
  89. </test-suite>
  90. </test-suite>
  91. </test-run>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement