Bladeren bron

Initial revision of SdkTestProcedureSop.txt. This file contains the SOP for testing the .zip package on a Windows system for testing.

master
adeniz 4 jaren geleden
bovenliggende
commit
57eb73ab92
1 gewijzigde bestanden met toevoegingen van 73 en 0 verwijderingen
  1. 73
    0
      SdkTestProcedureSop.txt

+ 73
- 0
SdkTestProcedureSop.txt Bestand weergeven

@@ -0,0 +1,73 @@
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.

Laden…
Annuleren
Opslaan