Refer to the Javadoc for full details regarding available Java classes and methods. If the link does not work, click in the Silk Central menu to open the Javadoc.
When you create a new third-party test plug-in for Silk Central, with a third-party test type that supports processing multiple test cases in a single test execution, and you want to associate captured videos to specific test cases, you can proceed in two ways.
For these tests, we recommend you to use the indicateTestStart and indicateTestStop methods of the TestLaunchResultDrain class.
The execution server responds with the message OK, if the request was recognized, or otherwise the execution server responds with an error message. Always wait for the response of the execution server before you execute the next test case, because otherwise the recorded video might not match the actual test case.
If the external process, where the test is executed, is based on a Java environment, we recommend you to use the indicateTestStart and indicateTestStop methods of the TestCaseStartFinishSocketClient class, which is included in the file tm-testlaunchapi.jar.