Hi.
Is it possible (by already implemented setting) to disable/forbid the TestCase removal from TestPlan? Or disable the removal of (at least once) executed TC from TP.
We want to minimize the possibility of data loss - if a person with appropriate rights removes an already executed TC from TP, results get deleted from database as well, without an option of restoring them.
I know the "add/remove TCs from TP" already shows a "lightning" sign as an warning next to the "remove this TC" checkbox, but people make mistakes.
I haven't found any setting that would accomplish this.
[RESOLVED] How to disable the removal of Testcases from TP
Moderators: Amaradana, TurboPT, TL Developers
[RESOLVED] How to disable the removal of Testcases from TP
Last edited by bognar on Fri Sep 02, 2011 12:12 pm, edited 1 time in total.
Re: How to disable the removal of Testcases from Testplan
There is no setting, if you remove test case from test plan, all your results will be removed.
Thanks,
TesterWorld
Http://amartester.blogspot.com
TesterWorld
Http://amartester.blogspot.com
Re: How to disable the removal of Testcases from Testplan
Okay, I found the setting I was asking for:
Problem is, that currently it is not working. I've posted an issue in the TestLink Mantis.
Code: Select all
$tlCfg->testcase_cfg->can_remove_executed = DISABLED;
Re: How to disable the removal of Testcases from Testplan
issue exists ONLY when using Platforms and have been fixed