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 113275

Summary: Support testing multiple projects at the same time.
Product: soa Reporter: Jun Qian <jqian>
Component: JBI Test DriverAssignee: Venkat Chellasamy <vchellasamy>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 113274    
Bug Blocks:    

Description Jun Qian 2007-08-21 03:45:12 UTC
The user should be able to select multiple compapp projects, and invoke the test action from the context menu to run all
the test cases in the selected compapp projects.

Currently, the test action is disabled when multiple projects are selected. This is because only one unit test output
window is supported in NB. Ideally, concurrent junit test sessions should be supported.