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
Questions
Error guessing:
- supplements formal test design techniques
- can only be used in component, integration and system testing.
- is only performed in user acceptance testing.
- is not repeatable and should not be used.
Which of the following is likely to benefit most from the use of test tools providing test capture and replay facilities?
- Regression testing
- Integration testing
- System testing
- User acceptance testing
Which of the following requirements is testable?
- The system shall be user friendly
- The safety-critical parts of the system shall contain 0 faults.
- The response time shall be less than one second for the specified design load.
- The system shall be built to be portable.
In prioritising what to test, the most important objective is to:
- find as many faults as possible
- test high risk areas.
- obtain good test coverage.
- test whatever is easiest to test.
Which one of the following statements about system testing is NOT true?
- System tests are often performed by independent teams.
- Functional testing is used more than structural testing.
- Faults found during system tests can be very expensive to fix.
- End-users should be involved in system tests.
Test management with Quality Center involves....... Phases.
- Four
- Five
- Six
- Seven
The phases of Test management with Quality Center in order are:
- Specify Releases, Specify Requirements, Plan Tests, Execute Tests, Track Defects
- Specify Requirements, Specify Releases, Plan Tests, Execute Tests, Track Defects
- Specify Requirements, Plan Tests, Specify Releases, Execute Tests, Track Defects
- Specify Releases, Specify Requirements, Plan Tests, Track Defects, Execute Tests
You can filter Quality Center data to display only those records that meet the criteria that you define. How many filters can you define?
- Single item as a filter
- Two items as a filter
- Multiple items as filter
- Five items as filter
The key that is used to Start/End analog recording mode?
- F3
- SHIFT+ALT+F3
- CTRL+SHIFT+F3
- F10
The list of test objects and their properties and values are stored in the
- Object Repository
- Object Identification
- Object Restore
- Task Plan
To retrieve the current property value of the objects in your application during the run session.
- GetVisibleText
- GetROProperty
- SetROProperty
- GetTOProperty
What is the shortcut key that is used for a Standard Checkpoint?
- F12
- F2
- F10
- F7
A Checkpoint checks that a text string is displayed within a defined area in a Windows application is
- Accessibility
- Text Area
- Standard
- Text
Same set of QTP code can not access session objects of different browsers.
- True
- False
Cross Browser Automation
- Windows ME
- Windows 3.1
- Windows 98
- Windows XP
Descriptive programming gurantees, your automation will be intact while moving your scripts from one browser to another.
- True
- False
.Object method is not recognized/applicable in FireFox.
- True
- False
A QTP code written for IE can be executed with FireFox with little or no modifications.
- True
- False
For compatability testing a QTP 9.2 script can not be executed in following envionment.
- Windows ME
- Windows 3.1
- Windows 98
- Windows XP
A QTP script can work cross browser without any problems. ie : Build a script in IE, test it in firefox, Netscape & Opera.
- True
- False