0

testing Online Quiz - 167

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

In QTP which method is used to retrieve data from HTML TABLE?

  1. GetCellData (Row,Col);

  2. GetRowValue (Rowid,Colname);

  3. GetData (Row,Col);

  4. GetCellValue (Row,Col);


Correct Option: A

In QTP, what command is used to insert the transactions in test?

  1. Services.StartTransaction "Name", Services.EndTransaction "Name";

  2. StartTransaction.Services “Name”,EndTransaction. Services "Name";

  3. StartTransaction ("Name"), EndTransaction ("Name");

  4. Services.StartTransaction "Name", EndTransaction. Services "Name";


Correct Option: A
  1. dtglobalsheet

  2. dtglobalsheet and Global

  3. dtGlobal and dtglobalsheet

  4. dtGlobal AND Global


Correct Option: B

Where the Checkpoint information will be stored in QTP

  1. Shared repository & Function Library

  2. Shared Repository

  3. Local Repository

  4. Function library


Correct Option: C

In QTP, which Checkpoint is being used for verifying the web page with W3C standard?

  1. Bitmap checkpoint

  2. Standard checkpoint

  3. Accessibility checkpoint

  4. XML checkpoint


Correct Option: C

What Property - Indicates whether QuickTest beeps after performing each Sync function during a run session?

  1. BeepSync

  2. BeepOnSync

  3. SoundOnSync

  4. SoundSync


Correct Option: B
  1. Text Checkpoint timeout

  2. Check Method timeout

  3. Standard Checkpoint timeout

  4. Checkpoint timeout


Correct Option: D
  1. Browser("Ultimatix GetConnected").Page("Ultimatix GetConnected").WebEdit("employeeNumber").Set "000000"

  2. Browser("title:=Ultimatix - Get Connected !").Page("title:=Ultimatix - Get Connected !").WebEdit("name:=employeeNumber").Set "000000"

  3. Browser("title:=Ultimatix - Get Connected !"). Page("title:=Ultimatix - Get Connected !"). WebEdit("employeeNumber").Set "000000"

  4. Browser("Ultimatix GetConnected").Page("Ultimatix GetConnected"). WebEdit("name:=employeeNumber").Set "000000"


Correct Option: C

The file extension of Shared object repository file and Local object repository file are

  1. (.TSR and .QRS)

  2. (.QRS and .MTR)

  3. (.TSR and .MTR)

  4. (.MTR and .QFL)


Correct Option: C

When spying an object, if a particular property for identifying an object is not listed in the list of properties. How can we identify the desired object?

  1. Using the Default Property.

  2. Adding the specific property to identify the object.

  3. Using some other property to identify the object.

  4. Adding the specific property to the list.


Correct Option: A
  1. Name the Spread Sheet, where all the components for any specific proposition is listed, where we decide which component to execute
  1. OSS_cfg

  2. Inter_TestCase_DataTransition

  3. OSS_TestExecution Sheet

  4. None of the above


Correct Option: C

Name the Folder where the Output Spread sheet of any component (if any) will be stored?

  1. Temp

  2. Data

  3. Reports

  4. Logs


Correct Option: A
  1. Inter_TestCase_DataTransition

  2. Detailed HTML Report

  3. Summary HTML Report

  4. Log files under the “logs” Folder


Correct Option: D

Where can one change the path of the Reports (Detailed & Summary HTML Report) to be stored

  1. OSS_TestExecution Sheet

  2. OSS_cfg

  3. Test data Sheet

  4. It is Hard Coded in the Scripts


Correct Option: B
  1. Respective Component Scripts will be executed in the order of hierarchy

  2. Scripts will get executed for one component (First in the list with the Execute flag “Yes”) & stops after successful execution

  3. No Script will get executed & the QTP hangs.

  4. None of the above


Correct Option: B
  1. OSS_Main

  2. OSS_API

  3. OSS_DriverScript

  4. Every component “.vbs” file will have the function defined


Correct Option: B
  1. The existing “Inter_TestCase_DataTransition” (Output Sheet) sheet will be deleted & a new “Inter_TestCase_DataTransition” sheet is created

  2. The Scripts stops running as the existing Output Sheet is not deleted prior running a “NEW” scenario

  3. The details of the NEW order will get overwritten in the same sheet.

  4. None of the Above


Correct Option: C
- Hide questions