SOFTWARE ENGINEERING

SOFTWARE TESTING

TEST PLAN AND TEST CASE DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A developer has wrongly typed a variable name. It comes under which category
A
error
B
fault
C
failure
D
quality
Explanation: 

Detailed explanation-1: -Syntax errors occur when a programmer makes mistakes in typing the code’s syntax correctly or makes typos.

Detailed explanation-2: -Non-performance of the intended function: The software is unable to perform the function as intended, then this is an error. Example: An e-commerce website is unable to process the payment part. Then such a website is of no use to the customer, and this is a functional error.

Detailed explanation-3: -A fault is a mistake that does not let the software perform its intended function. An error is a difference between correct and incorrect output. Failure is the state of not being able to meet an intended objective.

There is 1 question to complete.