exida explains - Proof Test Coverage

Поделиться
HTML-код
  • Опубликовано: 11 дек 2024

Комментарии • 6

  • @KonradT4
    @KonradT4 5 лет назад +1

    In estimating proof test coverage we first need to understand which failure modes can never be detected and think about why we have designed a system with undetectable failures. We should be designing our systems to enable full testing. We also need to think about whether those undetectable failures can be expected to occur at a fixed and constant rate. Many undetectable failures are systematic so are characterised by a probability and not a failure rate. For instance we can't detect that a fuse is the wrong size because we can't test it, but its probability of failure is not likely to increase with time.

  • @rapmurali
    @rapmurali 2 года назад

    Thank you Sir for explaining in quantitatively to understand the basics easily.

  • @ThePastaEater
    @ThePastaEater 12 дней назад

    Succinct and very well presented.

  • @ahmedkhedr756
    @ahmedkhedr756 2 года назад

    Excellent sir, thanks for your efgort

  • @sumeetjadhav4083
    @sumeetjadhav4083 6 лет назад

    Thank you, sir. :)

  • @arnonsrisuwan9347
    @arnonsrisuwan9347 7 лет назад

    Thank you