ISTQB CTFL-Foundation - ISTQB Certified Tester Foundation Level
Equivalence Partitioning is best defined as:
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?
Why is independent testing important? [K1]
What type of test design technique is the most effective in testing screen-dialog flows?
Which of the following test design techniques is classified as a structure-based (white box) technique? [K1]
Which of the following accurately defines the integration testing test level? [K2]
Test script TransVal 3.1 tests transaction validation via screen TRN 003B. According to the specification (PID ver 1.3 10b iv) the validation screen should not accept future dated transactions. Test script TransVal 3.1 passes. Test script eod 1.4 tests end of day processing and is run after the execution of TransVal 3.1 using data entered during that test
Which of the following is the BEST detail on an incident report? [K3]
Which of the following processes ensures that all items of testware are identified, version controlled, tracked for changes, so that traceability can be maintained throughout the test process?
What are metrics NOT used for?
Refer to the exhibit
The following test cases need to be run, but time is limited, and it is possible that not all will be completed before the end of the test window
The first activity is to run any re-tests, followed by the regression test script. Users have supplied their priority order to tests.
Which of the following gives an appropriate test execution schedule, taking account of the prioritisation and other constraints?[K3]