Failed Test Cases & Bug Id's

1.8 related questions and discussions.
Please upgrade to LATEST 1.9.x.
No more fixes for 1.8.

Moderators: Amaradana, TurboPT, TL Developers

Locked
vijenjoy
Advanced user
Posts: 42
Joined: Mon Feb 09, 2009 11:12 am

Failed Test Cases & Bug Id's

Post by vijenjoy »

My question is "Can a Failed Test Case have 2 bug Id's in two different Builds or a Failed Test Case have same Bug Id's in two different Builds" i.e. Suppose a Test Case is failed in a Build having a Specific Bug Id, and if same Test Case is failed in the next Build then what should we do, should we assign same Bug Id or different Bug Id to the same Test Case.

we are using Bugzilla as a Bug Tracking Tool.

If any one knows please reply as soon as possible.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

CREATE TABLE `execution_bugs` (
`execution_id` int(10) unsigned NOT NULL default '0',
`bug_id` varchar(16) NOT NULL default '0',
PRIMARY KEY (`execution_id`,`bug_id`)
) DEFAULT CHARSET=utf8;

bugs are related to executions, executions are related to test case versiond and build
vijenjoy
Advanced user
Posts: 42
Joined: Mon Feb 09, 2009 11:12 am

Failed Test Cases & Bug Id's

Post by vijenjoy »

Can you Explain your Reply.
amkhullar
Advanced user
Posts: 54
Joined: Wed Apr 23, 2008 5:36 am

Post by amkhullar »

Just Fail the TEst case again and assign the same BUG ID To it.

Amit
Locked