PageRenderTime 54ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/V4/Quickstarts/UIComposition/UIComposition.Tests.AcceptanceTest/UIComposition.Tests.AcceptanceTest/App.config

#
ASP.NET | 60 lines | 37 code | 8 blank | 15 comment | 0 complexity | cb6d11c540f105b2429fe7a3d3ff0ca8 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <configSections>
  4. <sectionGroup name="BrowserSupport">
  5. <section name="Browsers" type="System.Configuration.NameValueSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, Custom=null" />
  6. </sectionGroup>
  7. <sectionGroup name="White">
  8. <section name="Core" type="System.Configuration.NameValueSectionHandler"/>
  9. </sectionGroup>
  10. </configSections>
  11. <appSettings>
  12. <!-- Application path for ViewInjection UI-->
  13. <!--<add key="ViewInjectionWpfAppLocation" value="\BUWPF\UIComposition.exe"/>
  14. <add key="ViewInjectionWpfWpfAppProcessName" value="UIComposition.Desktop"/>
  15. <add key="ViewInjectionSilverlightAppLocation" value ="\BS\TestPage.html"/>
  16. --><!-- Application path for ViewDiscovery UI--><!--
  17. <add key="ViewDiscoveryWpfAppLocation" value="\TDWPF\UIComposition.exe"/>
  18. <add key="ViewDiscoverySilverlightAppLocation" value ="\TS\TestPage.html"/>-->
  19. <!-- Application Location parameters -->
  20. <add key="SilverlightAppLocation" value="http://localhost:57162/"/>
  21. <add key="SilverlightAppHostRelativeLocation" value="\UIComposition\Web" />
  22. <!-- Browser Path and process parameters -->
  23. <add key="IEPartialPath" value="\\Internet Explorer\iexplore.exe"/>
  24. <add key ="FirefoxPartialPath" value ="\\Mozilla Firefox\firefox.exe"/>
  25. <add key ="SafariPartialPath" value ="\\Safari\Safari.exe"/>
  26. <add key="IEAppProcessName" value="iexplore"/>
  27. <add key="FirefoxAppProcessName" value="firefox"/>
  28. <add key="SafariAppProcessName" value ="Safari"/>
  29. <!-- Time to wait for the application to be launched -->
  30. <add key="ApplicationLoadWaitTime" value="60000"/>
  31. <!-- Test Data config files -->
  32. <add key="TestDataInputFile" value=".\TestData\TestDataInput.resx"/>
  33. <add key="ControlIdentifiersFile" value=".\TestData\ControlIdentifiers.resx"/>
  34. </appSettings>
  35. <!-- Config section for Cross-Browser support -->
  36. <BrowserSupport>
  37. <Browsers>
  38. <add key ="InternetExplorer" value ="AcceptanceTestLibrary.Common.CrossBrowserSupport.InternetExplorerLauncher" />
  39. <!--<add key="FireFox" value ="AcceptanceTestLibrary.Common.CrossBrowserSupport.FirefoxLauncher" />-->
  40. <!--<add key ="Safari" value ="AcceptanceTestLibrary.Common.CrossBrowserSupport.SafariLauncher" />-->
  41. </Browsers>
  42. </BrowserSupport>
  43. <!-- white configuration parameters -->
  44. <White>
  45. <Core>
  46. <add key="PopupTimeout" value="30000" />
  47. <add key="SuggestionListTimeout" value="30000" />
  48. <add key="BusyTimeout" value="30000" />
  49. <add key="UIAutomationZeroWindowBugTimeout" value="30000" />
  50. </Core>
  51. </White>
  52. </configuration>