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 84753 - Add correlation test support
Summary: Add correlation test support
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: UI
Depends on:
Blocks:
 
Reported: 2006-09-13 00:54 UTC by kiran_bhumana
Modified: 2007-04-19 04:30 UTC (History)
2 users (show)

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 kiran_bhumana 2006-09-13 00:54:00 UTC
basic correlation test support regressed during the last refactoring of the test
driver framework. We need that back.
WE also want support for concurrent correlation test cases. Please approach Me
(Kiran B) or Murali P in BPEL SE for the solution on this. WE had the solution
before the driver got refactored, but couldn't get it into the system.
Comment 1 Jun Qian 2007-02-26 23:54:39 UTC
This will be addressed after Kenai.
Comment 2 kiran_bhumana 2007-03-21 02:07:04 UTC
for the first cut,

1) Give the user choice to create a regular test property file or a correlation
property file
2) If the user chooses correlation property file, provide a way to select
multiple destinations
3) Based on the destinations GUI creates the input and output files.

then the user manually chooses the first destination in the properties file.
the user edits the input and output files to put "tokens"
the user then edits the properties file to add the token values and the
concurrent thread number. 

After discussions, We thought we may split these tasks into two parts, support
for single threaded correlation tests and then tackle the more complicated
multi-threaded test support.