-
Notifications
You must be signed in to change notification settings - Fork 45
/
TestSettings1.testsettings
19 lines (19 loc) · 3.39 KB
/
TestSettings1.testsettings
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<TestSettings name="TestSettings1" id="3cc40bdc-1ab6-46eb-bd81-431894666db2" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
<Description>These are default test settings for a local test run.</Description>
<Deployment>
<DeploymentItem filename="....\Data\DataFile.xlsx" />
</Deployment>
<Execution>
<TestTypeSpecific>
<UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
<AssemblyResolution>
<TestDirectory useLoadContext="true" />
</AssemblyResolution>
</UnitTestRunConfig>
<WebAiiTestRunConfig testTypeId="c4241296-3c6e-46b1-bf92-e0bd3e0eb017" Settings="<?xml version="1.0" encoding="utf-16"?>
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
 <Web>
 <WebKitExecutionDelay>0</WebKitExecutionDelay>
 <ExecutingBrowsers>
 <BrowserExecutionType>InternetExplorer</BrowserExecutionType>
 </ExecutingBrowsers>
 <UseMultiBrowserExecution>false</UseMultiBrowserExecution>
 <RecycleBrowser>false</RecycleBrowser>
 <AspNetDevServerPort>-1</AspNetDevServerPort>
 <LocalWebServer>None</LocalWebServer>
 <EnableUILessRequestViewing>false</EnableUILessRequestViewing>
 <WebAppPhysicalPath />
 <DefaultBrowser>InternetExplorer</DefaultBrowser>
 <Browser>InternetExplorer</Browser>
 <EnableScriptLogging>false</EnableScriptLogging>
 <BaseUrl />
 <KillBrowserProcessOnClose>false</KillBrowserProcessOnClose>
 <UseHttpProxy>false</UseHttpProxy>
 <EnableSilverlight>false</EnableSilverlight>
 <VerboseHttpProxy>false</VerboseHttpProxy>
 <SilverlightConnectTimeout>60000</SilverlightConnectTimeout>
 </Web>
 <Wpf>
 <DefaultApplicationPath />
 </Wpf>
 <CreateLogFile>true</CreateLogFile>
 <LogLocation>C:\WebAiiLog\</LogLocation>
 <QueryEventLogErrorsOnExit>false</QueryEventLogErrorsOnExit>
 <LogAnnotations>false</LogAnnotations>
 <SimulatedMouseMoveSpeed>0.3</SimulatedMouseMoveSpeed>
 <WaitCheckInterval>500</WaitCheckInterval>
 <ElementWaitTimeout>30000</ElementWaitTimeout>
 <ExecuteCommandTimeout>20000</ExecuteCommandTimeout>
 <ExecutionDelay>0</ExecutionDelay>
 <UnexpectedDialogAction>HandleAndFailTest</UnexpectedDialogAction>
 <AnnotateExecution>false</AnnotateExecution>
 <AnnotationMode>All</AnnotationMode>
 <XMultiMgr>true</XMultiMgr>
 <ClientReadyTimeout>60000</ClientReadyTimeout>
</Settings>" xmlns="http://artoftest.com/schemas/WebAiiDesignCanvas/1.0.0" />
</TestTypeSpecific>
<AgentRule name="LocalMachineDefaultRole">
</AgentRule>
</Execution>
</TestSettings>