Computer Science, asked by gurjaniabhishek5667, 1 year ago

Define testing and syntax ,dubugging with example

Answers

Answered by HiteshMishra
0
It is a systematic process of spotting and fixing the number of bugs, or defects, in a piece of software so that the software is behaving as expected. Debugging is harder for complex systems in particular when various subsystems are tightly coupled as changes in one system or interface may cause bugs to emerge in another.

Debugging is a developer activity and effective debugging is very important before testing begins to increase the quality of the system. Debugging will not give confidence that the system meets its requirements completely but testing gives confidence.


Answered by gratefuljarette
0

Testing:

Testing is the important phase of any software development life cycle or Software testing life cycle where we check the system for any error. Here we check the format and grammatical errors externally. We can do the testing at any phase of code or system.

Syntax:

The syntax is basically some defined rules, format or policies which we should follow in a computer programming. The computer also checks for proper syntaxes before executing any program.

Debugging:

Debugging is a phase where we debug or check our code for any type of coding errors. We can do the debugging only if we know the complete code or module of the code in which we are working unless it would be very difficult to debug the same.

Learn more about Testing

Difference between static testing and structural testing in software testing

https://brainly.in/question/5350724

What is integration testing?​

https://brainly.in/question/9731787

Similar questions