Tag: testing

Questions Related to testing

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
  1. On Error Resume Next

  2. On Error Raise Next

  3. On Error Next

  4. none of the above


Correct Option: A
  1. XMLfile1.compare(XMLfile2)

  2. XMLcompare(file1,file2)

  3. compare(XMLfile1,XMLfile2)

  4. compare(file XML1,file XML2)


Correct Option: C
  1. recovery.activate

  2. enable

  3. recovery.enable

  4. activate


Correct Option: A
  1. DataBase CheckPoint

  2. STANDARD checkpoint

  3. Accessibility checkpoint

  4. Bitmap checkpoint


Correct Option: C
  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.