Assigning defects to failed test cases
I have this situation. I execute 1000 test cases every day (nightly build), I have 50 failed test cases. I create the defects and assign the defects to the test case execution records. Do I need to assign the defects every time I run the test cases?
|
Accepted answer
well, if the testcases fail, then yes
sam Paula Izaurralde selected this answer as the correct answer
|
One other answer
Thanks for your response.
Do you think this could be an enhancement? Comments
sam detweiler
commented Aug 07 '12, 10:46 p.m.
how else would you do it than the current way? you have no idea what tests will fail, or for which code you are testing.. so every day is a new experience. just because SOME of the results are similar to yesterday doesn't mean a thing. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
Hi Paul, Do you use RFT connector to execute test cases automatically? If yes, how do you handle failed test cases. In my situation if the test case fails, it shows an error message and RFT hangs.