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’s the difference between verification and validation in testing?
write test case for gmail sign up page ?
How and when a build can be assigned to a Tester and who do this responsibility? Is there any tool is used for performing this process?Generally what is the flow of "Build assignment"?
If you open a bug in build -1 and that get closed in build-2 . Again the same bug a raised in build -3. Then what state will you give to that?
how do i write perfect test case for functional testing
Hi frnds im Priyan.in interviews they are one question 4r me.i have been asked this one in 4 interviews.." AS A TESTER, WHAT IS UR GOAL OR AIM OR AMBITION..? ".. can any one gve answer perfect answer ? tank u .. reply me plss
Can anybody describe what might be the reasons or situations where the developer doesn't accept a bug as a bug , raised by tester ?
what r the entry criteria for functionality and performance testing?
iam new testing, i want improve writing test cases and bug defect etc? any on give suggestion pls?
What are release notes and what it contents?
Is dekstop testing and client-server testing same ?
What is the different between SIT and UIT?