-
What is the difference between testing and debugging?
Big difference is that debugging is conducted by a programmer and the programmer fix the errors during debugging phase. Tester never fixes the errors, but rather find them and return to programmer.
-
-
-
-
-
-
-
-
Which test cases your select for Retest and Regression testing?
If you have 100 test cases, in that 80 passed and 20 failed,
-
-
Ans