Page 1 of 1

Failed Test Cases & Bug Id's

Posted: Wed Apr 22, 2009 7:35 am
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.

Posted: Wed Apr 22, 2009 8:47 am
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

Failed Test Cases & Bug Id's

Posted: Wed Apr 29, 2009 6:42 am
by vijenjoy
Can you Explain your Reply.

Posted: Tue May 05, 2009 8:29 am
by amkhullar
Just Fail the TEst case again and assign the same BUG ID To it.

Amit