All Classes Namespaces Functions Properties Pages
Public Member Functions | List of all members
ProcessTestService Class Reference

ProcessTestService class More...

Public Member Functions

TestPlanOutputCollection ExecuteTestPlan (string sessionId, ProcessIdentity processIdentity)
 Executes the test plan associated with the process. More...
 
TestSuiteOutputCollection ExecuteTestSuite (string sessionId, TestSuiteIdentity testSuiteIdentity)
 Executes the test suite as part of which it executes all the test cases in all processes in the test suite. More...
 

Description

ProcessTestService class

Member Functions

TestPlanOutputCollection ExecuteTestPlan ( string  sessionId,
ProcessIdentity  processIdentity 
)

Executes the test plan associated with the process.

Parameters
sessionIdA string that uniquely identifies the Session for the current logged on user. If the SessionId is invalid then an exception will be raised.
processIdentityA ProcessIdentity identity object containing the processid and version information of the process.
Name Type Comment Required
Id String The id of the process Yes/No. One of Id or Name must be supplied
Version Double The version number of the process. NOT used by this API No
Name String Name of process. Yes/No. One of Id or Name must be supplied
Returns
A TestPlanOutputCollection collection object that contains one or more test plan outputs of type TestPlanOutput .
Name Type Comment
TestCaseIdentity TestCaseIdentity Test case identity
TestResult TestResult Test result
Security
No restrictions apply.
TestSuiteOutputCollection ExecuteTestSuite ( string  sessionId,
TestSuiteIdentity  testSuiteIdentity 
)

Executes the test suite as part of which it executes all the test cases in all processes in the test suite.

Parameters
sessionIdA string that uniquely identifies the Session for the current logged on user. If the SessionId is invalid then an exception will be raised.
testSuiteIdentityA TestSuiteIdentity identity object containing the id, name and version information of the test suite.
Name Type Comment Required
Id String The id of the test suite Yes/No. One of Id or Name must be supplied
Version Double The version number of the test suite. No.If version is not provided, will execute the latest version of test suite.
Name String Name of test suite Yes/No. One of Id or Name must be supplied
Returns
A TestSuiteOutputCollection collection object that contains one or more test suite outputs of type TestSuiteOutput .
Name Type Comment
TestPlanProcessIdentity ProcessIdentity The Process Identity
TestPlanResult TestResult Test result