QTP and JProbe Testing Tools

Questions about QuickTest Professional (QTP) scripting and features, plus JProbe Java performance and memory analysis tools

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

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

  1. .jpl
  2. .bat
  3. .jpb
  4. .sln
Question 2 Multiple Choice (Single Answer)

What is the default port used by JProbe?

  1. 52991
  2. 52992
  3. 52993
  4. 52990
Question 3 Multiple Choice (Single Answer)

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
Question 4 Multiple Choice (Single Answer)

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
Question 5 Multiple Choice (Single Answer)

Which type of view is used for viewing object allocations?

  1. Instance View
  2. Allocation View
  3. Leak Doctor View
  4. Object View
Question 6 Multiple Choice (Single Answer)

Which type of view is used to identify Memory Leaks?

  1. Heap View
  2. Instance View
  3. Leak Doctor View
  4. Allocation View
Question 7 Multiple Choice (Single Answer)

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
Question 8 Multiple Choice (Single Answer)

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
Question 9 Multiple Choice (Single Answer)

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
Question 10 Multiple Choice (Single Answer)

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
Question 11 Multiple Choice (Single Answer)

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
Question 12 Multiple Choice (Single Answer)

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
Question 13 Multiple Choice (Single Answer)

Constant is declared using :

  1. Dim statement
  2. Option Explicit statement
  3. Con Statement
  4. Const Statement
Question 14 Multiple Choice (Single Answer)

By default, arguments can be passed to the procedure using

  1. Byval
  2. Byref
  3. ByArg
  4. ByRes
Question 15 Multiple Choice (Single Answer)

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
Question 16 Multiple Choice (Single Answer)

Information pane displays

  1. Syntax errors
  2. Test name and author
  3. QTP license information
  4. Comment line
Question 17 Multiple Choice (Single Answer)

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
Question 18 Multiple Choice (Single Answer)

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
Question 19 Multiple Choice (Single Answer)

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
Question 20 Multiple Choice (Single Answer)

What are all the available environment variable types?

  1. Built-in
  2. User-defined
  3. Built-in, User-defined
  4. User function