1 | 14 | 16 | |||||||||||||||||||||||
2 | 15 | ||||||||||||||||||||||||
12 | |||||||||||||||||||||||||
3 | |||||||||||||||||||||||||
4 | |||||||||||||||||||||||||
13 | |||||||||||||||||||||||||
5 | |||||||||||||||||||||||||
6 | |||||||||||||||||||||||||
7 | |||||||||||||||||||||||||
8 | |||||||||||||||||||||||||
9 | |||||||||||||||||||||||||
10 | |||||||||||||||||||||||||
11 | |||||||||||||||||||||||||
1. A type of data validation that verifies if the value is in the correct format or follows a specific pattern.
2. A test where the program is run with sample data to verify the correctness of its logic.
3. A type of software testing where the tester goes through the entire software application, step by step, to ensure that there are no defects or issues.
4. The value of a variable at the end of a program or a specific section of code.
5. Verifying the integrity of data by checking its calculated checksum.
6. 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.
7. 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.
8. An error that occurs when a program tries to access a null object or null reference.
9. The process of combining software modules or components and testing them as a group to verify their interactions and functionality.
10. A report that displays the sequence of function calls that led to the current point of execution in a program.
11. An error that occurs when a file that is being accessed is not found.
12. An error that occurs when a program tries to access a file that does not exist or cannot be found.
13. The final phase of software testing where a system is evaluated for its acceptance by the end users or stakeholders.
14. The combination of two or more strings into a single string.
15. The value of a variable at the beginning of a program or a specific section of code.
16. An error that occurs when trying to divide a number by zero.