What is the difference between debugging and manual testing?
Answer Posted / 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 |
Post New Answer View All Answers
What is a failure?
Explain user acceptance testing.
What are the review documents used for testing?
What criteria would you use to select Web transactions for load testing?
Which test cases are written first: white boxes or black boxes?
What is early testing?
What are the types of maintenance?
what types of bugs will we find out in banking projects
Being an Manual tester, what will be the role or activity in test plan ?
What is smoke test? Do you use any automation tool for smoke testing?
What do you do if the bug that you found is not accepted by the developer and he is saying its not reproducible.
Can list out some disadvantages of manual testing?
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?
Tell me the algo for convering number into words. Meanse if the number is 4567 then it should print Four Thousand Five Hundred Sixty Seven
Define Stability, Scalability and reliability with example ?