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 |
Hi Friends I am learning QTP and in preliminary stage, able to write statements with no addl constraints however i am not able to get a solution if there are two options to be selected from the weblist and also when there are options with radio buttons need your help Thanks
User flow chart for an ecommerce website
how to execute the test cases
what is diff between scenario and testcase
how to execute the test cases
which animal has 4 legs
What is boundry value analysis?
Please suggest the negative test cases/Test scenarios for FB homepage.
what is the role of a performance tester in web application,pls explain advantage of testing tool rather doing it manually
Hi would like to know if anyone has done any course like telecom testing or mainfram etsting from Arcus Infotech in Hyd/Chennai/Banglore.if so is it worth to do the course now and if any one were placed through that institute in any company through them. hope to get a positive feedback.its bit urgent to know.
What is the difference between functional testing and regression testing ?
define a bug