ISTQB Fundation answers to exam questions 17 to 19

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 27

  • @joparodi8303
    @joparodi8303 6 років тому

    thanks man your videos are help full. I cleared ISTQB . 😊

  • @eugene92dot66
    @eugene92dot66 5 років тому +1

    @ExpertWave, am I right that statement coverage is 100% if every statement (but not decision) is covered with test case at least once?
    In this case I don't understand why do you need 2nd case - because "P>5000" and "N>4" statements were covered during first one.

    • @ExpertWave
      @ExpertWave  5 років тому

      first: a decision is also a statement ... so you can't say (but not decision) ...because it's you should also make sure you visit all statement including decisions during statement coverage.
      second:with one test case, you will miss either either step 8 or 10...so you need an extra test case to cover that

    • @MrOgnevoi
      @MrOgnevoi 5 років тому

      @@ExpertWave I am doubt that decision is also a statemen. In this case there is no difference between decision coverage and statement coverage.
      According ISTQB Syllabus 2018: 4.3.3 "Achieving 100% decision coverage guarantees 100% statement coverage (but not vice versa)"

    • @mert.ekinci
      @mert.ekinci 3 роки тому

      @@MrOgnevoi decision coverage covered statement coverage. Maybe you can think like that, statement is a bus station, decisions are ways which goes to station. If you use two way, you went to bus station.

  • @bearpolar3396
    @bearpolar3396 8 років тому

    thank you, your videos are perfect! extremely helpful :)

    • @ExpertWave
      @ExpertWave  8 років тому

      Thanks Bear polar and good luck in your exams

  • @sruthiboddula
    @sruthiboddula 4 роки тому

    How to find the test cases for this example by achieving basic condition coverage?

  • @rrosh5256
    @rrosh5256 7 років тому +1

    Sir make video on calculating branch coverage in details

  • @lakshmiravi3877
    @lakshmiravi3877 8 років тому +1

    could u pls tell me what would be the branch coverage for question no. 19.. ? thanks in advance..

    • @ExpertWave
      @ExpertWave  8 років тому

      4 ... let me know how did you solve it

  • @nushrafawmy4046
    @nushrafawmy4046 6 років тому

    what are the qualification need to sit for ISTQB ?

  • @ahmedhzm
    @ahmedhzm 6 років тому

    I think the right answer is 4
    the missing test case is P > 1000 and P < 5000
    In that case you will skip the statement D= 0 and pass to O, If O=1 then D= 25 else D= 10
    Can you re-check please ?

    • @ExpertWave
      @ExpertWave  6 років тому

      correct

    • @ahmedhzm
      @ahmedhzm 6 років тому

      ExpertWave correct? Your answer or mine?

    • @ExpertWave
      @ExpertWave  6 років тому +1

      I thought you were asking about branch covering which needs 4 test cases.
      under P > 1000 and P < 5000 there're no statement...so nothing there to cover, so we don't need it when counting test cases for statement coverage.
      if we are talking about branch covering then this branch needs a test case whether it has a statement or not..that's why we need 4 test cases for branch coverage

    • @ahmedhzm
      @ahmedhzm 6 років тому

      that's true, Thanks.

    • @ahmedhzm
      @ahmedhzm 6 років тому

      That's right, thanks.

  • @bananablu47
    @bananablu47 5 років тому

    I can't find anything about cyclomatic complexity in the syllabus. How is it part of the foundation exam?

    • @ExpertWave
      @ExpertWave  5 років тому

      no, it's not in the syllabus and not in the exam

  • @chethanvenkataramaiah6900
    @chethanvenkataramaiah6900 6 років тому

    Y didnt u u consider p value between 1000 and 5000?

    • @ExpertWave
      @ExpertWave  6 років тому

      because there's no special code for this range...don't confuse techniques with each other

  • @macsonmanbhat
    @macsonmanbhat 8 років тому

    code question n answer is very confusing

  • @rasikapriyadarshana6961
    @rasikapriyadarshana6961 4 роки тому

    p=1500 then?

    • @mutnai
      @mutnai 4 роки тому

      13 ENDIF