what is the difference between debugging & manual testing?
Answer Posted / mudaseer
Testing
Shows failures are caused by defects
Checks if the defect has been fixed properly
Performed by a designated testing personnel
Debugging
Identifies the cause of the defect
Repairs the code
Performed by the developer
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is boundary value testing? Give an example.
What is virtual creation tool?
why testcases are written and what is the importance?
What is Dynamic Binding and Dynamic Loss?
Being an Manual tester, what will be the role or activity in test plan ?
what is diffrence between dynamic black box testing and dynamic white box testing
Can anyone write test cases on google account creation page in the testing template format , urgent pls and explain if possible how to execute also
What is Difference between Test Strategy and Test Methodology?
Did you ever worked with B.A's and when?
how to create automation frame work ?
What are the standard you follow in your company to prepare test plan document? Content is same in every standard or not. Also is there any document to read about the testing standards? Thanks in advance for giving me the answer.
discuss black box and white box testing is not widely used if you disagree tell me why?
what the purpose of requirement phase
how can u prepare the test plan?
1) how will you do validation testing in combo box ? (2)Suppose user does not want maximum length validation message, but when tester inserts data in textbox and it gets truncated, how will you resolve this issue ? (3)if a user inserts maximum number in quantity textbox in a PHP based web application then what result will show?