what is difference between regression testing and re-
testing?
Answers were Sorted based on User's Feedback
Answer / shaik ali
Regression:Test an unchanged feature of an application to make sure
that functionality is not broken due to the any changes of other
feature of an application.
Retesting:To test the functionality with different type of inputs
to make sure that functionality is not broken and to check the
stability of the application
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / vijayalakshmi
Regression Testing:-Raise any CR in application build
Excecute the selected Testcases.
Retesting:-Raise the CR in application Build check the
feedback of build so excecute all Testcases once again.
Both tests are conducted by Testers.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / sweta_engg08
regression testing menas testing already tested
functionality again and again.
re testing means testing the functionality with different
sets of data gain and again.
| Is This Answer Correct ? | 2 Yes | 16 No |
difference between development project & maintainance project
there are many test cases in our test case repository like function,integration,system,acceptance test case so which test case should test engineer test first.? please answer me . thanks
when we enter wrongpaasword and wrong userid in login page and click on ok.it did not display that error msg. it displays that which page we want. what type of testing is this 1)functional testing 2)security testing
What are the different Testing methodologies?
what is tracebility matrix.what is tracebility template
If you find a crashing bug and the developer resolves it Not Repro, what would you do? What if s/he resolves it as Won’t Fix?
Describe any bug you remember.
What is mean by Funtional and Non-Funtional Testing?
What are the different types of testing
security testing what are the things you want to check in security testing ?
How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?
Tell me the situation where sanity test cases should pass and smoke test cases fail...?