what is the diff between testing and debugging
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / amit kumar
testing is to find bug & debugging is to find cause of bug
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
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 |
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 |
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 |
How do you decide when you have 'tested enough?'
Testing of Non-Functional requirements does not involove a) Performance tests b) Reliability tests c) usability tests d) Configuration tests
Name three reasons why the tester may choose to record in Context Sensitive mode.
Hi,friends i am going to write ICST certificate exam on augest.So can anybody post some of sample qusetions for ICST certificate exam.Really it will be useful for me
What is transient bugs ? How to reproduce those bugs? Can we log the those kind of bugs in tracking tool, if we found?
Hierarchy of Regression Testing?
What is verification and validation in software testing? explain with examples?
what are the templates for daily,weekly and monthly reports? plz reply ASAP.
table X havng 3 column A,B,C....A column havng data 10 20 30.....now i wanna have 1o value in A columns all three rows
What incremental integration testing?
what is different Between Risk and Issue ?
Provide an Example with ‘High severity and low priority’ and ‘Low severity and High priority’.