what is the difference between debugging & manual testing?
Answers were Sorted based on User's Feedback
Answer / ramprasad.s
HI
Debugging is the process to remove the defect.
Manual Testing is the process to evaluate the result of an
application.
sun_ramprasad@yahoo.com
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / hemalatha
Debugging : debug the code to find the cuase of the
bug ,for what reason the bug has raised
Manual testing: is the process to find any mismatch between
the actual with expected results
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mohammad
debugging is a process of executing the script in user
designed fashion with some temporary breaks inorder to
identify the errors
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sandeep gt
Debugging is the process of removing the bugs
Testing is execution of the application with the intention
of finding the bugs.
| Is This Answer Correct ? | 2 Yes | 0 No |
Hello,
- Debugging is the process that developers go through to
identify the cause of bugs or defects in code and undertake
corrections.
- Manul Testing, on the other hand, is a systematic
exploration of a component or system with the main aim of
finding and reporting defects.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rajeshwar rao
Debugging is the process of eliminating the bugs and errors.
A tester conducts a test on application without using any
testing tool is called as manual testing
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / varsha b
Goal of debugging is identify and remove the causes of
defects.Programmer perform this activity as a part of unit
testing.
Goal of manual testing is to find and report defects.
The goal is different for both the activities however these
two activities ovelap with each other as both are
ultimately aid to increase the quality of software by
reducing the defects.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
1.what is verifacation,validation,how its achieved? 2.What is test techniques& strategy? 3.what is error,fault,failure? 4.what is Reviews,Walkthrough,Inspection & Audit? 5.What is Change management,Configuration management,Version control,Test harness? 6.Importance of Severity,Priority,explain Bug life cycle? 7.Difference between use case & test case with example? 8.When should stop testing? 9.Write a test case for online banking application in the topics user login,security,transaction to other accout,data protection. 10.If the software is tested but all the bugs was not fixed,will you release this software?If yes/No then why?
What is the difference between authentication and authorization in web testing?
What is Statement Testing
My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?
how will we receive the build?is it through mail or not?
What are the methods you followed, while doing black box testing???
What are the bussiness scenories?
Which Server Stats are essentially monitored during a Performance test of a Web Application?
Explain All-pairs testing?
what is Scalability,Critical Analysis
Defect management
what is meant by host files web application testing?