lczub / TestLink-API-Python-client

A Python client to use the TestLink API
105 stars 63 forks source link

new service methods - copy test cases #17

Closed lczub closed 10 years ago

lczub commented 10 years ago

in the daily work it's normal to start the creation of a new test case by making a copy of an existing best matching test case. This could be done already with a combination of several still existing api methods.

A variation is, that instead of a complete new test case a new version of a test case should be created.

For these steps two new service methods would help like:

lczub commented 10 years ago

_copyTC() needs an additional optional parameter origVersion. The current implementation allows it only to copy the last version of a test case.