QTP Online Quiz



Following quiz provides Multiple Choice Questions (MCQs) related to QTP Framework. You will have to read all the given answers and click over the correct answer. If you are not sure about the answer then you can check the answer using Show Answer button. You can use Next Quiz button to check new set of questions in the quiz.

Questions and Answers

Q 1 - Which of the following statement can be used if you want a run session to wait until the a webedit field is enabled?.

  1. Browser("Browser").Page("Page").WebEdit("Edit").WaitProperty("disabled",0)

  2. Browser("Browser").Page("Page").WebEdit("Edit").WaitProperty("disabled",1)

  3. Browser("Browser").Page("Page").WebEdit("Edit").WaitProperty("enabled",1)

  4. Browser("Browser").Page("Page").WebEdit("Edit").Enabled = True

  5. Browser("Browser").Page("Page").WebEdit("Edit").Enabled(5)

  6. Browser("Browser").Page("Page").WebEdit("Edit").Enabled = True

A - (1) and (3) only

B - (1) (3) and (5) Only

C - (2) (4) and (6) Only

D - (1) (2) (4) and (6)

Answer : A

Explanation

You can either use enabled or disabled property to check whether webEdit field is enabled. if enabled value will be 1 else 0.

Q 2 - How can you remove a stored movie from the test result?

  1. Selecting File > Remove Movie from Results.

  2. Selecting Tools > Remove Movie from Results.

  3. Delete physical movie file from the result location.

  4. once recorded you can not remove the movie from test result.

A - (1) (2) and (3) only

B - (3) Only

C - (2) and(4) Only

D - All (1) (2) (3) and (4)

Answer : C

Explanation

To remove recorded movie from the test result, you can either select Remove Movie from Results in File menu or you can delete the physical movie file at result location.

Answer : A

Explanation

It comprises of calls to actions

Q 4 - What is compared in a bitmap checkpoint?

  1. bits

  2. RGB

  3. pixels

  4. text

  5. jpegs

A - (1) (2) and (3) only

B - (3) Only

C - (4) and(5) Only

D - (1) (3) and (5)

Answer : B

Explanation

Bitmap checkpoint compares pixels only.

Q 5 - Which feature requires a connection to ALM?

  1. Version Control

  2. Jump to Step

  3. System Monitor

  4. Save Test with Resources

A - (1) (2) and (3) only

B - (3) Only

C - (1) Only

D - All (1) (2) (3) and (4)

Answer : C

Explanation

User has to connect to ALM if Version Control is enabled for the project.

Answer : C

Explanation

GetTOProperties fetches test object's properties during the test run.

Answer : B

Explanation

There are three options are there to define table checkpoint row range All Rows, Visible Rows and Another Range

Q 8 - You can specify the maximum number of rows at Database checkpoint wizard, that you would like to limit the wizard to check or output. What is the maximum limit that you can specify here?

A - 65356

B - 65000

C - 32000

D - 255

Answer : D

Explanation

You can specify a maximum of 32000 rows.

Answer : A

Explanation

same name different description, similar description

qtp_questions_answers.htm
Advertisements