|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- This is an SOP for testing the SNFMulti SDK .zip package.
-
- This SOP is to be performed on VM1-WinSDK-Test-Labrat when a new
- SNFMulti SDK .zip package is created.
-
- [ ] Log in to VM1-WinSDK-Test-Labrat as user Labrat.
-
- [ ] If not installed install the following software:
-
- [ ] WinScp.
-
- [ ] Visual Studion 2019.
-
- [ ] Copy the .zip package to VM1-WinSDK-Test-Labrat:
-
- [ ] Start WinScp.
-
- [ ] Copy the .zip package from TBD to WinSDK-Test/VER on the
- Desktop, where VER is the version number of the SDK.
-
- [ ] Exit WinScp.
-
- [ ] Extract the SDK from the .zip file.
-
- [ ] Create the directory "c:\SNF" if it doesn't exist.
-
- [ ] Delete all files and directories in "c:\SNF".
-
- [ ] From the extracted directory, install the following Sniffer files
- to "c:\SNF":
-
- [ ] snf_engine.xml
-
- [ ] identity.xml
-
- [ ] testmode.snf
-
- [ ] getRulebase.cmd
-
- [ ] GBUdbIgnoreList.txt
-
- [ ] curl.exe
-
- [ ] SNF2Check.exe
-
- [ ] Test the C++ sample program:
-
- [ ] With Visual Studio 2019, open VS2019CPPSample\VS2019CPPSample.sln.
-
- [ ] Verify that the program builds and runs with no errors for each
- platform:
-
- [ ] Select x64 and Release
-
- [ ] Verify that the program runs successfully.
-
- [ ] Select x64 for Debug
-
- [ ] Verify that the program runs successfully.
-
- [ ] Select x86 for Release
-
- [ ] Verify that the program runs successfully.
-
- [ ] Select x86 for Debug
-
- [ ] Verify that the program runs successfully.
-
- [ ] Exit Visual Studio 2019.
-
- [ ] Test the C# sample program:
-
- [ ] With Visual Studio 2019, open VS2019CSSample\VS2019CSSample.sln.
-
- [ ] Verify that the program builds and runs with no errors for each
- platform (x64, x86, and Any CPU) and for Release and Debug:
-
- [ ] x64:
-
- [ ] In main.cs, uncomment the line that initializes the
- SNFMULTI_DLL variable with the path to the DLL for the
- "x64" platform.
-
- [ ] Select Debug.
-
- [ ] Verify that the program runs successfully.
-
- [ ] Select Release.
-
- [ ] Verify that the program runs successfully.
-
- [ ] x86:
-
- [ ] In main.cs, uncomment the line that initializes the
- SNFMULTI_DLL variable with the path to the DLL for the
- "x86" platform.
-
- [ ] Select Debug.
-
- [ ] Verify that the program runs successfully.
-
- [ ] Select Release.
-
- [ ] Verify that the program runs successfully.
-
- [ ] Any CPU:
-
- [ ] In main.cs, uncomment the line that initializes the
- SNFMULTI_DLL variable with the path to the DLL for "Any
- CPU" platform.
-
- [ ] Select Debug.
-
- [ ] Verify that the program runs successfully.
-
- [ ] Select Release.
-
- [ ] Verify that the program runs successfully.
-
- [ ] Exit Visual Studio 2019.
-
- [ ] Test the Visual Basic sample program:
-
- [ ] With Visual Studio 2019, open VS2019VBSample\VS2019VBSample.sln.
-
- [ ] Verify that the program builds and runs with no errors for each
- platform:
-
- [ ] x64:
-
- [ ] In main.vb, uncomment the line that initializes the
- SNFMULTI_DLL variable with the path to the DLL for the
- "x64" platform.
-
- [ ] Select Debug.
-
- [ ] Verify that the program runs successfully.
-
- [ ] Select Release.
-
- [ ] Verify that the program runs successfully.
-
- [ ] x86:
-
- [ ] In main.vb, uncomment the line that initializes the
- SNFMULTI_DLL variable with the path to the DLL for the
- "x86" platform.
-
- [ ] Select Debug.
-
- [ ] Verify that the program runs successfully.
-
- [ ] Select Release.
-
- [ ] Verify that the program runs successfully.
-
- [ ] Any CPU:
-
- [ ] In main.vb, uncomment the line that initializes the
- SNFMULTI_DLL variable with the path to the DLL for "Any
- CPU" platform.
-
- [ ] Select Debug.
-
- [ ] Verify that the program runs successfully.
-
- [ ] Select Release.
-
- [ ] Verify that the program runs successfully.
-
- [ ] Exit Visual Studio 2019.
-
- [ ] Open ReadMe.html with a web browser and verify that all links are
- correct.
-
- [ ] The SOP is complete.
|