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 |
Test plan for an ecommerce website.
how to execute the test cases
what is diff between scenario and testcase
Test cases on Feed back form page ???
i need a test plan for ORBITZ.com there is a "VACATION PACKAGES" section on the website.. i am a bit confused about how to create a test plan for that.
What is the difference between functional testing and regression testing ?
Please suggest the negative test cases/Test scenarios for FB homepage.
What is boundry value analysis?
User flow chart for an ecommerce website
what is the role of a performance tester in web application,pls explain advantage of testing tool rather doing it manually
What is Agile Methodology
Can anyone,please give me the step by step how the testing process work.The order i testing and what documents do we create in what order/phase of the testing.