0

testing Online Quiz - 3

Description: testing Online Quiz - 3
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0

Where can we make an action reusable?

  1. Action Properties

  2. Call Properties

  3. Properties

  4. None


Correct Option: A
  1. 10 seconds

  2. 60 seconds

  3. 20 seconds

  4. 30 seconds


Correct Option: B
  1. Wait – makes a wait for the specified seconds with optional milliseconds

  2. Wait – makes a wait for the specified seconds only

  3. Wait – makes a wait for the specified seconds with mandatory milliseconds

  4. None of the statements are true


Correct Option: A

What is the statement that can be used to make VB Script, mandate variable declaration?

  1. Option Declare

  2. Option Explicit

  3. Option Mandate

  4. None


Correct Option: B
  1. 2

  2. 1

  3. 3

  4. No index is required for referencing an element in a 2D array. Index is applicable only for 1D arrays.


Correct Option: A
  1. While … Wend

  2. Do While … Loop

  3. Do Until … Loop

  4. VB Script doesn't have any deprecated loops at all.


Correct Option: C

Local repositories cannot be associated to a test, using Resources menu. State true or false

  1. True

  2. False


Correct Option: A
  1. The code is perfectly valid. It sets the specified value in the web

  2. name property is incorrectly defined for the link object

  3. Syntax of Description object is incorrect.

  4. Defined link object is incorrectly used as an edit box object. Hence issuing a Set method is invalid


Correct Option: D
  1. can be used to watch only simple variables

  2. can be used to watch all simple variables and most of the object properties

  3. displays all the variables encountered during the script execution runtime

  4. cannot be used to watch simple variable values


Correct Option: B
  1. define a trigger, define the recovery operations, define the post recovery operations

  2. define the recovery operations, define a trigger, define the post recovery operations

  3. can be created in any order

  4. no such wizard is available in Quick Test


Correct Option: A
  1. Understanding what managers value about testing

  2. Identifying potential customer work-arounds for bug

  3. Explaining test results in a neutral fashion

  4. All the above


Correct Option: C
  1. Component Testing

  2. Functional Testing

  3. Non-functional Testing

  4. Acceptance Testing

  5. Both 2 & 3

  6. Both 1 & 3


Correct Option: E
- Hide questions