Software Testing and QA Fundamentals
Comprehensive quiz covering software testing principles, quality assurance concepts, automation testing with QTP, and ETL testing practices including mainframe data handling.
Questions
Which of the following is not a quality characteristic listed in ISO 9126 Standard?
- Functionality
- Usability
- Supportability
- Maintainability
To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data.
- Stub
- Driver
- Proxy
- None of the above
Boundary value testing
- Is the same as equivalence partitioning tests
- Test boundary conditions on, below and above the edges of input and output equivalence classes
- Tests combinations of input circumstances
- Is used in white box testing strategy
Pick the best definition of quality
- Quality is job one
- Zero defects
- Conformance to requirements
- Work as designed
Fault Masking is
- Error condition hiding another error condition
- Creating a test case which does not reveal a fault
- Masking a Fault by Developer
- Masking a Fault by tester
One Key reason why developers have difficulty testing their own work is :
- Lack of technical documentation
- Lack of test tools on the market for developers
- Lack of training
- Lack of Objectivity
In which of the following phase can an ETL developer identify & report the defects?
- Specs/Requirement walkthrough
- Code walkthrough
- Unit testing
- All of the above
Mainframe files are in _______ format
- UNICODE
- Hexadecimal
- UTF-8
- ASCII
- None of the above
It is responsibility of the developer to check whether all the Numeric Fields have been negatively tested
- True
- False
Select ALL the valid COBOL data type declarations from the list below
- COMPUTATIONAL-3
- COMP
- COMP-2
- PACKED
- COMP-3
- COMP-1
Select ALL that are FALSE: The comments (Annotations in DataStage)...
- Is not mandatory and it is time consuming
- Is a good practice, but it can be ignored when delivery is critical, and the developer is running out of time
- Defect has to be raised if proper comment and documentation are missing
- Better to add at later point of time in the development (after the entire coding is complete)
- All complex mapping and coding to be explained in comments
EBCDIC stands for
- Embedded Binary Coded Decimal Interchange Code
- Extended Binary Coded Decimal Interchange Code
- Embedded Binary Coded Decimal Integration Code
- Extended Binary Coded Decimal Integration Code
- None of the above
Trying to map NULL values to the NON- NULLABLE target fields must not be handled in code
- True
- False
The actual number of bytes occupied in the following declaration is: PIC 9(6)V99 COMP-3
- 8
- 4
- 5
- 6
If the ETL source is a Mainframe file without any packed decimal fields, then the test file can be
- Created in Mainframe
- Created in Windows/DOS
- Created in Unix/Linux
- All of the above
If the ETL source is a Mainframe file without any packed decimal fields, then the test file can be
- Created in Mainframe
- Created in Windows/DOS
- Created in Unix/Linux
- All of the above
In which of the following phase can an ETL developer identify & report the defects?
- Requirement/Specs walkthrough
- Code walkthrough
- Unit testing
- All of the above
What is the purpose of loading an add-in?
- To help the performance of QTP
- To restore the layout of the QuickTest window so that it displays the panes in their default sizes and positions
- To enable QTP to recognize objects in the AUT
- Both b and c
What is the most appropriate Record and Run setting when you expect the window application to be already running when the test starts?
- Record and Run test on any open Windows-based application.
- Record and Run on these applications
- Record and Run on applications opened via the desktop
- None of the above
What are the default add-ins in QTP?
- Oracle, VB, and Java
- ActiveX, VB, Java
- ActiveX, Web, Oracle
- ActiveX, Web, VB