What is Functional Testing and Regression Testing?give one
real time Example?
Answers were Sorted based on User's Feedback
Answer / manogna
Functional Testing:To test the functionality of the
application is called Functional testing.
After fixing the bug/issue tester will do the retesting and
regression testing.
Regression testing:To ensure that any other functionalities
have been impacted by adding the new functionality (may be a
change request or after fixing the bug by the developer)
| Is This Answer Correct ? | 22 Yes | 0 No |
Answer / gourisankar
To test all the functionality of the application is called
functional testing.
Regression testing is conducted for 2 reasons
1. Bug fixing
2. Change request (new functionality integrated)
After fixing the issue, have to do regression testing to
make sure that whether fixing of issue impacted on other areas.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / chandrakanta
Functional Testing:
Identifying each and individual sub-system from the system or application and verifying that whether it is working properly as per the CRS or not.
Regression Testing:
Re-executing the test cases to make sure that any modification done in one portion doesn't have any impact to other unchanged portion
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the STLC process in your company?
What is difference between V-Model and Agile Model?
by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"
What is the difference between bug and defect???
17 Answers Change Control, Tomax,
Difference between Black & White box testing
Explain about "Compatibility Testing" in Web based Application?
What is code coverage?
How Could u Present Test Strategy for the Product Testing?
anyone can tell me the example of high severioty and low priority ?
what is the diffrence b/w Test approach,test stratagy,test plan?
What is Tracibility matrix?How we can use in real time application?
What type of metrics would you use?