answersLogoWhite

0


Best Answer

Testing is the process of finding effort in software code.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

8y ago

That's called 'de-bugging'.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Process of finding errors in software code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you unlock a registration code?

The process will vary with each piece of software, but generally involves paying for the software license.


What are the types of static testing in software testing?

Static testing of software is where methods are used to detect defects in the software but the software is not actually executed.Some static testing methods are:Code inspections, where software code is manually reviewed for defectsCode analyzers, where code is analyzed by a tool that will check the code for things such a type errors, memory leaks, syntax errors, etc.Compiling, compiling code using the source compiler, or interpreter.Modeling techniques, where software requirements can be modeled to verify that they are correct.Answer by Johnmm, SoftwareTesting.net


What is peer review in software development?

It generally refers to the process of having a peer of co-worker read through your code and provide comments. Generally it is done frequently with small sections of code. The idea is to increase the quality of the code (reduce errors, increase clarity, etc..)


Why can't we find all errors before we give the software to our customers?

bex you have to be in


Difference between writing software and developing software?

Writing software is a part of developing software. The actual process of writing code can be called "writing software." "Developing software" includes includes the entire process of turning an idea into a program: everything from requirements and specifications to writing software.


What is the basic knowledge requirement for software testing?

you need to know about the debugging errors and how to eliminate them from the code


What is the first step in software programming?

Generally, the first step in learning to program is to understand the process of editing code, compiling the software and running the subsequent program.


How do you find bugs in a computer program?

Typically, you run the program through "debuggers" - software that specifically looks for errors in your code.


What is a bug tracker used for?

A bug tracked is a piece of software or code used to keep track of bugs, or errors, in a piece of software. It typically reports back to the creators of the software with error reports about how the program is not working correctly.


What is code coverage in software testing?

During development of any application or modules, the developers would have written some number of lines of code (Say 500) Now, when that software is tested, we have to check whether all that 500 lines of code has been covered during the testing process. This is called code coverage.


Give four circumstances where you might recommend against software reuse?

1. If computer source code is not available. 2. Where lack of tool support. 3. Where original software is seen as more challenging. 4. Where engineers are not more confident of finding a component of software


What is the difference between programming and debugging?

Programming is the process of creating code. Debugging is the process of fixing problems in existing code.