Answer Posted / ansari m
Suppose that you've tested a product thoroughly and found no
errors. Suppose that the product is then changed in one area
and you want to be sure that it still passes all the
tests it did before the change - that the change didn't
introduce any new defects. Testing to make sure the software
hasn't taken a step backwards or "regressed", is called
"regression testing".
If you run the different tests after each change, you have
no way of knowing for sure that no new defects were
introduced. Consequently, regression testing must run the same
tests each time. Sometimes new tests are added as the
product matures, but the old tests are kept too. The only
practical way to manage regression testing is to automate it.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }
How quickly we need to fix the bug? Or how soon the bug should get fixed?
how to creat 2 test plan in 2 different environment exp:tour and travel
what is the general pattern of explanation of projects in interview, can u ans me plz.......... ex: online banking application
Build with fixes has been deployed on QA environment if asked by your manager to reproduce how can you reproduce the issues? (by using the previous build) Can you access the previous build? If so ,what are the tools or how can you access?
HI. ANYONE HAS ATTENDED INTERVIEW FOR TESTING IN MINDKRAFT GLOBAL. I HAVE WRITTEN TEST FOR SOFTWARE TESTING. CAN ANYONE TELL ME WHAT ALL QUESTIONS CANBE ASKED. PLS REPLY. THANK YOU
i have source and target having same data structure 500 fields and one lacks records. how to validate data. write 5 scenarios.
Why did you choose the Software Testing Field?
Difference between adhoc testing and error guessing?
Can you explain the elementary process?
Have u ever done testing related to a database,give examples to support u r answer.
What do you like about computers?
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?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
What are the uses of test plans? What is the need of test plans and explain their significance