12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- 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:\Program Files\SNF" if it doesn't exist.
-
- [ ] Delete all files and directories in "c:\Program Files\SNF".
-
- [ ] From the extracted directory, install the following Sniffer files
- to "c:\Program Files\SNF":
-
- [ ] snf_engine.xml
-
- [ ] identity.xml
-
- [ ] testmode.gbx
-
- [ ] 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 (x64 and x86) and for Release and Debug
-
- [ ] 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.
-
- For the different platforms, in main.cs, uncomment the
- appropriate line for initializing the SNFMULTI_CLL string
- variable to specify the location of the SNFMulti.dll file.
-
- [ ] 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, x86, and Any CPU) and for Release and Debug.
-
- For the different platforms, in main.vb, uncomment the
- appropriate line for initializing the SNFMULTI_CLL string
- variable to specify the location of the SNFMulti.dll file.
-
- [ ] Exit Visual Studio 2019.
-
- [ ] The SOP is complete.
|