1 13 15
2
3
17
4
5
16
14
6 7
8
9
10
11
12

Crossword: Error Handling & Validation

Across

1. The data used to execute test cases and verify the behavior and correctness of a software application or system.

2. Ensuring that data is accurate, complete, and fits the required format or rules.

3. A type of data validation that examines the structure and format of data to ensure it adheres to predefined rules.

4. 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.

5. The process of running the test cases and test scenarios using the specified test data and recording the results.

6. An error in a program due to incorrect logical reasoning or assumptions.

7. A collection of test cases and test scenarios that are designed to test specific functionalities or features of a software product or system.

8. A storage location in a computer program that can hold different values at different times.

9. An error that occurs when a program tries to access a file that does not exist or cannot be found.

10. The practice of retesting previously tested software to ensure that changes or fixes have not introduced new defects or regression bugs.

11. A type of data validation that confirms if a value meets a specified length requirement.

12. An error that occurs when there are issues with the indentation of the code.

Down

13. An error in the syntax of a programming language that prevents the code from being parsed and executed.

14. A searching algorithm that divides a sorted array or list into halves, discarding the half that's known to not contain the target element.

15. Verification of whether a given input matches a specified pattern.

16. The process of checking the accuracy and integrity of entered data.

17. A device that captures and reads barcodes to retrieve encoded information.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