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.
Questions
Which of the following is not a quality characteristic listed in the ISO 9126 Standard?
- Functionality
- Supportability
- Usability
- Maintainability
Testing in which the tester has access to the internal data structures and algorithms including the code is called
- Black box testing
- White box testing
- Regression testing
- Unit testing
Testing process in which the smallest testable parts of an application, are individually and independently tested for proper operation.
- Integration testing
- System testing
- Unit testing
- Static testing
Which onw of the following is not a part of testing level ?
- Black box testing
- Unit testing
- System testing
- Internal acceptance testing
Internal Acceptance Testing is also known as
- Regression testing
- smoke testing
- Beta testing
- Alpha testing
Testing which is non-exhaustive and ascertaining that the most crucial functions of a program work, but not bothering with finer details.
- Sanity testing
- Smoke testing
- Regression testing
- Acceptance testing
User Acceptance Testing is also known as
- White box testing
- Functional testing
- Alpha testing
- Beta testing
Testing technique in which the internal workings of the item being tested are not known to tester.
- Black box testing
- White box testing
- Static testing
- Dynamic testing
Object Spy can be found in __________ menu.
- Tool
- Tools
- Task
- Tasks
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.
- Ordinal Identifier
- Index Identifier
- Smart Identification
- Assistive Identification
You can access and perform ______________ methods using the Object property.
- Run-Time Object
- Test Object
- Smart Identification Object
- Assistive Object
You can view or modify the test object property values that are stored with your test in the _______________
- Information Pane
- Data Table
- Information Pane & Data Table Both
- Object Properties & Object Repository dialog box.
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.
- GetROProperty & SetROProperty
- GetTOProperty & SetTOProperty
- GetTOProperty & SetROProperty
- GetROProperty & SetTOProperty
The Information pane provides a list of _________ in the test:
- Semantic errors
- Syntax errors
- Common errors
- Logic errors
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.
- True
- False
If the information pane is not open, QTP automatically opens it in case a syntax error is detected.
- True
- False
The __________ provides a list of the resources that are specified in your test but cannot be found.
- Missing pane
- Missing Resources pane
- Resources pane
- Missing Items pane
Whenever you open a test or a function library, QTP automatically checks for the availability of specified resources
- True
- False
The Data Table does not assist you in parameterize your test.
- True
- False
Tabs in the Debug Viewer pane are:
- Watch, Variables, Debug
- Watch, Data, Command
- Watch, Variables, Command
- View, Variables, Command