Define testing and syntax ,dubugging with example
Answers
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.
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