Component test - release notes


1.0 Limitations
   1.1 Component Test project names should not use DBCS
   1.2 Component Test: Unexpected Test Data Table verification error reported when refactoring a Component Under Test method name
   1.3 Impossible to refresh a Web service component test when the Web service changes
   1.4 Performance: Abstract Test Wizard can be somewhat slow when analyzing classes
   1.5 Performance slow when browsing for an expected exception in the Test Data Table
   1.6 Test Data Table: Undo action does not restore value class data after deselecting and reselecting this value class
   1.7 DataTable styles : Error notifying a preference change listener on Linux SuSE
2.0 Known problems
   2.1 EJB test execution does not end when server is running in Profiling mode and is currently monitored
   2.2 EJB Component Test wizard: Line % metric is unexpectedly showing as 0 after having profiled the component test

1.0 Limitations

1.1 Component Test project names should not use DBCS

Double-byte character sets (DBCS) are not supported for Component Test project names.

1.2 Component Test: Unexpected Test Data Table verification error reported when refactoring a Component Under Test method name

When refactoring a method signature in the component under test, the following warning may appear in the Problems view, even if the Test Script contains no errors: "Syntax Verification aborted due to TestScript compilation errors".

To fix the problem, you can either: - make a modification to the Test Script and save - make a modification to the Test Data Table - go to Project > Clean > Clean selected projects > Browse > select the project that contains the Test Script > OK > OK.

1.3 Impossible to refresh a Web service component test when the Web service changes

If the interface of the Web service under test is modified, the existing component tests for this Web service will not be automatically updated, leading to compilation errors in the test that have to be fixed manually.

1.4 Performance: Abstract Test Wizard can be somewhat slow when analyzing classes

In the New Abstract Component Test wizard, the steps during which an analysis of some application classes takes place can be somewhat slow.

1.5 Performance slow when browsing for an expected exception in the Test Data Table

Performance while browsing for an expected exception in the Test Data Table can be slow.

1.6 Test Data Table: Undo action does not restore value class data after deselecting and reselecting this value class

After changing the class type of a parameter in the Test Data Table, using the Undo action will not restore the data for this parameter. It only restores the previously selected class type.

1.7 DataTable styles : Error notifying a preference change listener on Linux SuSE

In the Component Test Preferences page, an error dialog box might appear on Linux SuSE when applying modification of colors.

2.0 Known problems

2.1 EJB test execution does not end when server is running in Profiling mode and is currently monitored

EJB Test execution might not end when the application server runs in Profiling mode and is currently monitored. Stop the monitoring of the application server before starting the test.

2.2 EJB Component Test wizard: Line % metric is unexpectedly showing as 0 after having profiled the component test

On the New EJB Component Test wizard page that shows metrics for the beans in the scoped test project, the coverage information always shows line % as 0.

Return to the main readme file