Thursday, April 24, 2025

Few Errors observed while testing

 A segmentation fault occurs when a program attempts to access a memory location that it is not allowed to access, or attempts to access a memory location in a way that is not allowed (for example, attempting to write to a read-only location, or to overwrite part of the operating system)

A "Memory access fault by GPU node-15" error usually indicates a problem where a program is trying to access memory that either doesn't exist or is not accessible to it, often related to the GPUThis can be due to various reasons, including memory errors, incorrect code, or issues with the GPU drivers or the application itself

Sunday, April 13, 2025

Testing Basics book by Narendra Boyina

Error: We can say that a mistake was made by a programmer during coding. (dev)

Defect: An error found during unit testing in the development phase. (dev)

Bug: An error was found during the testing phase. (QA)

Failure: an error found at the end-user.