選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

SdkTestProcedureSop.txt 2.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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:\Program Files\SNF" if it doesn't exist.
  15. [ ] Delete all files and directories in "c:\Program Files\SNF".
  16. [ ] From the extracted directory, install the following Sniffer files
  17. to "c:\Program Files\SNF":
  18. [ ] snf_engine.xml
  19. [ ] identity.xml
  20. [ ] testmode.gbx
  21. [ ] Test the C++ sample program:
  22. [ ] With Visual Studio 2019, open VS2019CPPSample\VS2019CPPSample.sln.
  23. [ ] Verify that the program builds and runs with no errors for each
  24. platform (x64 and x86) and for Release and Debug
  25. [ ] Exit Visual Studio 2019.
  26. [ ] Test the C# sample program:
  27. [ ] With Visual Studio 2019, open VS2019CSSample\VS2019CSSample.sln.
  28. [ ] Verify that the program builds and runs with no errors for each
  29. platform (x64, x86, and Any CPU) and for Release and Debug.
  30. For the different platforms, in main.cs, uncomment the
  31. appropriate line for initializing the SNFMULTI_CLL string
  32. variable to specify the location of the SNFMulti.dll file.
  33. [ ] Exit Visual Studio 2019.
  34. [ ] Test the Visual Basic sample program:
  35. [ ] With Visual Studio 2019, open VS2019VBSample\VS2019VBSample.sln.
  36. [ ] Verify that the program builds and runs with no errors for each
  37. platform (x64, x86, and Any CPU) and for Release and Debug.
  38. For the different platforms, in main.vb, uncomment the
  39. appropriate line for initializing the SNFMULTI_CLL string
  40. variable to specify the location of the SNFMulti.dll file.
  41. [ ] Exit Visual Studio 2019.
  42. [ ] The SOP is complete.