0

testing Online Quiz - 90

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

To compares the values of the specified property during a run session with the values stored for the same test object property within the test.

  1. Checkpoint

  2. All the above

  3. Output Value

  4. Compare the object property


Correct Option: A

It is possible that you an use the object property to access the native properties of any run-time object

  1. True

  2. False


Correct Option: A

You will use the recording mode for an object not recognized by QuickTest.

  1. Low-Level Recording Mode

  2. Normal recording Mode

  3. Analog Mode

  4. None of the above


Correct Option: A

............ method waits for the browser to complete the current navigation

  1. exist

  2. wait

  3. waitproperty

  4. sync


Correct Option: D

The method used for sending information to the test results.

  1. Reporter.log()

  2. Reporter.reportevent()

  3. Reporter.msgbox()

  4. Reporter.report()


Correct Option: B

The method that adds to the test while implementing Synchronization is

  1. Synchronize

  2. Wait

  3. WaitProperty

  4. sync


Correct Option: C

We can add Test object methods, function calls into the Test using

  1. Function generator

  2. Step generator

  3. Object repository

  4. none of the above


Correct Option: A

The mechanism used to identify objects during run session is

  1. Recovery scenario

  2. Smart identification

  3. Handling object

  4. all the above


Correct Option: B

..... specifies the time interval(in seconds) during which quick test attempt to perform the checkpoint successfully

  1. check timeout

  2. checkpoint interval timeout

  3. checkpoint timeout

  4. quicktest timeout


Correct Option: C

The method used to get the count value of list box or combo box os

  1. GetItemsCount

  2. GetCount

  3. GetItemCount

  4. none of the above


Correct Option: A

The method used to continue the test execution after getting run-time error is

  1. On Error Resume Next

  2. On Error Raise Next

  3. On Error Next

  4. none of the above


Correct Option: A

The method used to compare 2 XML files is:

  1. XMLfile1.compare(XMLfile2)

  2. XMLcompare(file1,file2)

  3. compare(XMLfile1,XMLfile2)

  4. compare(file XML1,file XML2)


Correct Option: C

The method that explicitly activates the recovery scenario mechanism is,

  1. recovery.activate

  2. enable

  3. recovery.enable

  4. activate


Correct Option: A

The key that is used to Start/End analog Recording mode ?

  1. F3

  2. SHIFT+ALT+F3

  3. CTRL+SHIFT+F3

  4. F10


Correct Option: B

The CHECKPOINT used to check the alt attribute exists for all relevant Objects (such as images) is

  1. DataBase CheckPoint

  2. STANDARD checkpoint

  3. Accessibility checkpoint

  4. Bitmap checkpoint


Correct Option: C

AI Explanation

To answer this question, you need to understand the concept of accessibility checkpoints in web development.

Option A) DataBase CheckPoint - This option is incorrect because a database checkpoint is not specifically related to checking the alt attribute for objects in web development.

Option B) STANDARD checkpoint - This option is incorrect because there is no specific "standard" checkpoint that is used to check the alt attribute for objects in web development.

Option C) Accessibility checkpoint - This option is correct because accessibility checkpoints are used to ensure that web content is accessible to people with disabilities. One of the accessibility checkpoints is specifically related to checking the alt attribute for objects such as images. The alt attribute provides alternative text for images, making them accessible to people who cannot see them.

Option D) Bitmap checkpoint - This option is incorrect because a bitmap checkpoint is related to comparing the actual bitmap of an image with the expected bitmap, rather than checking the alt attribute.

The correct answer is C) Accessibility checkpoint. This option is correct because it specifically addresses the task of checking the alt attribute for all relevant objects, such as images, to ensure accessibility.

The command used to invoke other application from QTP,

  1. InvokeApplication

  2. SystemUtil.Run

  3. Run

  4. Both a & b


Correct Option: D

The method that adds to the test while implementing Synchronization is

  1. Synchronize

  2. Wait

  3. WaitProperty

  4. Pause


Correct Option: C

The QTP script files are stored in the extension of

  1. *.mts

  2. *.usr

  3. *.mtr

  4. *.vbs


Correct Option: A

AI Explanation

To answer this question, you need to understand the file extensions used for QTP (QuickTest Professional) script files.

Option A) *.mts - This option is incorrect. The file extension .mts is not commonly used for QTP script files.

Option B) *.usr - This option is incorrect. The file extension .usr is not commonly used for QTP script files.

Option C) *.mtr - This option is incorrect. The file extension .mtr is not commonly used for QTP script files.

Option D) *.vbs - This option is incorrect. The file extension .vbs is commonly used for VBScript files, which can be used in QTP scripts, but it is not the specific file extension for QTP script files.

The correct answer is A) *.mts. This option is incorrect because the file extension .mts is not commonly used for QTP script files.

To retrieve the current property value of the objects in your application during the run session.

  1. GetVisibleText

  2. GetROProperty

  3. SetROProperty

  4. GetTOProperty


Correct Option: B

The method added to the test while Parameterizing is

  1. get Data (variable, dtGlobalSheet)

  2. get DataTable(variable, dtGlobalSheet)

  3. Set Data(variable, dtGlobalSheet)

  4. Set DataTable(variable, dtGlobalSheet)


Correct Option: D
- Hide questions