0

testing Online Quiz - 97

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

What is the file extension of the setting file created by JProbe?

  1. .jpl

  2. .bat

  3. .jpb

  4. .sln


Correct Option: A

What is the default port used by JProbe?

  1. 52991

  2. 52992

  3. 52993

  4. 52990


Correct Option: A

What are three tabs displayed in Runtime Summary View in case of memory analysis?

  1. Memory Tab, Heap Tab, GC Tab

  2. Thread Tab, GC Tab, Memory Tab

  3. Memory Tab , Data Tab ,Heap Tab

  4. None


Correct Option: A

What is the option that must be used to set the level of data you want to record?

  1. Trigger

  2. Set Recording Level

  3. Configure Pool

  4. Leak Doctor


Correct Option: B

Which type of view is used for viewing object allocations?

  1. Instance View

  2. Allocation View

  3. Leak Doctor View

  4. Object View


Correct Option: B

Which type of view is used to identify Memory Leaks?

  1. Heap View

  2. Instance View

  3. Leak Doctor View

  4. Allocation View


Correct Option: C

What is the purpose of Performance Analysis?

  1. Focusing on a known efficient algorithm

  2. Focusing on object cycle and garbage collection issues

  3. Focusing on missing codes in a program

  4. None


Correct Option: A

A Deadlock is a situation in which…

  1. A cycle of threads is blocked as they are waiting for resource which is being held by another thread in cycle

  2. Object is waiting for garbage collection

  3. Java Application is having Memory Leaks

  4. None


Correct Option: A

If the Result of Snapshot differencing is Positive what we can infer?

  1. Modified code runs slower than original code

  2. Modified code runs faster than original code

  3. Modified code runs as fast as original code

  4. None


Correct Option: A

What is the data collected in the Source Code during Code Coverage Analysis?

  1. Line data, Conditional Data, Switch Data

  2. Missed Column, Switch data, Conditional Data

  3. Missed Column, Switch data, Unconditional Data

  4. None


Correct Option: B

Which type of analysis would you prefer if your application is continuously crashing?

  1. Memory Analysis

  2. Performance Analysis

  3. Coverage Analysis

  4. Static Analysis


Correct Option: A

Which of the following are created with each new action?

  1. Local data sheet, Global data sheet, Folder

  2. Local object repository, Local data sheet, Folder

  3. Local object repository ,Local data sheet, Global data sheet

  4. Local data sheet, Global data sheet, Local object repository


Correct Option: B

Constant is declared using :

  1. Dim statement

  2. Option Explicit statement

  3. Con Statement

  4. Const Statement


Correct Option: D

By default, arguments can be passed to the procedure using

  1. Byval

  2. Byref

  3. ByArg

  4. ByRes


Correct Option: B

Which of the following looping statements are available in QTP?

  1. For next,Do loop, Switch Case

  2. For next, Do loop, While end

  3. If then, While end, Do loop

  4. For next, Switch case, If then


Correct Option: B

Information pane displays

  1. Syntax errors

  2. Test name and author

  3. QTP license information

  4. Comment line


Correct Option: B

Two shared object repositories can be merged in ---------

  1. The object repository manager

  2. The object repository

  3. Associate object repository tool

  4. Only Local object repositories can be merged


Correct Option: A

Which of the following commands retrieves the number of items in the list for a weblist object

  1. GetList

  2. GetItem

  3. GetItemsCount

  4. GetRoProperty


Correct Option: D

What does the ChildObjects method return?

  1. A collection object

  2. A string true/false

  3. Number of objects matching the description

  4. Boolean True/False


Correct Option: A

What are all the available environment variable types?

  1. Built-in

  2. User-defined

  3. Built-in, User-defined

  4. User function


Correct Option: C
- Hide questions