Software Testing Fundamentals and QuickTest Professional

Covers essential software testing methodologies including black box, white box, unit, sanity, and ramp testing, along with QuickTest Professional object repository management and automation techniques.

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which type of testing is this ? "Continuously raising an input signal until the system breaks down."

  1. Monkey Testing
  2. Unit testing
  3. Ramp testing
  4. Gorilla Testing
Question 2 Multiple Choice (Single Answer)

What is testing of individual software components called ?

  1. Ad Hoc Testing
  2. White Box testing
  3. Unit Testing
  4. Ramp Testing
Question 3 Multiple Choice (Single Answer)

Which testing is used to verify whether requirements are met or not, checking all features breadth-first.

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

In general, the ____ object repository is easiest to use when we are creating simple record and run tests.

  1. Shared
  2. Local
  3. Both
  4. None of the above
Question 5 Multiple Choice (Single Answer)

To display the comment in the object repository dialog box, we must use the attribute name ___

  1. Miccomentproperty
  2. Commentproperty
  3. Mic_comment_property
  4. None of the above
Question 6 Multiple Choice (Single Answer)

The ___ method loads the specified object repository.

  1. Overload
  2. Load
  3. Both A&B
  4. None of the above
Question 7 Multiple Choice (Single Answer)

ObjectRepositoryUtil Object enables us to manipulate __ object repository files from outsite of QuickTest Professional.

  1. Shared
  2. Local
  3. Both
  4. None of the above
Question 8 Multiple Choice (Single Answer)

We open the Object Repository window for a specific component by choosing ___

  1. Resources > Object Repository
  2. Help > Object Repository
  3. Tools > Object Repository
  4. File > Object Repository
Question 9 Multiple Choice (Single Answer)

The new Object Repository Comparision Tool is accessible from the Object Repository Manager. We can use this tool to identify the differences between objects in ________

  1. Two specified shared object repository files.
  2. Either Shared or Local object repository files.
  3. Two specified local object repository files.
  4. A shared and a local object repository files.
Question 10 Multiple Choice (Single Answer)

The Object Repository Manager enables us to open __ shared object repositories and modify them as needed.

  1. Three
  2. Seven
  3. Two
  4. Multiple
Question 11 Multiple Choice (Single Answer)

We can use the objects and methods of the QuickTest ___ to write scripts that automatically manipulate object repositories, instead of performing these operations manually using the Object Repository Manager.

  1. Automation object model
  2. Object repository model
  3. Object repository automation object model
  4. Object repository script object model
Question 12 Multiple Choice (Single Answer)

We can import and export object repositories from and to __ files

  1. XML
  2. MTS
  3. TSR
  4. XLS
Question 13 Multiple Choice (Single Answer)

We can manage the shared object repository associations of a seleccted test using the

  1. Associate Repositories Manager dialog box
  2. Object Repositories dialog box
  3. Object Repositories Manager dialog box
  4. Associate Repositories dialog box
Question 14 Multiple Choice (Single Answer)

To know with adequate confidence, "when is testing over", which of the following is the best approach?

  1. use test appropriate metrics
  2. declare that it is over when budget is consumed
  3. let the management decide that
  4. declare that it is ove when time is out
Question 15 Multiple Choice (Single Answer)

Choose the correct answer from the following combinations

  1. Compliance Testing - Business rules
  2. Black Box Testing - Path Coverage
  3. Regression Testing - End users
  4. File Integrity - Control Totals
Question 16 Multiple Choice (Single Answer)

To test a function, the programmer has to write a ___ which call the function and passes it test data.

  1. Stub
  2. Driver
  3. Proxy
  4. None of the above
Question 17 Multiple Choice (Single Answer)

Cyclomatic Complexity method comes under which testing method

  1. Green box
  2. Black box
  3. Yellow box
  4. White box
Question 18 Multiple Choice (Single Answer)

Which of the following is the correct sequence to test execution?

  1. Set up Test environment, Identify test cases and test cycles, Review test results, Assign test scripts
  2. Identify test cases and test cycles, Assign test scripts, set up test environment, review test results
  3. Set up test environment, identify test cases and test cycles, assign test scripts, review test results
  4. All of the above
Question 19 Multiple Choice (Single Answer)

When a new testing tool is purchased, it should be used first by

  1. A small team to establish the best way to use the tool
  2. The vendor contractor to write the initial scripts
  3. Everyone who may eventually have some use for the tool
  4. The independent testin team
Question 20 Multiple Choice (Single Answer)

Equivalence partitioning is

  1. A black box testing technique than can only be used during system testing
  2. A white box testing technique appropriate for component testing
  3. A black box testing technique used only by developers
  4. A black box testing technique appropriate to all levels of testing