1 | 14 | |||||||||||||||||||||
2 | ||||||||||||||||||||||
3 | 18 | |||||||||||||||||||||
4 | 12 | |||||||||||||||||||||
5 | ||||||||||||||||||||||
6 | 17 | 19 | ||||||||||||||||||||
11 | 16 | |||||||||||||||||||||
7 | ||||||||||||||||||||||
13 | 15 | |||||||||||||||||||||
8 | ||||||||||||||||||||||
9 | ||||||||||||||||||||||
10 |
1. A line of code that marks a specific point in the program where execution will pause for debugging purposes.
2. A value calculated from data for error detection in order to verify the accuracy of the data.
3. An error in the syntax of a programming language that prevents the code from being parsed and executed.
4. An error that occurs when a mathematical operation produces a result that is too small to be represented within the available memory or data type.
5. An error that occurs when trying to divide a number by zero.
6. A type of software testing performed by end-users before the final release of the software to ensure its reliability and usability.
7. The data used to execute test cases and verify the behavior and correctness of a software application or system.
8. The practice of retesting previously tested software to ensure that changes or fixes have not introduced new defects or regression bugs.
9. A testing technique that focuses on testing the boundaries or limits of input values to uncover defects or errors.
10. A type of data validation where the value is checked to make sure it falls within a specified range.
11. Verification of whether a given input matches a specified pattern.
12. A test where the program is run with sample data to verify the correctness of its logic.
13. A snapshot of a program's memory state at a particular point in time, allowing for inspection of variables and data structures.
14. An error that occurs when a mathematical operation produces a result that is too large to be represented within the available memory or data type.
15. An error in the logic or algorithm of a program that causes incorrect results or unexpected behavior.
16. An error that occurs when a function receives an argument of the correct type but with an inappropriate value.
17. A collection of test cases and test scenarios that are designed to test specific functionalities or features of a software product or system.
18. A type of software testing performed to identify and eliminate all possible issues before releasing the software to the end-users.
19. An error that occurs when an operation is performed on an object of an inappropriate type.