What is the difference between debugging and manual testing?
Answer Posted / gayathiri ramaesh
Debugging: If the developer found that the bug raised by a tester is valid, he will redo his code to remove the bug, which is debugging.
Manual testing: As the name implies, The tester will review the test cases and find the errors on his own. In other words, human intervention is needed for testing an application in manual testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is alpha testing?
How do you scope, organize, and execute a test project?
What can you tell about the project if during testing you found 80 bugs in it
Can automation testing replace manual testing?
What is big bang approach?
When we use integration testing for any new system so why we required system testing.
Define brain stromming?
what are the risk factors in the project? what is the base for testplan and entry criteria ,exit criteria for test plan?
list of methods that is used to document the requirements of a software.
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; }
test measurment techniques
what is a horizontal and vertical matrix explain with examples
What is Catapult Testing in E-Learning Domain?
what are the functional test cases for enter user name,enter pass word,click on ok(only functional test cases)
What if the project isn’t big enough to justify extensive testing?