This is interview question. you have new functionality to be tested and also you have a bug fix that needs to be tested. How do you go about testing each of these?
RE: This is interview question. you have new functiona...
You will perform the Functional Testing to check the functionality of the newly added function and then perform the Regression Testing. Regression testing is always done when the bugs are fixed. If they ask you why not Regression testing first? You can tell them Regression testing is performed when the bugs are fixed.