2. Testing Through LIfecycle

Descrição

qa
Rachel Sprague
Quiz por Rachel Sprague, atualizado more than 1 year ago
Rachel Sprague
Criado por Rachel Sprague quase 8 anos atrás
5
0

Resumo de Recurso

Questão 1

Questão
Which of the following is not a test level in the V-model?
Responda
  • Component testing
  • Acceptance testing
  • Static testing
  • System testing

Questão 2

Questão
In iterative development models which of the following is true?
Responda
  • Regression testing is irrelevant on all iterations after the first
  • Regression testing is less important on all iterations after the first
  • Regression testing is increasingly important on all iterations after the first one
  • Regression testing is irrelevant in iterative development models

Questão 3

Questão
Confirmation by examination and through the provision of objective evidence that specified requirements have been fulfilled is:
Responda
  • Verification
  • Authentication
  • Validation
  • Testing

Questão 4

Questão
Confirmation by examination and through provision of objective evidence that the requirements for a specific intended use or application have been fulfilled is:
Responda
  • Acceptance criteria
  • Verification
  • Validation
  • Exit criteria

Questão 5

Questão
In any life cycle model, there are several characteristics of good testing. Which is not such a characteristic?
Responda
  • For every development activity there is a corresponding test activity
  • It incorporates independence
  • The analysis and design of tests for a given test level should begin during the corresponding development activity
  • Testers should be involved in reviewing documents as soon as drafts are available in the development life cycle

Questão 6

Questão
Which of the following is not true of component testing?
Responda
  • Component testing includes the testing of functionality
  • Component testing includes the testing of code structure
  • Component testing tests the interfaces between components
  • Component testing is usually done by the developer

Questão 7

Questão
Test-first approach is:
Responda
  • When test cases are prepared after coding
  • When test cases are prepared during coding
  • When test cases are prepared before coding
  • When test cases are prepared during testing

Questão 8

Questão
Component integration testing:
Responda
  • Tests the interfaces between modules/components
  • Tests the integration of packages
  • Is done before component testing
  • Tests components against their specificatio

Questão 9

Questão
What is the main purpose of the integration strategy for component integration testing?
Responda
  • To ensure that all of the components are tested adequately
  • To determine who will carry out component testing and when
  • To specify which components to combine when, and how many at once
  • To estimate how long it will take

Questão 10

Questão
What is used to replace a missing calling component/module to facilitate component integration testing?
Responda
  • Driver
  • Simulator
  • Stub
  • Harness

Questão 11

Questão
What replaces a missing called component/module to facilitate component testing?
Responda
  • Driver
  • Stub
  • Simulator
  • Harness

Questão 12

Questão
Which of the following statements is correct concerning stubs and drivers?
Responda
  • They are mainly used in component and component integration testing
  • They are mainly used in acceptance testing and component testing
  • They are mainly used in system testing and acceptance testing
  • They are mainly used in component testing and system testing

Questão 13

Questão
Which of the following best describes system integration testing?
Responda
  • Collaboration between testers and developers during system testing
  • Adopting a top-down or bottom up approach
  • Checking that all components function correctly
  • Testing interfaces between systems

Questão 14

Questão
For system testing, the test basis includes the following except:
Responda
  • A. The requirements specification
  • Use cases (if available)
  • Risk analysis reports
  • Component specifications

Questão 15

Questão
Which is incorrect about system testing?
Responda
  • It is concerned with the behaviour of the system as a whole
  • It may employ structural test techniques
  • It should test both functional and non-functional requirements
  • It is always carried out by the development team

Questão 16

Questão
Functional system testing is:
Responda
  • Testing that the system functions with other systems
  • Testing the end to end functionality of the system as a whole
  • Users checking that the system will perform business functions
  • Testing the system components function together

Questão 17

Questão
Which of the following is untrue of user acceptance testing?
Responda
  • The aim is to establish confidence in the system
  • B. The main purpose is to find defects in the system
  • It is the responsibility of users
  • It may assess the systems readiness for deployment and use

Questão 18

Questão
Operational acceptance testing may include all except:
Responda
  • Disaster recovery testing
  • Back-up/restore testing
  • Data load and migration tasks
  • Usability testing

Questão 19

Questão
The main focus of acceptance testing is:
Responda
  • Looking for defects in components and interfaces
  • Testing the system with other systems
  • Building confidence in the system
  • To give users training in the use of the system

Questão 20

Questão
Beta testing is:
Responda
  • Performed by customers at their own site
  • Performed by customers at the software developer's site
  • Performed after the package has been purchased
  • Performed in an independent test environment

Questão 21

