Gestion des jeux de données
Publié : lun. juin 15, 2015 11:17 am
Hello,
On the same topic, we would like to share parameters and datasets
between test cases.
We have trees of test cases which use the same parameters and would
like to choose the dataset for the campain/iteration/test suite.
For example:
* ${VERSION} is set for campain, so we can have a per version campain
* ${VARIANT} is set for test suite, so we can test several variants
for per version
We can even think to set a default dataset for the campain and
override some parameters for specific iterations and for specific test
suites
We tried to create a toplevel test case which include the others, but
the parameters are duplicated per test cases:
* VERSION (CT_673)
* VARIANT (CT_673)
* VERSION (CT_674)
* VARIANT (CT_674)
* VERSION (CT_675)
* VARIANT (CT_675)
What is the best way to achieve this, if possible?
On the same topic, we would like to share parameters and datasets
between test cases.
We have trees of test cases which use the same parameters and would
like to choose the dataset for the campain/iteration/test suite.
For example:
* ${VERSION} is set for campain, so we can have a per version campain
* ${VARIANT} is set for test suite, so we can test several variants
for per version
We can even think to set a default dataset for the campain and
override some parameters for specific iterations and for specific test
suites
We tried to create a toplevel test case which include the others, but
the parameters are duplicated per test cases:
* VERSION (CT_673)
* VARIANT (CT_673)
* VERSION (CT_674)
* VARIANT (CT_674)
* VERSION (CT_675)
* VARIANT (CT_675)
What is the best way to achieve this, if possible?