-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #32 from IamWenboZhang/master
Updated FSSHTTPWOPIInspector project
- Loading branch information
Showing
25 changed files
with
369 additions
and
124 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+17.5 KB
(110%)
...TTPWOPIInspector/Test/WOPIautomation/ExternalReference/FSSHTTPandWOPIFiddlerInspector.dll
Binary file not shown.
Binary file added
BIN
+17 KB
FSSHTTPWOPIInspector/Test/WOPIautomation/ExternalReference/Interop.AutoItX3Lib.dll
Binary file not shown.
Binary file added
BIN
+302 KB
...PIInspector/Test/WOPIautomation/ExternalReference/Microsoft.SharePoint.Client.Runtime.dll
Binary file not shown.
Binary file added
BIN
+844 KB
FSSHTTPWOPIInspector/Test/WOPIautomation/ExternalReference/Microsoft.SharePoint.Client.dll
Binary file not shown.
Binary file not shown.
37 changes: 19 additions & 18 deletions
37
FSSHTTPWOPIInspector/Test/WOPIautomation/WOPIautomation/App.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,28 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<!-- Note: Property values are case-insensitive unless otherwise specified.--> | ||
<appSettings> | ||
<!-- The browser used to access the site. The value should be one of following: IE32, IE64, Chrome, Firefox.--> | ||
<add key="Browser" value="ie32" /> | ||
<add key="UserName" value="contoso\user1"/> | ||
<add key="Password" value="Password01!"/> | ||
<add key="OtherUserName" value="contoso\user2"/> | ||
<add key="OtherPassword" value="Password01!"/> | ||
<add key="BaseAddress" value="https://sut04/" /> | ||
<add key="Excel" value="..\..\..\Resource\Excel.xlsx" /> | ||
<add key="Word" value="..\..\..\Resource\Word.docx" /> | ||
<add key="Browser" value="ie32"/> | ||
<add key="UserName" value="Contoso\plugdevuser18"/> | ||
<add key="Password" value="[Ww47Iwa#Q6dA"/> | ||
<add key="OtherUserName" value="sut02\plugdevuser11"/> | ||
<add key="OtherPassword" value="4SO3kO%iZ|U4X"/> | ||
<add key="BaseAddress" value="http://192.168.0.22"/> | ||
<add key="DocumentAddress" value="http://192.168.0.22/Shared%20Documents/Forms/AllItems.aspx"/> | ||
<add key="Excel" value="..\..\..\Resource\Excel.xlsx"/> | ||
<add key="Word" value="..\..\..\Resource\Doc.docx"/> | ||
<!-- The default wait time when finding element.--> | ||
<add key="DefaultWaitTime" value="15"/> | ||
<add key="UIWaitTime" value="30" /> | ||
<add key="UIWaitTime" value="30"/> | ||
|
||
<!-- The capture tool setting.--> | ||
<add key="StartScriptPath" value="..\..\..\Resource\StartRemoteRun.ps1" /> | ||
<add key="StopScriptPath" value="..\..\..\Resource\StopRemoteRun.ps1" /> | ||
<add key="Powershell_Path" value="%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe" /> | ||
<add key="path" value="\\sut04\v-huid3\aa.cap" /> | ||
<add key="defaultUserNameForFiddler" value="user1" /> | ||
<add key="FiddlerPath" value="C:\Program Files (x86)\Fiddler2" /> | ||
<add key="BatPath" value="..\..\..\Resource\Converter.bat" /> | ||
<add key="StartScriptPath" value="..\..\..\Resource\StartRemoteRun.ps1"/> | ||
<add key="StopScriptPath" value="..\..\..\Resource\StopRemoteRun.ps1"/> | ||
<add key="Powershell_Path" value="%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe"/> | ||
<add key="path" value="\\sut02\C$\Wenbo\aa.cap"/> | ||
<add key="defaultUserNameForFiddler" value="plugdevuser15"/> | ||
<add key="FiddlerPath" value="C:\Users\plugdevuser15\AppData\Local\Programs\Fiddler"/> | ||
<add key="BatPath" value="..\..\..\Resource\Converter.bat"/> | ||
</appSettings> | ||
</configuration> | ||
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/></startup></configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.