Search code examples
silktestsilk-central

How to map silk 4j script to the test case in Silk Central


Please suggest on how to map/link silk 4j script to the manual test case written in Silk Central.

Like for 4Test script we select .t file and then the testcase under silk test classic properties in silk central for each test case.


Solution

  • If your Silk4J tests are in JUnit format, you need to change the manual test case in Silk Central to JUnit type instead of manual. Then specify the fully qualified name (including package) of your JUnit test as Test class. In the classpath you need to specify all jar files that are needed for executing the test.