csharp_CMTester_Explain.html 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <HTML>
  2. <HEAD>
  3. <!--
  4. Licensed Materials - Property of IBM
  5. IBM Cognos Products: DOCS
  6. (C) Copyright IBM Corp. 2005, 2008
  7. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with
  8. IBM Corp.
  9. -->
  10. <TITLE>IBM Cognos Software Development Kit C# CMTester Program Sample</TITLE>
  11. <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
  12. </HEAD>
  13. <BODY>
  14. <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif">&nbsp;IBM Cognos Sample Programs</p>
  15. <p class="FormLabel">CMTester.exe - Query the Content Store and Display the Results.</p>
  16. <p class="formText">The C# CMTester sample program lets you query the "~" search path, and displays the results.</p>
  17. <br>
  18. <!-- * * * * * * * * * -->
  19. <!-- -->
  20. <!-- Dependent Files -->
  21. <!-- -->
  22. <!-- * * * * * * * * * -->
  23. <p class="FormLabel">Dependent Files</p>
  24. <p class="formText">All associated files are contained in the bin directory of the csharp directory.</p>
  25. <!-- * * * * * * * * * -->
  26. <!-- -->
  27. <!-- How To Run -->
  28. <!-- -->
  29. <!-- * * * * * * * * * -->
  30. <p class="FormLabel">How To Run The Sample Program</p>
  31. <p class="formText">Launch the command window and navigate to the bin directory in the csharp directory. Type CMTester [--test]<br>Where:<br>&nbsp;&nbsp;--test&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;is the run automated test option.<br><br>
  32. A new window will be opened.</p>
  33. <!-- * * * * * * * * * -->
  34. <!-- -->
  35. <!-- Expected Results -->
  36. <!-- -->
  37. <!-- * * * * * * * * * -->
  38. <p class="FormLabel">Expected Results</p>
  39. <p class="formText">The objects located at the selected path are
  40. displayed in the window. <br><br>The automated test option produces a
  41. list of the contents of "~" for the Anonymous user.</b></p>
  42. <!-- * * * * * * * * * -->
  43. <!-- -->
  44. <!-- Documentation -->
  45. <!-- -->
  46. <!-- * * * * * * * * * -->
  47. <p class="FormLabel">Documentation</p>
  48. <p class="formText">The IBM Cognos Software Development Kit Developer Guide contains additional information about the samples. See the chapter titled 'Methods' and the appendix titled 'Code Samples and Language-Specific Coding Practices'.</p>
  49. <p class="formText">Please note that the samples are not intended to be treated as end-user applications. Refer to the sample code for examples of how to use the API when developing your own applications.</p>
  50. </BODY>
  51. </HTML>