INTRODUCTION TO SOFTWARE ENGINEERING
SOFTWARE DEVELOPMENT LIFE CYCLE
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Errors in a program that could be functional or non-functional.
|
Bugs
|
|
Functional Errors
|
|
Non-functional Errors
|
|
Programmer / Software Engineer
|
Explanation:
Detailed explanation-1: -The major difference between the two types of testing is this: Functional testing ensures that your product meets customer and business requirements and doesn’t have any major bugs. Non-functional testing verifies that the product meets the end user’s expectations.
Detailed explanation-2: -When developing programs there are three types of error that can occur: syntax errors. logic errors. runtime errors.
Detailed explanation-3: -Functional errors This is a broad type of error that happens whenever software doesn’t behave as intended. For example, if the end user clicks the “Save” button, but their entered data isn’t saved, this is a functional error.
There is 1 question to complete.