what is the difference between functionality testing and
regression testing
Answer Posted / haribabu a
Functionality Testing: To test the basic functionality of
the application. It's called as Functional testing.
Regression Testing: Regression testing should be done to
make sure that existing functionalities is not broken becoz
of fixing new code or bug.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the Difference between Network testing and Web Testing?
Can you explain exploratory testing?
Do you know anything about Set Top Boxes?
what is the difference between test case and result matrix
is it not possible to automate full project??what r the parts in project that cant be automated(tht has to be done manually)?
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
What is the difference between functional testing and integration testing?
can any body tell me what is the process of between after getting a documents and testcase writing.
What is regression testing? When to apply it?
Differentiate verification and validation?
what is data guidelines
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
Did you ever worked with B.A's and when?
How do you determine user soad for a perf test of a Web application?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?