Test Suite Identifier
TS-MG_CP
Features to Be Tested
Functional test for multiGraph class which belongs to org.graphstream.graph.implementations package.
Approach
Combinatorial category - partition functional test of
functions and parameters of the multiGraph class.
Procedure
For each method targeted for testing generate combinations of the values
of the determined categories per parameter using genpairs. Then feed those combinations to JUnit as test case inputs
using Feed4JUnit. Each individual combination of category values should be used as an input for an individual test case.
The test suite is comprised of test specification of each method to be tested,
with some details about JUnit harness and oracles, with test reports directed to
standard test log. Test environment includes downloading the GraphStream packages available
at http://graphstream-project.org.
Pass/Fail Criterion
Successful completion requires correct
execution of all test cases with no violations in test log.