0

testing Online Quiz - 98

Description: testing Online Quiz - 98
Number of Questions: 20
Created by:
Tags: testing
Attempted 0/20 Correct 0 Score 0
  1. Which of the following is not a major task of Exit criteria?
  1. a) Checking test logs against the exit criteria specified in test planning.

  2. b) Logging the outcome of test execution.

  3. c) Assessing if more tests are needed.

  4. d) Writing a test summary report for stakeholders.


Correct Option: B
  1. Testing where in we subject the target of the test , to varying workloads to measure and evaluate the performance behaviors and ability of the target and of the test to continue to function properly under these different workloads.
  1. a) Load Testing

  2. b) Integration Testing

  3. c) System Testing

  4. d) Usability Testing


Correct Option: A
  1. Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is :-
  1. a) System Level Testing

  2. b) Integration Level Testing

  3. c) Unit Level Testing

  4. d) Component Testing


Correct Option: B
  1. Static analysis is best described as:
  1. a) The analysis of batch programs.

  2. b) The reviewing of test plans.

  3. c) The analysis of program code.

  4. d) The use of black box testing


Correct Option: C
  1. Incidents would not be raised against:
  1. a) requirements

  2. b) documentation

  3. c) test cases

  4. d) improvements suggested by users


Correct Option: D
  1. One of the fields on a form contains a text box which accepts alpha numeric values. Identify the Valid Equivalence class
  1. a) BOOK

  2. b) Book

  3. c) Boo01k

  4. d) book


Correct Option: C

What is JProbe?

  1. Java Profiler

  2. Testing tool

  3. IDE

  4. None


Correct Option: A

What type of analysis JProbe do?

  1. A. Memory Analysis, Performance Analysis, Code Coverage Analysis

  2. B. Memory Analysis, Stress Test Analysis, Code Analysis

  3. C. Performance Analysis, Static Analysis, Performance Analysis

  4. D. None


Correct Option: A

Which of the following are major components of JProbe?

  1. Analysis Engine, JProbe Connection Manager, JProbe Console

  2. Jprobe Editor, JProbe Profiler, Jprobe Engine

  3. Jprobe Analysis Engine, probe Thread analyzer

  4. Jprobe Analyzer, Jprobe Console


Correct Option: A

What is the function of Snapshot Differencing?

  1. To merge two snapshots

  2. To compare the output of two Java programs

  3. To compare the performance impacts of code changes on your applications and the use of system resources such as processor and memory

  4. To compare two applications


Correct Option: C

What are the two session types supported by JProbe?

  1. Managed Session and Unmanaged Session

  2. Local Session and Current Session

  3. Current Session and Remote Session

  4. Local Session and Remote Session


Correct Option: D

Why Memory Analysis is used in JProbe?

  1. To identify Java garbage collection issues and object cycling issues

  2. To identify and resolve Java bottlenecks and deadlocks

  3. To identify un-executed lines of code during unit testing

  4. None


Correct Option: A

Code Coverage Analysis is used for which type of testing by QA developer?

  1. Functional Testing

  2. Unit Testing

  3. Performance Testing

  4. Integration Testing


Correct Option: B

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

  1. Memory Analysis

  2. Performance Analysis

  3. Coverage Analysis

  4. Static Analysis


Correct Option: B

What are the types of licensing models supported by Jprobe?

  1. Starter License, Enterprise License, Edition License

  2. Node Locked Licensing, Per Seat Licensing, Current Licensing, Edition License

  3. Node Locked Licensing, Per Seat Licensing, Concurrent Licensing, Enterprise Licensing

  4. None


Correct Option: C

What type of application is supported by Jprobe?

  1. J2EE and J2SE application

  2. Mainframe Applications

  3. C/C++ Applications

  4. Perl Applications


Correct Option: A

“Using Jprobe you can run one analysis at a time for an application”

  1. True

  2. False


Correct Option: A

Why are Triggers used?

  1. JProbe tracks calls to the methods in your application

  2. Encapsulates data when your application calls the specified native methods

  3. Triggers provide a way to tie JProbe actions to your program’s execution

  4. None


Correct Option: C

What are Coverage Levels available for Code Coverage Analysis?

  1. Method

  2. Line

  3. Line With Condition

  4. All


Correct Option: D

What are the steps for running a scenario in JProbe?

  1. Create/Edit Setting, Attach to Session, Load Snapshots

  2. Load Snapshots, Attach To Session, Create/Edit Settings

  3. Attach To Session, Load Snapshots, Create/Edit Settings

  4. Create/Edit Settings, Load Snapshots


Correct Option: A
- Hide questions