Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

SdkTestProcedureSop.txt 4.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. This is an SOP for testing the SNFMulti SDK .zip package.
  2. This SOP is to be performed on VM1-WinSDK-Test-Labrat when a new
  3. SNFMulti SDK .zip package is created.
  4. [ ] Log in to VM1-WinSDK-Test-Labrat as user Labrat.
  5. [ ] If not installed install the following software:
  6. [ ] WinScp.
  7. [ ] Visual Studion 2019.
  8. [ ] Copy the .zip package to VM1-WinSDK-Test-Labrat:
  9. [ ] Start WinScp.
  10. [ ] Copy the .zip package from TBD to WinSDK-Test/VER on the
  11. Desktop, where VER is the version number of the SDK.
  12. [ ] Exit WinScp.
  13. [ ] Extract the SDK from the .zip file.
  14. [ ] Create the directory "c:\SNF" if it doesn't exist.
  15. [ ] Delete all files and directories in "c:\SNF".
  16. [ ] From the extracted directory, install the following Sniffer files
  17. to "c:\SNF":
  18. [ ] snf_engine.xml
  19. [ ] identity.xml
  20. [ ] testmode.snf
  21. [ ] getRulebase.cmd
  22. [ ] GBUdbIgnoreList.txt
  23. [ ] curl.exe
  24. [ ] SNF2Check.exe
  25. [ ] Test the C++ sample program:
  26. [ ] With Visual Studio 2019, open VS2019CPPSample\VS2019CPPSample.sln.
  27. [ ] Verify that the program builds and runs with no errors for each
  28. platform:
  29. [ ] Select x64 and Release
  30. [ ] Verify that the program runs successfully.
  31. [ ] Select x64 for Debug
  32. [ ] Verify that the program runs successfully.
  33. [ ] Select x86 for Release
  34. [ ] Verify that the program runs successfully.
  35. [ ] Select x86 for Debug
  36. [ ] Verify that the program runs successfully.
  37. [ ] Exit Visual Studio 2019.
  38. [ ] Test the C# sample program:
  39. [ ] With Visual Studio 2019, open VS2019CSSample\VS2019CSSample.sln.
  40. [ ] Verify that the program builds and runs with no errors for each
  41. platform (x64, x86, and Any CPU) and for Release and Debug:
  42. [ ] x64:
  43. [ ] In main.cs, uncomment the line that initializes the
  44. SNFMULTI_DLL variable with the path to the DLL for the
  45. "x64" platform.
  46. [ ] Select Debug.
  47. [ ] Verify that the program runs successfully.
  48. [ ] Select Release.
  49. [ ] Verify that the program runs successfully.
  50. [ ] x86:
  51. [ ] In main.cs, uncomment the line that initializes the
  52. SNFMULTI_DLL variable with the path to the DLL for the
  53. "x86" platform.
  54. [ ] Select Debug.
  55. [ ] Verify that the program runs successfully.
  56. [ ] Select Release.
  57. [ ] Verify that the program runs successfully.
  58. [ ] Any CPU:
  59. [ ] In main.cs, uncomment the line that initializes the
  60. SNFMULTI_DLL variable with the path to the DLL for "Any
  61. CPU" platform.
  62. [ ] Select Debug.
  63. [ ] Verify that the program runs successfully.
  64. [ ] Select Release.
  65. [ ] Verify that the program runs successfully.
  66. [ ] Exit Visual Studio 2019.
  67. [ ] Test the Visual Basic sample program:
  68. [ ] With Visual Studio 2019, open VS2019VBSample\VS2019VBSample.sln.
  69. [ ] Verify that the program builds and runs with no errors for each
  70. platform:
  71. [ ] x64:
  72. [ ] In main.vb, uncomment the line that initializes the
  73. SNFMULTI_DLL variable with the path to the DLL for the
  74. "x64" platform.
  75. [ ] Select Debug.
  76. [ ] Verify that the program runs successfully.
  77. [ ] Select Release.
  78. [ ] Verify that the program runs successfully.
  79. [ ] x86:
  80. [ ] In main.vb, uncomment the line that initializes the
  81. SNFMULTI_DLL variable with the path to the DLL for the
  82. "x86" platform.
  83. [ ] Select Debug.
  84. [ ] Verify that the program runs successfully.
  85. [ ] Select Release.
  86. [ ] Verify that the program runs successfully.
  87. [ ] Any CPU:
  88. [ ] In main.vb, uncomment the line that initializes the
  89. SNFMULTI_DLL variable with the path to the DLL for "Any
  90. CPU" platform.
  91. [ ] Select Debug.
  92. [ ] Verify that the program runs successfully.
  93. [ ] Select Release.
  94. [ ] Verify that the program runs successfully.
  95. [ ] Exit Visual Studio 2019.
  96. [ ] Open ReadMe.html with a web browser and verify that all links are
  97. correct.
  98. [ ] The SOP is complete.