1 |
Based on the risks for the system being tested ______ be stopped. |
Planning
when time has run out
when all faults have been fixed correctly
Testing
|
2 |
Based on the risk for your industry contract and special requirements ____ is done. |
Planning
when time has run out
Testing
When all faults have been fixed correctly
|
3 |
At all test levels ______ testing is performed. |
Acceptance testing
Functional
Integrating testing
Regression
|
4 |
Which of the following is the best source of Expected Outcomes for User Acceptance Test scripts. |
Actual results
Program specification
User requirements
system specification
|
5 |
Which of these activates provides the biggest potential cost saving from the use of CAST. |
Test management
Test design
Test execution
Test planning
|
6 |
Which of the following is true of the v-model. |
It states that modules are tested against user requirements
It only models the testing phase
It specifies the test techniques to be sued
It includes the verification of designs
|
7 |
In prioritizing what to test the most important objective is to. |
Find as many faults as possible
Test high risk areas
Obtain good test coverage
Test what ever is easiest to test
|
8 |
Which of the following a described in a unit test standard. |
Syntax testing
Fulvalene partitioning
Stress testing
Modified condition or decisioncoverage
|
9 |
Which of the following is a form of functional testing. |
Boundary value analysis
Usability testing
Performance testing
Security testing
|
10 |
Error guessing is best used. |
After more formal techniques have been applied
As the first approach to deriving test cases
By inexperienced testers
After the system has gone live
|
11 |
Which of the following is included in the test plan document of the test documentation standard. |
What is not to be tested
Test environment properties
Quality plans
Schedules and deadlines
|
12 |
Which of the following is part of system testing. |
Business process based testing
Performance load and stress testing
Usability testing
Top down integration testing
|
13 |
Expected result are |
Only important in system testing
Only used in component testing
Most useful when specified in advance
Derived from the code
|
14 |
The main focus of acceptance testing is. |
Finding faults in the system
Ensuring that the system is acceptable to all users
Testing the system with other systems.
Testing from a business perspective
|
15 |
Which of the following techniques is NOT a black box technique. |
State transition testing.
LCSAJ
Syntax testing
Boundary value analysis
|
16 |
Maintenance testing is. |
Updating tests when the soft ware has changed.
Testing a released system the has been changed
Testing by users to ensure that the system meets a business need.
Testing to maintain business advantage
|
17 |
Which of the following is NOT part of configuration management. |
Auditing conformance to ISO 9000
Status accounting of configuration items
Identification of test versions
Controlled library access
|
18 |
Regression testing should be performed. |
Every week
After the software has changed
As often as possible
When the environment has changed
|
19 |
Statement coverage will to check for the following. |
Missing statements
Unused branches
Dead code
Unused statement
|
20 |
A common test techniques during component test is. |
Statement and branch testing
Usability testing.
Security testing
Performance testing
|
21 |
In a review meeting a moderator is a person who. |
Takes minutes of the meeting
Mediates between people
Takes telephone calls
Writes the documents to be reviewed
|
22 |
During the software development process at what point can the test process start. |
When the code is complete
When the design is complete
When the software requirements have been approved
When the fist code module is ready for unit testing.
|
23 |
Pick the best definitions of quality. |
Quality is job one
Zero defects
Conformance to requirements
Work as designed
|
24 |
To test a function, the programmer has to write a ______ which calls the function to be tested and passes it test data. |
Stub
Driver
Proxy
Quality is job one
|
25 |
Which of the following is not a quality characteristic listed in ISO 9126 standard. |
Functionality
Usability
Supportability
Maintainability
|
26 |
Incorrect form of logic coverage is. |
Statement coverage
Pole coverage
Condition coverage
Path coverage
|
27 |
Which of the following tools would be involved in the automation of regression test. |
Data tester
Boundary tester
capture of playback
Output comparator
|
28 |
Which one of the following are non functional testing methods. |
System testing
Usability testing
Performance testing
Both 2 and 3
|
29 |
Code coverage is used as a 208 measure of what. |
Defects
Trends analysis
Test effectiveness
Time spent testing
|
30 |
Acceptance test cases are based on what. |
Requirements
Design
Code
Decision table
|