what is the difference between functionality testing and
regression testing
Answers were Sorted based on User's Feedback
Answer / haribabu a
Functionality Testing: To test the basic functionality of
the application. It's called as Functional testing.
Regression Testing: Regression testing should be done to
make sure that existing functionalities is not broken becoz
of fixing new code or bug.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rajeshwar rao
F.testing== A major part of black box testing is
f.testing.testing team more concentrate on these f.testing.
For ex == any application the basic functionality will be
like these. If u click on minimized button it will be
minimized. If u click on submit button it will be go to the
next page
Regression testing== in any application new funcnality can
be added so the application has to be tested to see whether
the added funcnality are affected to the exciting
funcnality or not. In other words when the bug where fixed
by the developer. we have to test that application to
ensure that to check that due to bug fixing there will be
profanity of accruing some other bug else where in the
programme.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / satyaprasad
Functionality testing means to Check the Behavior of the
application
Regression testing means retesting the modified Build is
called regression testing
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vsubraya
Functional Testing as good as System
behaviour/functionality testing and also known as Black Box
(Enter Data/info in Client side and see the expected Output
on Screen or output devices.
Regression is re-do the same as above but after adding new
functionality/module to see whether any more bugs can be
found and also see that previous functionality is still
same as agreed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mythreyi
functionality testing : here, we wil check the
functionality of the application.
regression testing: here, we wil check whether all bugs are
fixed or not by developers & any new bugs are raised by
fixing of new bugs.
| Is This Answer Correct ? | 2 Yes | 3 No |
Process and procedures followed while writing Integration testcases and system test cases
If tester found some bugs in the application then which format they will send it to development team.
Hi friends This is sowmya plz can u tell me what type of questions will they ask in banking domain in interview plz let me know thanks in advance
give an example for load testing
How could you handle the situation when you get the high seveority bug when the application is going to deliver by today night?
what is valdiation
how test cases are written in test direcror directly or u fetch from xls
What is the difference between Technical TestCase and functional Testcase.
write test cases for scenario of 'remember me' check box for log in screen.
If U have Test Cases already prepared and u have to just excute those test cases in a very short time then how will U decide which test cases has to be excuted first. Is there any technique ?
how can u differentiate intgration test cases with functional test cases
When we will do Retesting? Only after Bug fixation?Is there any other case?