Hi,
i would like to place some text into tc summary and tc steps in case of a new tc. where can i do that?
thx
swen
see also:
http://www.teamst.org/phpBB2/viewtopic.php?t=633
How to set default values for new TC
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 9
- Joined: Thu Feb 05, 2009 7:00 am
Configuration of course:
check and similar parameters.
check
Code: Select all
$g_testcase_template->summary->value = '';
-
- TestLink user
- Posts: 9
- Joined: Thu Feb 05, 2009 7:00 am
it is poosible to define these parameters for each project.
Code: Select all
if (project_id=56 ){
$g_testcase_template->summary->value = '';
}