When you generate a regression test from an acceptance test the description from the acceptance test is not copied to the regression test. Instead the expected results are copied to the description as well as the expected results of the regression test. I am thinking this is a bug and it is very time consuming to have to copy paste this manually every time you create a regression test.

Comments