What is the difference between debugging and manual testing?
Answers were Sorted based on User's Feedback
Answer / hochtechnologies
Debugging is nothing but the process identifying and
correcting the bug.
Manual testing .it is nothing but the process of
identifying the bug.
| Is This Answer Correct ? | 18 Yes | 1 No |
Answer / sailaja
debugging means. running the program finding errors and
fixing them
testing means, running the program, finding errors and
reporting the bugs
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / lakshmana rekha basu
Debugging is typically done by the developer using the
source code and make sure that the functionality is
testable.
Manual Testing is done by the QA Tester to verify that the
functionality is working as per the functional
specifications and BRDs.
| Is This Answer Correct ? | 4 Yes | 1 No |
from testing side....
Debugging means check the out-print on interface console to
identify the exact error & can report the exact defect the
the actual execution of code
Manual testing means without knowledge on coding doing only
functionality testing, reporting the defect also w.r.t.
front-end
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
Answer / lokesh chauhan
Debugging is nothing but the process of verifying and
correcting the causes of software failour.
Manual tesing is a process of finding errors under some
control conditions these condition can be normal and
abnormal.
Plz correct me if i m wrong...
Regards..
Lokesh Kumar Chauhan
lokesh_kumar_chauhan@yahoo.com
Mobile - 09350229669
Noida
| Is This Answer Correct ? | 2 Yes | 4 No |
Answer / bhavya_b
Debugging is localization of the bug/error and fixing it.
Debugging is performed by developers.
Manual testing is manually executing an application with
the intention of finding defects. And verifying whether the
application is working as intended. It is performed by
developers or testers(mainly testers).
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / ambika
Debugging we have to use java techinal words to correct the
error.
Testing we dont use any java techinal words,it's done by
tester.
| Is This Answer Correct ? | 1 Yes | 13 No |
What is Version control? can any one help me its urgent thanks in advance
What is the difference between Test Cases and Test Scenarios
Please tell me difference btn Version & Reversion . Is there any difference btn them or both have same meaning.
does regression testing start from 2nd build or 1st build?why?could u plz answer
What is Risk Analysis
How quickly we need to fix the bug? Or how soon the bug should get fixed?
give examples of incremental testing?
In an application currently in production, one module of code is being modified. Is it necessary to re- test the whole application or is it enough to just test functionality associated with that module?
3 Answers Media Magic, Ordain Solutions,
How many testcases have you written till, now as an average per project?
Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage
what is pareto analysis?
Which of these techniques is not useful for partition testing at the class level Option 1 attribute-based partitioning Option 2 category-based partitioning Option 3 equivalence class partitioning Option 4 state-based partitioning