Tag: technology

Questions Related to technology

  1. OSS_TestExecution Sheet

  2. OSS_cfg

  3. Test data Sheet

  4. It is Hard Coded in the Scripts


Correct Option: B
  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
  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
  1. Allow QC to run tests remotely

  2. Enable QC Integration

  3. Allow other Products to control QTP

  4. Allow other Products to run tests remotely


Correct Option: A
  1. QTP is couldn’t see your application

  2. QTP could see the objects but unable to recognize the class details

  3. QTP cannot see the Object

  4. None of the above


Correct Option: B

How can the Object Repository be made more flexible for objects with dynamic Properties

  1. Regular Expressions

  2. Parameterization

  3. Descriptive Programming

  4. All the Above


Correct Option: C

AI Explanation

To answer this question, you need to understand how the Object Repository can be made more flexible for objects with dynamic properties. Let's go through each option to understand why it is correct or incorrect:

Option A) Regular Expressions - This option is incorrect because regular expressions are used for pattern matching, but they do not make the Object Repository more flexible for objects with dynamic properties.

Option B) Parameterization - This option is incorrect because parameterization is a technique used to pass values as parameters in a script or test case. While it can make the test script more flexible, it does not specifically address dynamic properties in the Object Repository.

Option C) Descriptive Programming - This option is correct because Descriptive Programming allows you to directly describe objects and their properties in the test script, rather than relying on the Object Repository. This approach is useful for objects with dynamic properties because it allows you to dynamically identify and interact with objects at runtime.

Option D) All the Above - This option is incorrect because not all of the options (regular expressions and parameterization) are valid ways to make the Object Repository more flexible for objects with dynamic properties. Only Descriptive Programming is the correct approach for this.

The correct answer is C) Descriptive Programming. This option is correct because it allows you to directly describe objects and their properties in the test script, making the Object Repository more flexible for objects with dynamic properties.