-
Notifications
You must be signed in to change notification settings - Fork 580
Home
updated on 20180924
TestLink 1.9.18 will be released with important changes regarding how different Test Specification and Requirement Specification will related among then, and with following artifacts:
- test case attachments => test case version attachments
- test case relations => test case versions relations
- test case keywords => test case versions keywords
- requirement attachments => requimente versions attachments
- requirement coverage => requirement versions <-> test case versions links
When the test case version and requirement version concept were introduced, the simple past was to maintain the same old behavior were the main artifacts were the test case and the requirements.
This kind of behavior imposed some limits that were detailed by different users. One company decided to be the sponsor of a new development, that will be the new behavior since TestLink 1.9.18
This is a raw presentation of future changes, just to allow TestLink users to be alert regarding changes that will get, when upgrading to 1.9.18.
More detailed information is going to be available during the next weeks.
This new behavior will the only available, no options to continue with old behavior will be available. We think this will be a good improvement for TestLink, providing users fine grain control of entities and its relationships.
The information provided on this document is intended for informational purposes only. Information may be changed or updated without notic
This concept will be transformed in Test Case Version Attachments Each Test Case Version will have its own attachments.
When creating a new version of a test case, the attachments from the previous version should be copied.
This means that several instance/copies of the same files will exist on the file repository.
If an upgrade to the attachments is needed in a version that can be edited, the outdated attachments will be removed manually and replaced by the updated attachments.
it must not be possible:
a) to delete an attachment from that version of the test case.
b) to add an attachment from that version of the test case.
This concept will be transformed in Requirement Version Attachments Each Requirement Version will have its own attachments.
When creating a new version of a requirement, the attachments from the previous version should be copied.
This means that several instance/copies of the same files will exist on the file repository.
If an upgrade to the attachments is needed in a version that can be edited, the outdated attachments will be removed manually and replaced by the updated attachments.
This concept will be transformed in Test Case Version Keywords Each Test Case Version will have its own keywords.
Keywords will be related to the version of a Test Case, and not to the whole Test Case
When creating a new version of a Test Case, the Keywords from the previous version should be copied. Because older versions will be setted frozen, no action on keywords will be possible.
After a test case version is executed, it must not be possible:
a) to delete a keyword from that version of the test case.
b) to add a keyword from that version of the test case.
This concept will be transformed in Test Case Version Relations Each Test Case Version will have its own relations.
When creating a new version of a Test Case, the Relations from the previous version should be copied.
TCR.NFRZ - The Relation must be frozen, this means that cannot be deleted, when one of the following events will happen:
a). a new version of any of the test case version part of the relation.
b). at the execution of any test case version part of the relation.
Req - Test Case links, will become Req Version - Test Case Versions Links.
- Link cannot be deleted
- TC Version FROZEN
- REQ Version FROZEN
(see https://github.com/TestLinkOpenSourceTRMS/testlink-code/wiki/Home/_edit#nco---new-configuration-options-related-to-test-case-version-execution-effects)
Test Case Version FROZEN Meaning
- The attributes of the Test Case Version cannot be modified.
- Attachments can be only downloaded.
- Keywords cannot be removed/added.
RQCOV.TCVELBL - Add/Remove links to Requirement Versions will be BLOCKED at the execution of the test case
After a Test Case Version has been executed, neither remove existent links nor add links requirements versions will be possible.
Remove is not possible because links are FROZEN.
- Create a requirement version 1
- Create a test case version 1
- Link the requirement (version 1) to the test case (version 1)
The user can not choose what TC Version or REQ Version to link, TestLink will use for both entities latest available versions. Then the link will be TC Version 1-REQ Version 1
- Create a requirement version 1
- Create a test case version 1, then version 2, then version 3
- Link the requirement (version 1) to the test case (version 3)
The User can not choose what TC Version or REQ Version to link, TestLink will use for both entities latest available versions. Then the link will be TC Version 3-REQ Version 1 It will be impossible to create a coverage link from any REQ to TC Version 1 or TC Version 2
RQCOV - Use Case 03 - Create Req, Create Test Case, Then Create Several REQ Versions, then Create coverage link
- Create a requirement version 1
- Create a test case version 1
- Create a requirement version 2
- Create a requirement version 3
- Link the requirement (version 3) to the test case (version 1)
The user can not choose what TC Version or REQ Version to link, TestLink will use for both entities latest available versions. Then the link will be TC Version 1-REQ Version 3 It will be impossible to create a coverage link from any TC to REQ Version 1 or REQ Version 2
RQCOV - Use Case 04 - Create Req, Create Test Case, Create coverage link, Create TC Version = Automatic Coverage Link + Coverage Link and entities Frozen
- Create a requirement version 1
- Create a test case version 1
- Link the requirement (version 1) to the test case (version 1)
User can not choose what TC Version or REQ Version to link, TestLink will use for both entities latest available versions. Then the link will be TC Version1 - REQ Version 1
- Create a version 2 of the test case
a. TestLink will automatically create a new link between REQ Version 1 and TC Version 2.
b. Link 01 - TC Version 1 - REQ Version 1 will be FROZEN
b.1 Link cannot be deleted
b.2 TC Version 1 FROZEN
b.3 REQ Version 1 FROZEN
c. Link 02 - TC Version 2 - REQ Version 1 -> is the ACTIVE Link
RQCOV - Use Case 05 - Create Req, Create Test Case, Create coverage link,Create REQ Version = Coverage Link Frozen
- Create a requirement version 1
- Create a test case version 1
- Link the requirement (version 1) to the test case (version 1)
The User cannot choose what TC Version or REQ Version to link, TestLink will use for both entities latest available versions. Then the link will be TC Version 1-REQ Version 1
- Create a version 2 for the requirement
- Link TC Version 1 - REQ Version 1 will be FROZEN.
b.1 Link cannot be deleted
b.2 TC Version 1 FROZEN
b.3 REQ Version 1 FROZEN
c. Link 02 - TC Version 1 - REQ Version 2 -> is the ACTIVE Link
$tlCfg->testcase_cfg->downloadOnlyAfterExec = TRUE;
$tlCfg->testcase_cfg->reqLinkingDisabledAfterExec = TRUE;
$tlCfg->testcase_cfg->freezeReqVersionAfterExec = TRUE;