This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 85606 - New Test Case wizard has UI issues
Summary: New Test Case wizard has UI issues
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jun Qian
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-22 22:32 UTC by wchui
Modified: 2007-02-23 21:26 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wchui 2006-09-22 22:32:08 UTC
This issue is open to track remaining items on
http://www.netbeans.org/issues/show_bug.cgi?id=82636 after 55EP_RR.

* The wizard should be integrated into New File wizard. That would be consistent
with JUnit tests and also followed the pattern of creating top level project
objects.
* The wizard should not resize itself. (Fixed)
* Step 1 and Step 2 could be integrated into a single step

* Step 1
        - Validation error should appear immediatly (Fixed)
	- The number of the test case should start with 1 instead of 0 (Fixed)
	- The name of the step should be "Test Scenario Name and WSDL File"
        - There will be "Select the WSDL Document" label above the chooser
        
* Step 2 (integrated into Step 1)
	- There is no need to have "Selected WSDL:" text field if it does not provide
additional information.
	- The WSDL file chooser still uses "Source Packages" instead of the recent
"Process Files" (Fixed)
	- There should be a border around the chooser (Fixed)
	- Validation error should appear as soon as an invalid node is selected (not
when the wizard shows up) and Finish button should be disabled()

* Step 3 
	- Icons in the operation browser are odd. Folders should be platform specific
folders or better - binding icons. Operations should have icons as in WSDL editor:
http://enterprise.netbeans.org/specs/bpel/icons.html#WSDL
	- All the components should be left aligned.
	- There should be an instruction label above the operation chooser, e.g.
"Select an Operation to Test"
	- The format of the "Selected Operation" text field could be more human
readable. Perhaps there is no need for "selected operation" text field and the
whole signature could be exposed in the tree in the way it is done for Java
methods in Navigator (using gray color for the parameters)

* "Add Test Case" action on the "Test" node is inconsistent with the title of
the wizard "Create New Test Case". We should follow the "New File" syntax here
and rather name the action and the wizard as "New Test Case". (Fixed)

* Going between wizard steps sometimes takes too long
	- e.g. go to step 2 pick a wsdl, go back, go to step 2, select a different
wsdl, go back ... repeat couple of times