A sample TestSuite is provide below. The Suite contains two Tests, The tests are defined undertag, The Class name are provided with packageName.ClassName e.g. for Class SampleTest located under package com.selenium the Class name will be com.selenium.SampleTest. Then you can declare all the methods with @Test annotation, undertag.