Test process and methods
Test planning
Blackbox
Whitebox
Wildcard
100

The planning phase where test expectations, budget, resources and requirements is discussed and determined.

What is Context Clarification?

100

The target group to sell the test plan to.

What is stakeholders?

- Managers

- Testers


100

Groups of data that is expected to be handled in the same way.

What is equivalence partitioning?

100

Structured/Dynamic testing techniques besides whitebox and blackbox. (name 1 of them)

What is experience based testing, error guessing or checklists?

100

The cross variant of structured testing between whitebox and blackbox.

What is graybox testing?

200

The model that shows each phase of software development and their corresponding testing phase.

What is the V-Model?

200

Type of test that tests the quality of a system. 

Ex. How many simultaneous users the system can handle.

What is Non-functional test?

200

The technique of picking test values between the values of two equivalence classes that are neighbors.

What is boundary-value analysis?

200

The minimum number of non-looping paths that will cover the whole graph in a basis-path test.

What is Cyclomatic Complexity?

200

Way of testing software by visiting functionalities in different type of areas.

What is exploratory testing in the large?

300

Two factors that calculates Risk Priority in Quality Risk Analysis.

What is Impact and Likelihood?

300

Person used to determine expected results.

What is a test oracle?

300

Two test-coverage criterias of doing state-based testing.

What is every state visited and all transitions are traversed?

300

Levels of coverage in a control-flow test. (Name at least 2)

What is:

0: Test whatever you want

1: 100% statement coverage

2: 100% decision coverage

3: 100% condition coverage

4: 100% decision and condition coverage

5: 100% multiple condition coverage

6: 100% loop coverage

7: 100% path coverage

300

The whole cycle of TDD.

What is write test, test fails, write code, test passes, refactor?

400

The calculation of how long tests are expected to take to be executed. Done by working out time estimates.

What is Activity Analysis?

400

Type of test that a test cycle would include.

What is confirmation, scheduled and exploratory testing.

400

The reason of collapsing columns in a decision table.

What is removing two or more columns that give same action with conditions that do not affect the action?

400

4 suspicious or potential errors caused by the use of variables in data-flow testing.

Ex. du, define, use.

What is dd, dk, ku, kk?

400

The type/kind of test code reviews and code analyzing are.

What is static testing?

500

The metrics that measure the state of the testing. (Name at least 3)

What is

500

Lifecycle of a test case, broadly speaking.

What is planned, implemented, executed, passed, failed, blocked.

500

The set/number of tests that are needed to complete a pair-wise test described by the amount of factors and values there are.

What is orthogonal array?

500

The problem with this data-flow test.

What is b is never declared when traversing left?

500

Sequence of test that are required to run before a test in MS Test Manager.

What is shared steps?