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 creteria required for deciding when the test cases are cover the requirements of the client or project ?
what is port testing?when it is going to be done?
What is stub and driver in integration testing ? Explain with example.
11 Answers Accenture, Taleem India,
in peer reviews,is there any checklist based on which we can review our team members documents.
what is fault?
Can you explain the pdca cycle and where testing fits in?
what is the Difference between SRS and SRS? Please mail me penisetty@gmail.com
How do we find Effectiveness of Test Cases..Thanks in advance...
1. what is the test prcoedure that your fallowing in ur organization ? 2.
IS V Model a Process model or a Technique ? Can V process/Technique if answer for above be implemented in WaterFall Model.
If I have a dialog in which there is a text field that when I enter “abcd”, hit <enter> and the output comes out “8”, how do you test it?
How the value of P in cyclomatic complexity is calculated? P:The number of connected path.