Questão
Consider the following statements:- Alpha testing would normally precede beta testing Alpha testing is only performed by system administrators Alpha testing is performed at customer sites Alpha testing applies to COTS packages Alpha testing should ideally be performed by potential customers
Responda
  • 1, 2, 3 are true; 4, 5 are false
  • 1, 4 are true; 2, 3, 5 are false
  • 1, 4, 5 are true; 2, 3 are false
  • 4, 5 are true; 1, 2, 3 are false

Questão 22

Questão
Functional testing would test which of the following?
Responda
  • Recover from any failure will be within 15 minutes
  • The system will cope with 25,000 input transactions/hour
  • Weekly availability will be 98.5%
  • Input orders will be accepted/rejected correctly

Questão 23

Questão
Functional testing includes which of the following?
Responda
  • White-box testing
  • Static testing
  • Interoperability testing
  • Portability testing

Questão 24

Questão
What type of testing is concerned with what the system does rather than how it does it?
Responda
  • Functional testing
  • Structural testing
  • Retesting testing
  • White-box testing

Questão 25

Questão
Performance testing would test which of the following?
Responda
  • The system will accept and record orders
  • The system will provide an average response time of 2 seconds
  • The system will support 1000 simultaneous online users
  • The system will support 50,000 input transactions/hour

Questão 26

Questão
Non-functional testing does not include:
Responda
  • Reliability
  • Security
  • Performance
  • Usability

Questão 27

Questão
Non-functional testing:
Responda
  • Is only necessary in component and system testing
  • Is appropriate at all levels of testing
  • Is only done in acceptance testing
  • Is only necessary if static testing finds missing functions

Questão 28

Questão
Non-functional testing includes:
Responda
  • Testing what the system does not do
  • Testing to find where the system does not function as specified
  • Testing software characteristics such as performance and load
  • Testing interoperability with other systems

Questão 29

Questão
Load testing would test which of the following?
Responda
  • The system will accept and record orders
  • The system will provide an average response time of 2 seconds
  • The system will support 50,000 input transactions/hour
  • The system will support 1,000 simultaneous online users

Questão 30

Questão
Testing of software product characteristics is:
Responda
  • Non-functional testing
  • Structural testing
  • Functional testing
  • White-box testing

Questão 31

Questão
Stress testing checks the system's ability to:
Responda
  • Support a specified transaction volume
  • Cope with load and volume above those predicted for the system
  • Recover in an acceptable time period
  • Meet security requirements

Questão 32

Questão
Black-box testing:
Responda
  • Is concerned with the external behaviour of the software
  • Considers the internal structure of the software
  • Is another name for non-functional testing
  • Is only appropriate in acceptance testing

Questão 33

Questão
Black-box tests are derived from:
Responda
  • The specification
  • The code
  • A structural model
  • Actual results

Questão 34

Questão
White-box testing is:
Responda
  • Always done before black box testing
  • The way to build in quality to a system
  • Based on the internal structure of the software
  • Only done if there are problems

Questão 35

Questão
Structural testing is:
Responda
  • Black-box
  • White-box
  • Testing non-functional characteristics
  • Based on the results of black-box tests

Questão 36

Questão
Impact analysis is part of:
Responda
  • Performance testing
  • White-box testing
  • Maintenance testing
  • Functional testing

Questão 37

Questão
The difference between retesting testing and regression testing is:
Responda
  • Retesting checks that a fix has worked; regression testing looks for unexpected side-effects
  • Retesting testing looks for unexpected side-effects; regression testing confirms that a fix has worked
  • Retesting testing uses black box techniques; regression testing uses white box
  • Retesting testing is functional; regression testing is non-functional

Questão 38

Questão
To facilitate retesting and regression testing it is essential that tests are:
Responda
  • Rigorous
  • Repeatable
  • Readable
  • Random

Questão 39

Questão
Which of the following would necessitate maintenance testing?
Responda
  • A change to the test team
  • A change to the development team
  • A change to the live environment
  • A change to the regression test pack

Questão 40

Questão
Which of the following dictates the necessary maintenance testing?
Responda
  • The size of the current regression pack
  • The experience of maintenance that the development team has
  • The experience of maintenance that the test team has
  • The number of changes to the software and the potential risk of failure

Semelhante

How well do you know GoConqr?
Sarah Egan
6. Test Management
Rachel Sprague
3-4. Test Design
Rachel Sprague
7. Tool Support for Testing
Rachel Sprague
5. Static Techniques
Rachel Sprague
dimension tests
dario.budimir
1. Fundamentals
Rachel Sprague
Test
jeanber