Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demonstrate support for integer values in sample exam answers #7

Closed
wants to merge 1 commit into from

Conversation

Witiko
Copy link
Contributor

@Witiko Witiko commented Apr 9, 2024

This PR demonstrates the changes from istqborg/istqb_product_base#33 on the example Sample Exam Questions document:

questions:
  1:
    learning-objective: 1.1.1
    k-level: K1
    number-of-points: 1
    question: Which of the following statements describe a valid test objective?
    answers:
      a: 1
      b: 2
      c: 3
      d: 4
    correct: c
    explanation: |
      a) Is not correct. It is impossible to prove that there are no defects anymore in the system under test.
         See testing principle 1
      b) Is not correct. See testing principle 7
      c) Is correct. Testing finds defects and failures which reduces the level of risk and at the same time
         gives more confidence in the quality level of the test object
      d) Is not correct. It is impossible to test all combinations of inputs (see testing principle 2)

image

This PR should not be merged. Instead, this PR should be closed after istqborg/istqb_product_base#33 has been merged.

@Witiko Witiko requested a review from danopolan April 9, 2024 21:16
@Witiko Witiko self-assigned this Apr 9, 2024
@danopolan
Copy link
Contributor

This is great.

@Witiko Witiko closed this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants