Converting Automated Tests to Manual Tests

You can convert an automated test to a manual test. This is useful for example if you have an automated test that you want to convert to another test type, for instance from Silk Test Classic to Silk4J. In this case you would convert the Silk Test Classic test to a manual test, and then automate it with Silk4J.
Note: Limitations: Automated to manual test conversion only works for standard automated tests, which excludes package nodes, data-driven nodes, and linked nodes.
  1. In the menu, click Tests > Details View .
  2. Right-click the test in the Tests tree and select Convert to Manual Test.
  3. Confirm the message.
    CAUTION:
    Test type-specific properties are discarded. If an automated test is currently running, test results are discarded after the test run completes.