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
  1. Action Properties

  2. Call Properties

  3. Properties

  4. None


Correct Option: A

What is the default browser navigation time out?

  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

How many checkpoint types & Output value types are supported by Quick Test?

  1. 6 & 6

  2. 8 & 6

  3. 9 & 9

  4. 8 & 9


Correct Option: B

What is the method that can be used to retrive a run time value of any object, say a user input value?

  1. GetTOProperty

  2. SetTOProperty

  3. GetROProperty

  4. None


Correct Option: C

When we create a 2 dimention array, an element in the created array can be referenced by how many indices?

  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
  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

Breakpoints can be set in the script, to make Quick Test pause script execution, at desirable statements in the script. State true or false

  1. True

  2. False


Correct Option: A
  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

Recovery scenario takes us thru the following wizard steps in the following sequence

  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

The word 'bug' is synonymous with which of the following words?

  1. Incident

  2. Defect

  3. Mistake

  4. Error


Correct Option: B

Which of the following is most important to promote and maintain good relationships between testers and developers??

  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

Which of the following is a test type??

  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