Hello,
what will be the example for Regression Testing??
Thanks,
Gaurav.
Answers were Sorted based on User's Feedback
Answer / shilpa
Regression testing: Suppose we have 5 modules in our
application and our client wants to add one more module in
our application within 2nd and srd module so we have to
test added module with the 2nd and 3rd module, this testing
is called as regression testing
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / ramesh yampalla
For example if there are 10 test cases were there ,and we started to test those test cases,among that 9 were passed one one was failed.At that moment we r going to check related to 10th test case only,not remaining means not related to other test cases without any side effects of modifications.
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / satya
Regression testing is nothing but if the test engineer
raises any defect in application it will be posted to
developer then he fix the defect test engineer is going to
check that particular area where he fix the defect and later
test engineer have to test the area where the impact becoz
of that bug fixing
for example
if there is a login screen contain username and password
and ok and cancel button
if there is a problem in username after fixing the bug
regarding to username it may have impact on other field like
ok button and cancel we have to check it out those two
button also
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / satya
hai
regression testing means
after a test engineer raise a bug in software and developer
accepted it and fixed.in that situvation some of the
application area may effect of that big fixing.so we are
testing the possible defect area in that module
for example in login page there are useraname and password
and ok button
if there is any bug in ok button useer name and password may
effect after fixing the bug
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / satya
Regression testing is nothing but if the test engineer
raises any defect in application it will be posted to
developer then he fix the defect test engineer is going to
check that particular area where he fix the defect and later
test engineer have to test the area where the impact becoz
of that bug fixing
for example
if there is a login screen contain username and password
and ok and cancel button
if there is a problem in username after fixing the bug
regarding to username it may have impact on other field like
ok button and cancel we have to check it out those two
button also
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pushpa
Regression testing always done to verified that the modified code does not break the existing functinality of the application and work properly .
We can also say that when a bug is fixed by development team and testing the other feature of an application which might be affected due to bug fix i.e called regression.
Example:suppose there are 3 module in the project like admin,employee info, personal details and bug occurs in the admin module like admin user does open to admin module with valid login credentials so this is bug, now testing team send this bug to development team and then development team fixed the bug and handover to testing team thereafter testing team tests employee info and personal details module including admin that might be affected due to bug fixed or impact of changes or not I.e regression
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mean cookies testing? What are testcase for it?
Is the build or version number change during retesting
tell me different deft reports ?
What is requirment phase testing?
What is the difference between Developer and programmer?
What is Junit and bash testing
define the testing technique?
What is Manual and Automation Testing Framework
How to check for spelling mistakes in the application when doing manual testing please tell me their is any alternative other than by observing
what is Project Sign Off?what you consider at this point?
1 what is smoke and sanity testing , when it will be performed ?
what is difference between severity and priority