Tag: testing

Questions Related to testing

  1. Installation Testing

  2. Gorilla Testing

  3. Exhaustive Testing

  4. End-to-End testing


Correct Option: B
  1. Compatibility Testing

  2. Ad Hoc Testing

  3. Accessibility Testing

  4. Beta Testing


Correct Option: D
  1. A. Action Settings

  2. B. Action Properties

  3. C. Action Run Settings

  4. D. Action Call Properties


Correct Option: B

Which method for the DataTable utility object will allow you to retrieve information from the Data Table during a test run?

  1. A. Value

  2. B. Import

  3. C. GetCell

  4. D. GetValue


Correct Option: A
  1. A. Built-in

  2. B. User-defined

  3. C. User-function

  4. D. Built-in, User-defined


Correct Option: D

If the Global Data sheet contains no data and the Local Datasheet contains two rows of data, how many times will the test iterate?

  1. 1

  2. 2

  3. 3

  4. 5


Correct Option: A
  1. A. Pop-up window, object state, VBScript event

  2. B. Object State, VBScript event, Application crash

  3. C. Pop-up window, object state, test run error, QTP crash

  4. D. Pop-up window, object state, test run error, application crash


Correct Option: D

What is the keyword used to define how the counter variable in a or lext loop increments?

  1. A. ++

  2. B. Next

  3. C. Skip

  4. D. Step


Correct Option: D
  1. A. Call the ADO.Close function

  2. B. Use the close method for the RecordSet object

  3. C. Set the RecordSet and Connection objects equal to Nothing

  4. D. Use the close method for the RecordSet and Connection objects


Correct Option: D