• About Custom Test Types
  • What's in a Custom Test Type
  • Implement the Remote Agent and Test Type
  • Implement Versioning
  • Deploy the Test Type and Remote Agent
  • Verifying the Deployment
  • References and Sample Code
    • Calculating the MD5 Checksum
    • Signing Files with Digital Signature
    • Code Sample
    • CustomTestType Assembly
      • Namespaces
        • CustomTestTypeAddin Namespace
          • Classes
            • ExecConfigViewerControl
              • ExecConfigViewerControl Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • InitViewer Method
                • ShowExecutionConfiguration Method
              • Properties
                • ExecutionConfiguration Property
            • ImageProvider
              • ImageProvider Constructor
              • Methods
                • TestTypeIcon Method
            • ResultViewerControl
              • ResultViewerControl Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • InitViewer Method
                • ShowResult Method
            • ScriptViewerControl
              • ScriptViewerControl Constructor
              • Methods
                • Dispose Method
                  • Dispose(Boolean) Method
                • InitViewer Method
                • SaveScript Method
                • ShowTest Method
              • Properties
                • ReadOnly Property
    • RemoteAgent Assembly
      • Namespaces
        • CSRemoteAgent Namespace
          • Interfaces
            • IRemoteAgent
              • Methods
                • get_status Method
                • is_host_ready Method
                • run Method
                • set_value Method
                • stop Method