testing Online Quiz - 164

testing Online Quiz - 164

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Testing the application after the installation at the client place

  1. Compatibility Testing
  2. Ad Hoc Testing
  3. Accessibility Testing
  4. Beta Testing
Question 2 Multiple Choice (Single Answer)

Where do you mark an action as reusable?

  1. A. Action Settings
  2. B. Action Properties
  3. C. Action Run Settings
  4. D. Action Call Properties
Question 3 Multiple Choice (Single Answer)

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
Question 4 Multiple Choice (Single Answer)

What are the available environment variable type(s)?

  1. A. Built-in
  2. B. User-defined
  3. C. User-function
  4. D. Built-in, User-defined
Question 5 Multiple Choice (Single Answer)

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
Question 6 Multiple Choice (Single Answer)

If the Local Data sheet contains two rows of data, how many times will the action iterate, by default?

  1. A. 1
  2. B. 2
  3. C. 3
  4. D. 5
Question 7 Multiple Choice (Single Answer)

What are the available trigger event types?

  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
Question 8 Multiple Choice (Single Answer)

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
Question 9 Multiple Choice (Single Answer)

How do you close the database session after examining the results of an SQL query?

  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
Question 10 Multiple Choice (Single Answer)

How do you declare a constant?

  1. A. Dim statement
  2. B. Con statement
  3. C. Const statement
  4. D. Option Explicit statement
Question 11 Multiple Choice (Single Answer)

What is created, by default, with each new action?

  1. A. Local Data Sheet, Global Data Sheet, Folder
  2. B. Local Object Repository, Local Data Sheet, Folder
  3. C. Global Data Sheet, Local Object Repository, Folder
  4. D. Local Data Sheet, Global Data Sheet, Local Object Repository
Question 12 Multiple Choice (Single Answer)

What are the categories in the Step Generator?

  1. Object, Operation, Value
  2. Library, Built-in, Local Script
  3. Operation, Arguments, Return Value
  4. Test Objects, Utility Objects, Functions
Question 13 Multiple Choice (Single Answer)

What can you use to handle unpredictable testing exceptions?

  1. A Do Loop
  2. B. Recovery Scenario
  3. C. IFHEN statement
  4. D. Selectase statement
Question 14 Multiple Choice (Single Answer)

In which command can you associate a function library to a test?

  1. A. Run Options
  2. B. Test Settings
  3. C. View Options
  4. D. Function Definition Generator
Question 15 Multiple Choice (Single Answer)

After running a test that contains both input and output parameters, where can the results of an output parameter be found?

  1. Local
  2. Global
  3. Run-time Data Table
  4. Design-time Data Table
Question 16 Multiple Choice (Single Answer)

If you have a Virtual Object Collection stored on your machine, and you don't want to use it, what must you do?

  1. A. Disable Virtual Objects in Test Settings
  2. B. Remove the Collection from your machine
  3. C. Disable Virtual Objects in General Options
  4. D. Remove the Collections from the Resources list
Question 17 Multiple Choice (Single Answer)

What does the source property of a database checkpoint object represent?

  1. A. The SQL query
  2. B. The identification number of the database
  3. C. The number of rows returned from the query
  4. D. The connectionstring used to connect to the database
Question 18 Multiple Choice (Single Answer)

What is the first thing that must be defined in a Recovery Scenario?

  1. A. Trigger
  2. B. Recovery Operation
  3. C. Recovery Scenario Name
  4. D. The Function used in the scenario
Question 19 Multiple Choice (Single Answer)

What are bitmap checkpoints sensitive to?

  1. A. Image size and object type
  2. B. Object type and image type
  3. C. Screen resolution and object type
  4. D. Screen resolution and image size
Question 20 Multiple Choice (Single Answer)

What are the two most commonly used ADO objects?

  1. A. Fields
  2. B. Execute
  3. C. Connection, RecordSet
  4. D. Open, ConnectionString