Practice questions Flashcards
The best time to influence the quality of a system design is in the __________.
Planning Phase
Analysis Phase
Design Phase
Testing Phase
Planning Phase
IEEE stands for:
Information Engineering Endeavoring to Excel
Institute of Electrical and Electronics Engineers
Institute of Education for E-commerce Entrepreneurs
Individual Excellence in Engineering Enterprises
Institute of Electrical and Electronics Engineers
Which type of document might be reviewed at a Review/Inspection session?
Employee performance review
Test Plan
Project Status Report
Defect Tracking Form
Test Pan
Quality control and quality assurance are different names for the same activity.
True
False
False. Quality Control monitors and audits an assessment process for the product. Quality Assurance activities are a planned system of review procedures that are conducted by personnel not directly involved in the development process.
Cause and effect diagrams can be used to view attempts to solving quality issues that have not worked in the past.
True
False
True
Which of the following is not a job responsibility of a software tester?
Identifying test cases
Preparing test data
Executing tests
Writing the functional specifications
Writing the functional specifications
The test strategy that is informal and non structured is:
Equivalence partitioning
Validation strategy
White box testing
Ad hoc testing
Ad hoc testing
The test strategy that involves understanding the program logic is:
Equivalence partitioning
White box testing
Black box testing
Boundary strategy
White box testing
Data defects can occur when accessing the programs data log files.
True
False
False
Once the requirement document is approved, the Tester can begin creating a Requirements Matrix to track the requirements throughout the SDLC.
True
False
True
Ad Hoc testing is a formal and structured testing method.
True
False
False
The programs send bad data to devices, ignore error codes coming back, and try to use devices that are busy or aren’t there. This is a:
Calculation error Functional error Hardware error System error User Interface error
Hardware error
Errors that are cosmetic in nature are usually assigned a ______ severity level.
Fatal (Severity)
Low (Severity)
Serious (Severity)
Low (Severity)
If a system is not functioning as documented and the data are not corrupted, what priority and measure are assigned?
Priority 1: Critical
Priority 2: High
Priority 3: Medium
Priority 4: Low
Priority 3: Medium
A testing process that is conducted to test new features after regression testing of previous features.
Operational testing
Progressive testing
Recovery testing
Regression testing
Progressive testing