Why Do I Get the Error: Category cannot be resolved to a type?

If you want to use categories to group Silk4J tests, and you are faced with the error Category cannot be resolved to a type, your test class does probably not import the Category class.

To import the Category class you will need to add a line similar to the following to the start of your test script:
import org.junit.experimental.categories.Category;