New TestNG Test Case Wizard: Name and Location

See Also

The New TestNG Test Case wizard creates a new empty TestNG test class in the specified test folder. When you create an empty test the IDE generates a test class that does not contain any skeleton methods. You open the New TestNG Test Case wizard by selecting TestNG Test Case in the TestNG category of the New File wizard.

In the Name and Location panel, you set the following properties:

When you click Finish the IDE creates the test class based on the parameters you have specified and opens the class in the editor. The test class then appears in the Projects window under the package-name node in the test folder.

See Also
Creating a Unit Test
Running a Unit Test
About Unit Testing

Legal Notices