Answer Posted / rajkumar
In software industry change & improvement is a continuous process. Whenever there is change in existing functionality or new functionality is added to the system or any defect is fixed. We should make sure that changed or added functionality has not broken already working functionality, and does not have any effect on the unchanged areas of the software. this is called as regression testing. A regression test suit should consists of basic functionality test case of the system. And regression test cases should be always automated.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what are metrics and what are metrics did u collect in you are project
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
What is known as data-driven testing?
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
when database testing comes into manual tesing
How do you get programmers to build testability support into their code?
test cases for compose functionality of gmail
Do you think tools are required for managing change. Explain and please list some tools/practices which can help you managing change.
What is testing and maintenance?
how recovery manager works in winrunner
How to test whether the application is having memory leakage using task manager and PerfMon. Please tell if any one know. thanku
Explain what is exhaustive testing?
What are all the scenario for 1.google analytics 2.api 3.paypal
i want manual and automation test cases and interview questions
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; }