What is the main diff. between Retesting and Regression
Testing ?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai...
Retesting: In which one will perform testing on the same
functionality with multiple sets of data in order to come
to a conclusion whether it is working fine or nor.
Re-gression Testing: In which one will perform testing on
the already tested functionality again and again.
Difference:
Retesting will start from first build and continuous upto
the last build.
Regression will start from second build and continuous upto
the last build.
During Regression also Re-testing will be done that is why
it is called as Re-Regression Testing.
K,Byeee..
Thanks & Regards
B.Ramyasri
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rehaman
Retesting is a positive Testing where in we test the s/w for passed test cases
Regression testing is a negative testing where in we test the s/w for failed test cases
Retesting is done to check whether the developer had fixed the defect or not
Regression testing is done to check whether the fixed defect is effecting the the remaining s/w or not
Is This Answer Correct ? | 0 Yes | 0 No |
What is Memory Testing> Do you perform ever memory testing on Desktop or Web application ?
write a query which empname starts with A
What is difference between the Build version id and software version id ?
There are 2 bugs A and B. A has High Severity and Low Priority , wherease B has Low Severity and High Priority. Which bug will you give more importance.
12 Answers ACS, NetBIOS, Sonata,
hi,i have just done a 3 days training in software testing,i read and to a certain limit understand the fundermentals but when it comes to real life scenerio i mean working on a job i dont think am confident in the practical aspect. if u feel me pls hola
Is testing is different in linux platform.please reply me how testing will be implemented on linux platform?
what is stlc and what is bug life cycle? are the both same or different?
Could any one explains what is Significans of V MOdel? Why not it is called as W model or some other X model? Is there any specifi Answer for this Qustion.
Please give me example of low priority and hign severity defects?
we have develop one program i.e palindrome for string character to check whether that string is palindrome or not. example palindrome mean if u type ABCDCBA,RAAR..u can read it form start or u can read it from end u find same string... write the test cases for the above what u wil do for edges boundaries check wether the program is correct or not
!what are the entry criteria for antomation testing ?
Please send me Sample Template on Test Strategy. Tnx in Advance.