Do u writing a separate testcase for Regression Testing? If it is Yes, Explain How to write the Testcase?
well we r not going to right separate test cases for regression testing. we execute the same test cases on newely modified build which ever failed in previous. we r not going to write new test cases. We will select the some of the test cases from test case document, and execute the test cases to check for the bug fixes. Here we selecting the test cases such way that, all the basic functionality test cases, and affected bug test cases.

