TS 60 Wizards
Wizards Test Specification for NetBeans 6.0
Author: Tomas Musil
Last update: 08/06/2007
Introduction: This test specification describes the tests scenarios for core New Wizard. Also tests the new option panel dialog (the part that was formerly covered by Setup wizard.)
Contents |
Test suite: New wizard
Purpose: New Folder and Java Package creating
Setup: Start IDE with clean userdir. Have a project created or opened.
- Create New Folder
- Select Source packages in any of Projects in Projects tab.
- Invoke popup menu and push New -> Other, and select Folder.
- Type the name of the folder.
- Push the Finish button.
- EXPECTED RESULT: The new folder with the typed name is created Source packages and it's empty
- Create New Java Package
- Select Source packages in any of Projects in Projects tab.
- Invoke popup menu and push New -> Java Package.
- Type the name of new package into the textfield.
- Push the Finish button.
- EXPECTED RESULT: The new folder with the typed name is created in Source packages and it's empty
- Create subfolder
- Find the folder created in the previous step.
- Create new subfolder there.
- EXPECTED RESULT: Newly created subfolder should be found also in the Files tabs.
- Create file
- Select any package under Source packages in existing project in Projects tab.
- In the folder create new file.
- EXPECTED RESULT: Newly created file is visible in the folder.
Generated: Thu Dec 14 15:18:46 CET 2006