|
Answer» FOLLOWING are a few common ETL bugs: - User Interface Bug: GUI bugs include issues with color selection, font style, navigation, spelling check, etc.
- Input/Output Bug: This type of bug causes the application to take invalid values in place of valid ones.
- Boundary Value Analysis Bug: Bugs in this section check for both the minimum and maximum values.
- Calculation bugs: These bugs are usually mathematical errors causing incorrect results.
- Load Condition Bugs: A bug like this does not ALLOW multiple users. The user-accepted data is not allowed.
- Race Condition Bugs: This type of bug interferes with your system’s ability to FUNCTION properly and causes it to crash or hang.
- ECP (Equivalence Class Partitioning) Bug: A bug of this type results in invalid types.
- Version Control Bugs: Regression TESTING is where these kinds of bugs normally occur and does not provide version details.
- Hardware Bugs: This type of bug prevents the device from responding to an application as expected.
- Help Source Bugs: The help DOCUMENTATION will be incorrect due to this bug.
|