iSQI CTFL_Syll2018 - ISTQB Certified Tester Foundation Level (Syllabus 2018)
Consider the following pseudo code
1. Begin
2. Read Gender
3. __Print “Dearâ€
4. If Gender = ‘female’
5. Print (“Msâ€)
6. Else
7. __Print ( “Mrâ€)
8. Endif
9. End
How many test cases are needed to achieve 100 per cent decision coverage?
Which of the following is a white box testing design characteristic?
What is static analysis?
Which of the following correctly states a limitation in the use of static analysis tools? [K1]
Which of the following test design techniques is classified as a structure-based (white box) technique? [K1]
Which of the following would typically be identified using static analysis by tools? [K1]
Which of the following factors will MOST affect the testing effort required to test a software product? [K1]
A test case starts at S1 and triggers 4 events in sequence: E1, E4, E5, E7. What will be the finishing state and the output(s) from the test case? [K3]
Refer to the exhibit
What factors should be considered to determine whether enough testing has been performed?
(i)The exit criteria.
(ii)The budget.
(iii)How big the test team is.
(iv)The product's risk profile.
(v)How good the testing tools are.
(vi)Sufficient details of the system status to allow decisions
The four test levels defined for a common V-model testing approach are: