hello again,
win xp pro/sp3; FoCuS version: 1.4.3.2; IBM® Java™ SE Version 6 (from IBM Development Package for Eclipse for 32-bit Windows); Sun JDK 6; ConTest 3.1.0
i would like to use FoCuS to view
Interfered location pairs coverage data produced by
ConTest.
the ConTest plugin help pages in eclipse
(ConTest - Advanced - Coverage - Measuring Concurrent Coverage - Other types of concurrent coverage) say,
ConTest also supports two types of concurrent coverage without a model. In these there is no task writing during instrumentation - they only collect information about tasks reached at tests. To analyze them in FoCuS, create an empty model and use "i_l_l_e_g_a_l report" to view the covered tasks.
my question is: how can we create an
i_l_l_e_g_a_l report in FoCuS? ConTest's help pages do not explain that. from trial and error, i'm guessing that the way to create an empty model to view ConTest's
Interfered location pairs coverage data, is (in FoCuS) to:
1. execute
Model - Import - From task files
2. select the
com_ibm_contest/locationPairsTraces directory
3.
Choose a name for the model - click
OK
4. Click the
Create empty model button
5. from the
Attribute selection for model selector that is displayed,
Choose which attributes to include in the model as instructed; click
OK
doing the above 5 steps in FoCuS results in a window titled with the name chosen in step 3; it displays a 2-column (Attribute/Type) x 11-row table
(directory1, file1, method1, ...)
the
Reports - Generate - Coverage Table menu option brings up a
Prepare coverage table report pane with a
Show LEGAL tasks | Show i_l_l_e_g_a_l tasks radio button group. it also shows the trace files contained in
com_ibm_contest/locationPairsTraces. selecting
Show i_l_l_e_g_a_l tasks, then clicking
Create Report brings up a
Here are the i_l_l_e_g_a_l tasks: pane with 0 items listed!
please, will anybody here explain how to view
ConTest's
Interfered location pairs coverage data using FoCuS?
thanks in advance for your help.