difference beween re testing and regression testing?
Answer Posted / udham singh
i will make u understand by the good example
let there are 100 test cases
out of which 60 cases passed and 40 fails.
we will RE TEST 40 cases i.e we will de bug 40 cases.
but due to fixing of these 40 cases there may be an impact
on the 60 passed cases.
so we will select certain cases from the passed 60 cases
based on certain cretaria.
and testing those tests in called REGRESSION TESTING
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Sentence "Working from onsite is effective" is growing in IT field. How do we bring that knowledge to offshore and do an effective job in Offshore?
Tell me the advantage and disadvantage of cookies?
Which testing model is best as per your understanding, and why?
Write the test cases for yahoo home page
What is the difference between manual testing and automation testing?
Tell me a critical defect in which your Client,PM,PL appreciate on you
Give me sample test cases for smoke testing
write the test case for Bulb & Mobile phone
hi sir, i completed my GNIIT from NIIT. i recently joined in IT company for Testing(manual) on JD EDWARDS.So,i wanna to ask that after taking 1yr experience can i able to do Testing .NET in another company.Pl i am confused pl send yours suggestion throw my email(paresh_shindeal@yahoo.com)
What is defect cascading in software testing?
Write the function test case to add a customer to database.
where do we work with Application, web and Database servers Means which type of applications.
can anyone help me regarding testing patterns?
What is the difference between three tier and two tier application?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?