Tag: testing

Questions Related to testing

  1. Using the Default Property.

  2. Adding the specific property to identify the object.

  3. Using some other property to identify the object.

  4. Adding the specific property to the list.


Correct Option: A

Which of the following can be used to get the details whether all the Initial files like “OSS_TestExecution Sheet”, “OSS_cfg” are loaded properly

  1. Inter_TestCase_DataTransition

  2. Detailed HTML Report

  3. Summary HTML Report

  4. Log files under the “logs” Folder


Correct Option: D
  1. OSS_TestExecution Sheet

  2. OSS_cfg

  3. Test data Sheet

  4. It is Hard Coded in the Scripts


Correct Option: B

What happens if more than one row in the “OSS_TestExecution Sheet” is flagged as “Yes”

  1. Respective Component Scripts will be executed in the order of hierarchy

  2. Scripts will get executed for one component (First in the list with the Execute flag “Yes”) & stops after successful execution

  3. No Script will get executed & the QTP hangs.

  4. None of the above


Correct Option: B
  1. OSS_Main

  2. OSS_API

  3. OSS_DriverScript

  4. Every component “.vbs” file will have the function defined


Correct Option: B

What happens, if the “Inter_TestCase_DataTransition” is not deleted, prior to executing a NEW scenario? (From the First Component of the Proposition)

  1. The existing “Inter_TestCase_DataTransition” (Output Sheet) sheet will be deleted & a new “Inter_TestCase_DataTransition” sheet is created

  2. The Scripts stops running as the existing Output Sheet is not deleted prior running a “NEW” scenario

  3. The details of the NEW order will get overwritten in the same sheet.

  4. None of the Above


Correct Option: C