Software Testing and QTP Fundamentals

Covers QuickTest Professional (QTP) features and general software testing concepts including black/white box testing, smoke testing, unit testing, and ISO 9126 quality standards.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following is not a quality characteristic listed in the ISO 9126 Standard?

  1. Functionality
  2. Supportability
  3. Usability
  4. Maintainability
Question 2 Multiple Choice (Single Answer)

Testing in which the tester has access to the internal data structures and algorithms including the code is called

  1. Black box testing
  2. White box testing
  3. Regression testing
  4. Unit testing
Question 3 Multiple Choice (Single Answer)

Testing process in which the smallest testable parts of an application, are individually and independently tested for proper operation.

  1. Integration testing
  2. System testing
  3. Unit testing
  4. Static testing
Question 4 Multiple Choice (Single Answer)

Which onw of the following is not a part of testing level ?

  1. Black box testing
  2. Unit testing
  3. System testing
  4. Internal acceptance testing
Question 5 Multiple Choice (Single Answer)

Internal Acceptance Testing is also known as

  1. Regression testing
  2. smoke testing
  3. Beta testing
  4. Alpha testing
Question 6 Multiple Choice (Single Answer)

Testing which is non-exhaustive and ascertaining that the most crucial functions of a program work, but not bothering with finer details.

  1. Sanity testing
  2. Smoke testing
  3. Regression testing
  4. Acceptance testing
Question 7 Multiple Choice (Single Answer)

User Acceptance Testing is also known as

  1. White box testing
  2. Functional testing
  3. Alpha testing
  4. Beta testing
Question 8 Multiple Choice (Single Answer)

Testing technique in which the internal workings of the item being tested are not known to tester.

  1. Black box testing
  2. White box testing
  3. Static testing
  4. Dynamic testing
Question 9 Multiple Choice (Single Answer)

Object Spy can be found in __________ menu.

  1. Tool
  2. Tools
  3. Task
  4. Tasks
Question 10 Multiple Choice (Single Answer)

If QTP cannot find any object that matches the description, or if it finds more than one object that matches, QuickTest may use the ___________________ mechanism to identify the object.

  1. Ordinal Identifier
  2. Index Identifier
  3. Smart Identification
  4. Assistive Identification
Question 11 Multiple Choice (Single Answer)

You can access and perform ______________ methods using the Object property.

  1. Run-Time Object
  2. Test Object
  3. Smart Identification Object
  4. Assistive Object
Question 12 Multiple Choice (Single Answer)

You can view or modify the test object property values that are stored with your test in the _______________

  1. Information Pane
  2. Data Table
  3. Information Pane & Data Table Both
  4. Object Properties & Object Repository dialog box.
Question 13 Multiple Choice (Single Answer)

You can retrieve or modify property values of the test object during the run session by adding _______________ statements in the Keyword View or Expert View.

  1. GetROProperty & SetROProperty
  2. GetTOProperty & SetTOProperty
  3. GetTOProperty & SetROProperty
  4. GetROProperty & SetTOProperty
Question 14 Multiple Choice (Single Answer)

The Information pane provides a list of _________ in the test:

  1. Semantic errors
  2. Syntax errors
  3. Common errors
  4. Logic errors
Question 15 True/False

When we switch from Expert view to the Keyword view, QTP automatically checks for syntax errors in the test and shows them in the information pane.

  1. True
  2. False
Question 16 True/False

If the information pane is not open, QTP automatically opens it in case a syntax error is detected.

  1. True
  2. False
Question 17 Multiple Choice (Single Answer)

The __________ provides a list of the resources that are specified in your test but cannot be found.

  1. Missing pane
  2. Missing Resources pane
  3. Resources pane
  4. Missing Items pane
Question 18 True/False

Whenever you open a test or a function library, QTP automatically checks for the availability of specified resources

  1. True
  2. False
Question 19 True/False

The Data Table does not assist you in parameterize your test.

  1. True
  2. False
Question 20 Multiple Choice (Single Answer)

Tabs in the Debug Viewer pane are:

  1. Watch, Variables, Debug
  2. Watch, Data, Command
  3. Watch, Variables, Command
  4. View, Variables, Command