Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the difference between debugging and manual testing?

Answers were Sorted based on User's Feedback



What is the difference between debugging and manual testing?..

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

What is the difference between debugging and manual testing?..

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

What is the difference between debugging and manual testing?..

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

What is the difference between debugging and manual testing?..

Answer / murali baggam

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

What is the difference between debugging and manual testing?..

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

What is the difference between debugging and manual testing?..

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

What is the difference between debugging and manual testing?..

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

What is the difference between debugging and manual testing?..

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

Post New Answer

More Manual Testing Interview Questions

What is Version control? can any one help me its urgent thanks in advance

2 Answers  


What is the difference between Test Cases and Test Scenarios

3 Answers  


Please tell me difference btn Version & Reversion . Is there any difference btn them or both have same meaning.

3 Answers   Wipro,


does regression testing start from 2nd build or 1st build?why?could u plz answer

5 Answers   iGate,


What is Risk Analysis

4 Answers   QA,


How quickly we need to fix the bug? Or how soon the bug should get fixed?

0 Answers  


give examples of incremental testing?

4 Answers   Logica CMG,


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?

1 Answers   AppLabs,


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

8 Answers   ISTQB,


what is pareto analysis?

6 Answers   TCS,


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

1 Answers   IG, Wipro,


Categories