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 |
what is the role of a performance tester in web application,pls explain advantage of testing tool rather doing it manually
how many bugs can an app have before we can release it?
What is boundry value analysis?
what is diff between scenario and testcase
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.
what is a difference between programming language and scripting language?
1.ab*cd=EEE the ab*d= ?
how to creat 2 test plan in 2 different enviroment exp:tour and travel
is review done after testing process? explain
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.
1. a)in four digit no the fourth number is four time more than the second digit b)in four digit no the third number is three time less than the second number c)in four digit no the first digit is thrice than the fourth digit
What is Time Response Law Formula? Can anyone tell me pls?