Release and Acceptance Testing Flashcards

(26 cards)

1
Q

What is the main purpose of release testing in software engineering?

A

Release testing checks if the complete, integrated system meets all specifications (including non-functional) and is ready to be shown to the client, with the goal of sign-off for acceptance testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Who typically performs release testing, and why?

A

Release testing is performed by a separate team not involved in development, to provide an independent check that the system meets specifications and is suitable for external use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How does release testing differ from integration testing?

A

Integration testing focuses on finding bugs in how components interact, often by the development team, while release testing validates that the whole system meets specifications and is ready for client delivery, typically by an independent team. Release testing is validation testing rather than defect testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the three main strategies for release testing?

A

Performance-driven tests (e.g., stress and load testing)

High-level specification-driven tests (testing against specific requirements)

Scenario-driven tests (testing real-world user scenarios)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Why is use case-based testing effective in release testing?

A

Because it focuses on testing interactions between different components, revealing emergent behaviors that only appear when the system is fully integrated.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the primary goal of release testing?

A

To convince the company that the software is good enough to give to the customer, ensuring all specifications are met and the system does not fail during normal use.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is emergent behavior in the context of release testing?

A

Emergent behavior refers to system functionalities or issues that only become apparent when all components are combined and tested together, not visible in isolated or unit testing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why does the cost of fixing problems increase in later testing phases?

A

Because issues found late often require more rework, coordination, and changes across the integrated system, making them more expensive to resolve.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the role of acceptance testing?

A

Acceptance testing is the final formal test by the customer to determine if the system meets their requirements and is ready for active use, often using real client data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the typical steps in the acceptance testing process?

A

Define acceptance criteria

Plan acceptance testing

Derive acceptance tests

Run acceptance tests

Negotiate test results

Accept or reject the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Why is it important to define acceptance criteria early?

A

Early definition ensures both the developer and client agree on what the system must do for acceptance and payment, reducing disputes later.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What happens if the system fails some acceptance tests?

A

The client and developer negotiate whether the issues are acceptable or if further development is needed; acceptance testing may be repeated after fixes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

When does acceptance testing end?

A

When both the system developer and client agree that the delivered system is an acceptable implementation of the requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Why does acceptance testing sometimes reveal requirements problems?

A

Because it uses real data and real user scenarios, which may expose gaps or misunderstandings in the original requirements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Why should acceptance testing not be left only to the very end of a project?

A

Because issues found late are harder and more costly to fix; acceptance activities and criteria should be considered throughout the project lifecycle.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the significance of documenting requirements for acceptance testing?

A

Clear documentation of agreed requirements ensures there is a shared understanding of what is to be tested and accepted by the client.

17
Q

What is scenario-driven testing?

A

Scenario-driven testing involves testing the system by acting out real-world user scenarios, including both correct and incorrect actions, to ensure the system behaves as expected.

18
Q

What is the difference between release testing and acceptance testing?

A

Release testing is performed internally to ensure readiness for client delivery, while acceptance testing is performed by or with the client to formally approve the system for use and payment.

19
Q

What is the outcome if acceptance testing is successful?

A

The client accepts the system, and typically, payment is made and the system is deployed for active use.

20
Q

What is the implication if acceptance testing is not successful?

A

The system is not accepted, further development and testing are required, and the acceptance testing cycle repeats until the client is satisfied.

21
Q

What is performance driven strategy (release testing)

A

Once the system is complete and integrated, some things can now be tested
Non-functional things like performance and stress testing
Useful for distributed systems

22
Q

What is high-level spec-driven strategy (release testing)?

A

Develop a series of tests that relate to different specifications

23
Q

What is scenario-driven strategy (release testing)?

A

Show that the scenarios you have modelled can be satisfied
Make deliberate mistakes and the right actions

24
Q

What are the two types of user testing?

A

Alpha and beta

25
What is Alpha user testing?
A few specific users trial the software, for real world tasks Like acceptance testing but real users doing actual tasks
26
What is Beta user testing?
Where software is released for limited general use A limited group is allowed to use a release candidate, users feedback problems and report bugs Often used as marketing Used when cost of fixing problems is low