Basic Interview Question
Basic Interview Question
true, specified, or theoretically correct value or condition. See: anomaly, bug, defect, exception, and fault Failure: The inability of a system or component to perform its required functions within specified performance requirements. See: bug, crash, exception, fault. Bug: A fault in a program which causes the program to perform in an unintended or unanticipated manner. See: anomaly, defect, error, exception, fault. Fault: An incorrect step, process, or data definition in a computer program which causes the program to perform in an unintended or unanticipated manner. See: bug, defect, error, exception. Defect: Mismatch between the requirements.
Error -A Fault in the program leads to error in program exection. Defect-If the error caught by tester then it is called as defect. Bug - If the defect is accepted by the development people then it is called as Bug. Fault---->Error---->Defect---->Bug Error may be generated due to syntax or symantic fault. Different types of error are 1.syntax errors 2.symantic errors 3.Logical errors 4.Runtime errors...etc All athe above errors will be occured during white box testing of the application/product. In BlackBox testing main defects are Requirement missing or Wrongly interpreted requiremets, Misoperation of fuctionalities...etc.