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 |
CAN ANYONE EXPLAIN IN DETAIL THE WATERFALL MODEL WITH THE OUTPUTS OF EACH PHASE.
what is the structure of test cases
What r block box technique
What do you like about Windows?
What is the difference between santity & smoke testing?
Is apllication is window base or Linux base it create any diff. from QA point of View.?
what you consider in security testing particularly in web applications?
what is difference in between os 2000 xp
What are the Defect Life Cycle?
what is visible state transaction test? give one example
Use-cases can provide useful input into the design of black-box and state-based tests of OO software.is it true
What is open issue?please explain in detail?