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.
Questions
Which type of testing is this ? "Continuously raising an input signal until the system breaks down."
- Monkey Testing
- Unit testing
- Ramp testing
- Gorilla Testing
What is testing of individual software components called ?
- Ad Hoc Testing
- White Box testing
- Unit Testing
- Ramp Testing
Which testing is used to verify whether requirements are met or not, checking all features breadth-first.
- Ramp Testing
- Smoke Testing
- Regression Testing
- Sanity testing
In general, the ____ object repository is easiest to use when we are creating simple record and run tests.
- Shared
- Local
- Both
- None of the above
To display the comment in the object repository dialog box, we must use the attribute name ___
- Miccomentproperty
- Commentproperty
- Mic_comment_property
- None of the above
The ___ method loads the specified object repository.
- Overload
- Load
- Both A&B
- None of the above
ObjectRepositoryUtil Object enables us to manipulate __ object repository files from outsite of QuickTest Professional.
- Shared
- Local
- Both
- None of the above
We open the Object Repository window for a specific component by choosing ___
- Resources > Object Repository
- Help > Object Repository
- Tools > Object Repository
- File > Object Repository
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 ________
- Two specified shared object repository files.
- Either Shared or Local object repository files.
- Two specified local object repository files.
- A shared and a local object repository files.
The Object Repository Manager enables us to open __ shared object repositories and modify them as needed.
- Three
- Seven
- Two
- Multiple
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.
- Automation object model
- Object repository model
- Object repository automation object model
- Object repository script object model
We can import and export object repositories from and to __ files
- XML
- MTS
- TSR
- XLS
We can manage the shared object repository associations of a seleccted test using the
- Associate Repositories Manager dialog box
- Object Repositories dialog box
- Object Repositories Manager dialog box
- Associate Repositories dialog box
To know with adequate confidence, "when is testing over", which of the following is the best approach?
- use test appropriate metrics
- declare that it is over when budget is consumed
- let the management decide that
- declare that it is ove when time is out
Choose the correct answer from the following combinations
- Compliance Testing - Business rules
- Black Box Testing - Path Coverage
- Regression Testing - End users
- File Integrity - Control Totals
To test a function, the programmer has to write a ___ which call the function and passes it test data.
- Stub
- Driver
- Proxy
- None of the above
Cyclomatic Complexity method comes under which testing method
- Green box
- Black box
- Yellow box
- White box
Which of the following is the correct sequence to test execution?
- Set up Test environment, Identify test cases and test cycles, Review test results, Assign test scripts
- Identify test cases and test cycles, Assign test scripts, set up test environment, review test results
- Set up test environment, identify test cases and test cycles, assign test scripts, review test results
- All of the above
When a new testing tool is purchased, it should be used first by
- A small team to establish the best way to use the tool
- The vendor contractor to write the initial scripts
- Everyone who may eventually have some use for the tool
- The independent testin team
Equivalence partitioning is
- A black box testing technique than can only be used during system testing
- A white box testing technique appropriate for component testing
- A black box testing technique used only by developers
- A black box testing technique appropriate to all levels of testing