what is regression testing & resting?
Answers were Sorted based on User's Feedback
Answer / sm
Retesting is conducting for the improving confidence of
defect fixing means to identify that whether the defects is
being fixed or not
where as regression testing is identifying the side effects
of defect fixing means to identify that whether is there any
side effects came bcz of defect fixing..
regards
Sm
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / ch.s.m.prasad,kkd
regression testing : the re-execution of all test cases on
a modified build to ensure bug fix works and occurence of
any side effictives.
re-testing: the re-execution of affected test case on a
modified build
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sandeep
Retesting is testing only bugs which were raised in last
version.
regression testing is testing the entire functionality again
(including bugs).
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / divya
Retest:Reexicution of testcases on the same build,Ex:
DDT(Data driven testing)
Regresssion testing:reexicution of the testcases on the
modified build.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vinod sh
Retesting - Testing of the same features everytimne
focusing on the functionality verification.
Regression- Testing the features for fucntionality & also
focusing on possible side effects during testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
regression testing: is nothing but ofter reciving the
modifing build from the devalopment team testers r evaluate
the modification is effected whit any other fununctionlity
useing reggression testing
retesting: is nothing but testing one functionilty with
diffrent input values is call re-testing
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / lingareddy
retesting:after fix the defect to make sure if the defect fixed or not for conformation.
or by giving the various inputs of an application.
retesting: after fix the defect to make sure it will be working with in intended functionality of an application with out impacting any original functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / k.chandra sekhar
a) Retesting is nothing but same application with
execution the multiple test data.
b) It is so many phase doing in test life cycle
c) Regression testing is nothing but re execution of
the modified build is called the regression testing
d) That when all bug are solved then time do this test
e) Then that time developer or client had some changes
that changes based test is called the regression test
My name is k.chandra sekhar,
My phone no are 9246540049 65880049 ,Hyderabad.
My mail id is ndra_143@yahoo.co.in
I am take the class for projects if you interst contact
If any body want full explain send the mail
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / pratap
conducting testing on the same build, is called retesting
and
conducting testing on the modified build is called
regression testing.
| Is This Answer Correct ? | 0 Yes | 2 No |
explain test life cycle
What is the difference between Build, Version and Release?? Reply soon...
What is meant by benchmark testing?
What r the risks involved in testing?
can automation testing replace manual testing?it it so,how?
explain statement coverage?
What is broken link? how to test in a web application.
2 Answers Innovizia Technologies, IT Works,
what are the advantages of waterfall model over V-model??
If i have 1o mandatory fields like Id, Name, DOB, DOJ, DOD, Client, location, Recruiter name, Skill, Rate with save and clear buttons Then how many test cases i need to write and what is the best way of process(Just no of possibilities or we need go for probability ) to complete the test cases?
how to prepare test case and test description for job application(like naukri.com)?
How to derive test data from the design documents?
what is stub and driver and tell me how can we introduce them in integration testing