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 |
Functional testing is the part of System testing or System testing is the part of functional testing
What do you gather as a part of requirement gathering (for a testing project)?
Difference Between Quality Center and Test Director?
What is the difference between santity & smoke testing?
Hi, Friends, Can any one help me to------ how to write DataBase Test case or how to test database.I'm new in this field.I will do manual testing for a web side but don't know database testing.Plz Help me.Just alter or update the statement in db SQL like Update database db_name , Select * from table_name
If there is no sufficent time for testing & u have to complete the testing then what will u do?
what is test frame work?
ANY IDEA ABOUT CMM AND ISO?
What type bugs you will find in integration testing with example?
what is agile testing?
What is mean by Defect Injection?,Tell me in brife
Explain crud testing.