CTFL_Syll2018 Exam Question 1
For a mandatory input field 'ZIP code" the following rules are given:
1 - The valid ZIP code format is 5 numeric digits
2 - The code has to exist in the pest office's official ZIP code list
Using equivalence classes partitioning, how many test cases are required to test this field?
1 - The valid ZIP code format is 5 numeric digits
2 - The code has to exist in the pest office's official ZIP code list
Using equivalence classes partitioning, how many test cases are required to test this field?
CTFL_Syll2018 Exam Question 2
Consider the following pseudo-code

How many minimum test cases are required to cover 100% Statement coverage and Decision coverage?

How many minimum test cases are required to cover 100% Statement coverage and Decision coverage?
CTFL_Syll2018 Exam Question 3
A QA manager of a start-up company needs to implement within a week a low cost incident management tool Which of the following is the best option?
CTFL_Syll2018 Exam Question 4
Which of the following statements is NOT correct?
CTFL_Syll2018 Exam Question 5
In foundation level syllabus you will find the main basic principles of testing, Which of the following sentences describes one of these basic principles?