What is the difference between functional testing and
regression testing ?
Answers were Sorted based on User's Feedback
Functional Testing: This test is performed to see weather
the program is working as per the given flow. functionality
is working correctly or not as per requiremnet.
Regression Testing: This test is performed during
modification stage. where the applied changes impact the
change in working of the whole project or not. Means
weather the modification caused errors in existing working
of the project or not....
| Is This Answer Correct ? | 26 Yes | 2 No |
Answer / vijay
Functional Testing :
Functional testing is conducted to confirm that the application is working as per requirements.
Regression Testing:
Regression Testing is confirm whether and Change in a code an enhancement or a change has not introduced any new errors in the module where the change has happened or the corresponding modules which are dependent are functioning as earlier before the change has occurred.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jyoti
Functional Testing: Checking each and every module of an application or component of a module working independently known as functional testing.
Regression Testing: It is done to make sure that new code changes should not have side effects on the existing functionality.It ensure that old code still work once the new code changes are done.
| Is This Answer Correct ? | 1 Yes | 0 No |
how to execute the test cases
Please suggest the negative test cases/Test scenarios for FB homepage.
Test cases on Feed back form page ???
how many bugs can an app have before we can release it?
Test plan for an ecommerce website.
What is the difference between functional testing and regression testing ?
define a bug
what is a difference between programming language and scripting language?
What is boundry value analysis?
which animal has 4 legs
how can you know a software has bugs
compare/different Waterfall and Rapid Application Development(RAD)