Tag: testing

Questions Related to testing

Select ALL the valid COBOL data type declarations from the list below

  1. COMPUTATIONAL-3

  2. COMP

  3. COMP-2

  4. PACKED

  5. COMP-3

  6. COMP-1


Correct Option: A,B,C,E,F

Select ALL that are FALSE: The comments (Annotations in DataStage)...

  1. Is not mandatory and it is time consuming

  2. Is a good practice, but it can be ignored when delivery is critical, and the developer is running out of time

  3. Defect has to be raised if proper comment and documentation are missing

  4. Better to add at later point of time in the development (after the entire coding is complete)

  5. All complex mapping and coding to be explained in comments


Correct Option: A,B,D
  1. Embedded Binary Coded Decimal Interchange Code

  2. Extended Binary Coded Decimal Interchange Code

  3. Embedded Binary Coded Decimal Integration Code

  4. Extended Binary Coded Decimal Integration Code

  5. None of the above


Correct Option: B

Trying to map NULL values to the NON- NULLABLE target fields must not be handled in code

  1. True

  2. False


Correct Option: B

If the ETL source is a Mainframe file without any packed decimal fields, then the test file can be

  1. Created in Mainframe

  2. Created in Windows/DOS

  3. Created in Unix/Linux

  4. All of the above


Correct Option: D
  1. Created in Mainframe

  2. Created in Windows/DOS

  3. Created in Unix/Linux

  4. All of the above


Correct Option: D
  1. Requirement/Specs walkthrough

  2. Code walkthrough

  3. Unit testing

  4. All of the above


Correct Option: D
  1. To help the performance of QTP

  2. To restore the layout of the QuickTest window so that it displays the panes in their default sizes and positions

  3. To enable QTP to recognize objects in the AUT

  4. Both b and c


Correct Option: C

What is the most appropriate Record and Run setting when you expect the window application to be already running when the test starts?

  1. Record and Run test on any open Windows-based application.

  2. Record and Run on these applications

  3. Record and Run on applications opened via the desktop

  4. None of the above


Correct Option: A