QA WGU - Sheet2 (1) Flashcards

1
Q

Management has requested that the development team have a moderator review their newest module of code. Which type of review is being asked for?

A

Inspection

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

An informal review of a module of code has been completed. The development team has decided to evaluate the module from an end user perspective. Which method should be used to determine if the code meets quality standards?

A

Black box

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

There is a requirement to verify the usability of a product as it is being delivered to ensure overall design and functionality without regard to the internal functioning of the code. Which quality method meets this requirement?

A

Black box testing

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

QA proposes a formal group meeting where the programmer narrates, statement by statement, the logic of a program as an error detection technique. Which quality method meets this proposal?

A

Code inspection

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

A program’s state changes from what is expected. Which practice should be applied to find the location of the defect?

A

Backtracking

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

A web developer or QA tester encounters an error. What is the best practice to initiate resolution of this error?

A

Reproducing the error

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

Which action should a developer take after receiving an email from a QA tester stating that the application under test is not working?

A

Ask to document each issue with details in a bug report.

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

Which step should be taken first by a developer about a bug that was identified or reported by the QA team?

A

Ask the QA team to provide the steps that led to that error.

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

Which action should a developer take after the review of a bug report?

A

Talk directly with the QA engineer.

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

Which action should the QA team lead take when the developer has failed to provide feedback after the bug report was delivered?

A

Ask the developer if the bug report was reviewed.

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

During the implementation phase of a project, the developer realizes the need to change part of the project that has already been written and tested. Which test type should be performed after these changes are made?

A

Regression

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

Which standards and procedures are used for managing change in an evolving software product?

A

Configuration management

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

Which test should be used during the requirements phase?

A

Acceptance

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

Why is black box testing considered a useful test design technique?

A

It can help reduce the costs of software development by identifying errors.

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

What is a benefit of the code inspection process?

A

It provides feedback on the programming choice of algorithms.

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

What is a value of testing?

A

To increase the probability of uncovered defects.

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

What is a design testing technique?

A

A way to measure in a test plan what has to be done.

18
Q

Which criterion should be used to decide which testing technique to use?

A

How appropriate the technique is for testing the application.

19
Q

What is the purpose of a test completion criterion?

A

To determine when to stop testing.

20
Q

Which kind of plan should be in place to proactively face and resolve the risks of the development process?

A

Mitigation

21
Q

What are the necessary parts of a test case, according to the software testing principles?

A

A description of the correct output of the program for a set of input data.

22
Q

How does a test verify that a program meets requirements?

A

It validates input conditions that produce defined requirements.

23
Q

What is the definition of functional system testing?

A

Testing the end-to-end functionality of the system as a whole.

24
Q

Which statement describes part of a formal coding review process?

A

The programmer narrates, statement by statement, the logic of the program.

25
Q

Which action describes a realistic verification step?

A

Compare the input to the system design phase of its input to the program design phase.

26
Q

Which type of review is used to identify discrepancies from specifications or standards?

A

Technical

27
Q

Which type of review is recommended when reviewers are geographically separated and teleconferencing is impossible?

A

Circulation

28
Q

Which testing approach should increase software quality?

A

Following well-established procedures and appropriate testing tools.

29
Q

Which test type validates an expected result from an application?

A

Acceptance

30
Q

Which test type should be used before releasing the application for commercial use?

A

Beta

31
Q

Which test should be used to ensure a module of code meets quality standards?

A

Unit

32
Q

A developer creates a test in which much of the code will be executed. Which test type does this describe?

A

White box

33
Q

A developer updates some existing software. Which type of test should the developer run to ensure the core functionality of the software still works as expected?

A

Regression

34
Q

A new application needs to be developed which will use existing databases, application program interfaces (APIs), and server infrastructure. The application will create a new user interface based on the product owners’ graphical user interface (GUI) requirements. Which test method will verify the functionality of the GUI without verifying the underlying code?

A

Black box

35
Q

A development team is working on a small project and has decided that they would like to employ an additional test level that could be introduced into a standard V-model after system testing. Which additional testing level should be introduced?

A

Regression

36
Q

The development team is questioned by its end user concerning the benefits of designing tests in the software development process. What is a key benefit of developing tests early in the process?

A

It helps prevent defects from being introduced into the code.

37
Q

Which testing method should be used to compare a developer’s program to the program’s initial requirements?

A

System

38
Q

An end user will perform an acceptance test against an application as a final verification. Which development process step is being verified?

A

Requirements

39
Q

What is the purpose of a usability test?

A

To evaluate a product by testing it with representative users.

40
Q

What describes decision/condition coverage testing?

A

Exercise all decision outcomes and each condition at least once.

41
Q

Which level of coding knowledge is needed to perform black box testing?

A

Very limited