Difference between re testing and regression testing, smoke
and sanity testing
Answer Posted / nrg.sreevani
testing a functionality again and again is retesting.
re_executing the selective test cases for a dependent
functionality on the modified bulid is called regression
testing.
re_testing will be conducted to conform bugs r properly
fixed r not.where as regression testing will be conducted
to identitfy side effects with may occurs becuase of the
bug fixers.
re_testins starts fron first bulid where as regression
testing starts from modified bulid
smoke:it is a kind of quick test or rough test conducted on
the application to determine does the application is
elligible for detail testing r not
snaity testing:a quick test conducted on the application at
production environment to determine does the application is
eligible for acceptance testing r not
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
What were the major challenges u faced while testing
What are some best practices that you should follow when writing test cases?
whar are the contents in db testing test case template
Can any1 tell me suppose u r doing manual testing on unix platform with Shell Script, then how it is done? How u r implementing it & what is the use of Shell scripting on Manual Testing?
what type of testing techniques are using after accept the build?
What are the uses of test plans? What is the need of test plans and explain their significance
In cycle 1 we have 100 test cases out of which 95 test cases are PASS and 5 test cases are FAIL. So in cycle 2 how many test cases performed as a part of regression testing?
What's the relationship between environment reality and test phases?
I am DD. I am working as a Tester in e-learning company? IS there scope for content testing? or i have to change to software testing. pls guide me...
What is application programming interface (api)?
PLS SEND REAL TIMERS, WHAT IS SOA TESTING..IM TRYING 3+ YR.. I HAVE GOOD KNOWLEDGE ON MANUAL TESTING... NOW IM NEW TO LEARN "SOA TESTING" IS BEST OR NOT? BEFORE LEARNING SOA TESTING ANY SKILLS ARE REQUIRED..... AND NOW WHAT IS THE MARKET FOR SOA TESTING... AND IT IS BASED ON PROGRAMMING OR NOT?
what is data guidelines
how to write defects in excel sheets when defects occured
What are the queries mostly asked in testing ? give me some examples.
Encapsulation of attributes and operations inside objects makes it easy to obtain object state information during testing. is it true.explain