QTP and Quality Center Testing

Questions about QTP automation testing, Quality Center test management, and general software testing concepts including cross-browser compatibility, checkpoints, object repositories, and test design techniques

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Error guessing:

  1. supplements formal test design techniques
  2. can only be used in component, integration and system testing.
  3. is only performed in user acceptance testing.
  4. is not repeatable and should not be used.
Question 2 Multiple Choice (Single Answer)

Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities?

  1. Regression testing
  2. Integration testing
  3. System testing
  4. User acceptance testing
Question 3 Multiple Choice (Single Answer)

Which of the following requirements is testable?

  1. The system shall be user friendly
  2. The safety-critical parts of the system shall contain 0 faults.
  3. The response time shall be less than one second for the specified design load.
  4. The system shall be built to be portable.
Question 4 Multiple Choice (Single Answer)

In prioritising what to test, the most important objective is to:

  1. find as many faults as possible
  2. test high risk areas.
  3. obtain good test coverage.
  4. test whatever is easiest to test.
Question 5 Multiple Choice (Single Answer)

Which one of the following statements about system testing is NOT true?

  1. System tests are often performed by independent teams.
  2. Functional testing is used more than structural testing.
  3. Faults found during system tests can be very expensive to fix.
  4. End-users should be involved in system tests.
Question 6 Multiple Choice (Single Answer)

Test management with Quality Center involves....... Phases.

  1. Four
  2. Five
  3. Six
  4. Seven
Question 7 Multiple Choice (Single Answer)

The phases of Test management with Quality Center in order are:

  1. Specify Releases, Specify Requirements, Plan Tests, Execute Tests, Track Defects
  2. Specify Requirements, Specify Releases, Plan Tests, Execute Tests, Track Defects
  3. Specify Requirements, Plan Tests, Specify Releases, Execute Tests, Track Defects
  4. Specify Releases, Specify Requirements, Plan Tests, Track Defects, Execute Tests
Question 8 Multiple Choice (Single Answer)

You can filter Quality Center data to display only those records that meet the criteria that you define. How many filters can you define?

  1. Single item as a filter
  2. Two items as a filter
  3. Multiple items as filter
  4. Five items as filter
Question 9 Multiple Choice (Single Answer)

The key that is used to Start/End analog recording mode?

  1. F3
  2. SHIFT+ALT+F3
  3. CTRL+SHIFT+F3
  4. F10
Question 10 Multiple Choice (Single Answer)

The list of test objects and their properties and values are stored in the

  1. Object Repository
  2. Object Identification
  3. Object Restore
  4. Task Plan
Question 11 Multiple Choice (Single Answer)

To retrieve the current property value of the objects in your application during the run session.

  1. GetVisibleText
  2. GetROProperty
  3. SetROProperty
  4. GetTOProperty
Question 12 Multiple Choice (Single Answer)

What is the shortcut key that is used for a Standard Checkpoint?

  1. F12
  2. F2
  3. F10
  4. F7
Question 13 Multiple Choice (Single Answer)

A Checkpoint checks that a text string is displayed within a defined area in a Windows application is

  1. Accessibility
  2. Text Area
  3. Standard
  4. Text
Question 14 True/False

Same set of QTP code can not access session objects of different browsers.

  1. True
  2. False
Question 15 Multiple Choice (Multiple Answers)

Cross Browser Automation

  1. Windows ME
  2. Windows 3.1
  3. Windows 98
  4. Windows XP
Question 16 True/False

Descriptive programming gurantees, your automation will be intact while moving your scripts from one browser to another.

  1. True
  2. False
Question 17 True/False

.Object method is not recognized/applicable in FireFox.

  1. True
  2. False
Question 18 True/False

A QTP code written for IE can be executed with FireFox with little or no modifications.

  1. True
  2. False
Question 19 Multiple Choice (Multiple Answers)

For compatability testing a QTP 9.2 script can not be executed in following envionment.

  1. Windows ME
  2. Windows 3.1
  3. Windows 98
  4. Windows XP
Question 20 True/False

A QTP script can work cross browser without any problems. ie : Build a script in IE, test it in firefox, Netscape & Opera.

  1. True
  2. False