what is the diff between testing and debugging

Answers were Sorted based on User's Feedback



what is the diff between testing and debugging..

Answer / psrisusee

Testing : Is the process of finding defects or bug in the
Build.
Testing is carried out by a tester.

debugging : Fixing the defect or bug is called as debugging.
Debugging is carried out by a Developer.

Is This Answer Correct ?    7 Yes 0 No

what is the diff between testing and debugging..

Answer / radhika

Testing is nothing but execution of test cases on the
app.differentiate b/w expected abd actual result.
simply we can say testing is nothing but to find the bugs.
its carried out by test eng...

but debugging means detecting and rectifying the bugs.
its carried out by developers

Is This Answer Correct ?    2 Yes 0 No

what is the diff between testing and debugging..

Answer / amit kumar

testing is to find bug & debugging is to find cause of bug

Is This Answer Correct ?    2 Yes 0 No

what is the diff between testing and debugging..

Answer / sm

Based on Testing we can able to figure out all the bugs
present in the software build

But based on the debugging we can able to figure out all the
code errors done in the coding part

Testing is implemented for software build where as debugging
is implemented for coding part.

regards
somu

Is This Answer Correct ?    1 Yes 0 No

what is the diff between testing and debugging..

Answer / kazi

Hi friends.
Testing is execution test case according application.and we
check the application actual result and expected result.
Debugging-is rectified the bug of the application and re
execute.

Is This Answer Correct ?    1 Yes 0 No

what is the diff between testing and debugging..

Answer / saff

differene is testing just finds the bug but debugging they
find and fix the bug
and debugging will get complex as the pgm is increasing

Is This Answer Correct ?    1 Yes 0 No

what is the diff between testing and debugging..

Answer / sushma reddy

Testing carried out by testers(to find bugs)

Debugging carried out by developers(To fix posted issues)

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

generally what model tester will follow in an comapany? pls give me answer

3 Answers  


what are the common errors while doing integration,system,functional,regression,user acceptance testing? can anybody please let me know the answers it is too urgent???

0 Answers   CyberView,


What is the difference between code walkthrough and code review? What is the difference between walkthrough and inspection?

0 Answers   HCL,


How do you go about going into a new organization? How do you assimilate?

1 Answers   Ordain Solutions,


How do you estimate staff requirements?

1 Answers  






i have sanity,smoke,regression and retesting.what is the right order of these in testing process.plz ans with example its urgent. vikas_singh@live.com

3 Answers  


Describe Software Testing life cycle? What are the steps in volved in STLC (Software Testing Life Cycle)?

22 Answers   MBT,


If there is a button called Edit button. 1) Editing can be done by double clicking the object 2) Editing can be done by pressing Edit button 3) Editing can be done by pressing Alt+E key Then Should I have to write 3 different test cases for editing object? What should I do so that I 'll not miss the any functionality while testing.

1 Answers  


Explain branch coverage and decision coverage.

0 Answers  


what is baseline document,can u say any two?

5 Answers  


design a black box test suite for a program that accepts two strings and checks if the first string is a substring of the second string and displays the number of times the first string occurs in the second string.

1 Answers   DOEACC, PSIT,


what is hotfix?

12 Answers   CTS,


Categories