최신 Foundation Level ISTQB-CTFL 무료샘플문제:
1. Which of the following BEST describes checklist-based testing?
A) Checklist-based testing, while popular, provides little consistency and few guidelines concerning test case development
B) Checklist-based testing may involve a list of tests based on what is important to the user as well as an understanding of why and how software fails
C) Checklist-based testing is restricted to non-functional testing, including usability, performance, and security test
D) Checklist-based testing includes formal tests from detailed lists of test conditions, allowing much repeatability
2. In addition to thorough testing of the requirements specification, a development team aims to involve users as early as possible in the development process, using practices such as prototyping, to ensure that the software systems being developed will meet the users' expectations. This approach is especially useful at mitigating the risks associated with one of the seven testing principles, which one?
A) Absence-of-errors fallacy
B) Working software over comprehensive documentation.
C) Tests wear out
D) Defects cluster together
3. A test engineer finds a defect while testing. After the developer has fixed the defect, the test engineer decides to re-run a complete section of the tests. Which of the following is correct?
A) The lest engineer should not re-run the tests, as they have already been run, and results recorded.
B) The test engineer should not re-run the tests, they should be part of the developer tests.
C) The test engineer should re-run the tests, in order to ensure that new defects have not been introduced by the fix.
D) The test engineer should re-run the tests, because the defect shows that the test cases need to be updated.
4. Which of the following issues cannot be identified by static analysis tools?
A) Potentially endless loops
B) Referencing a variable with an undefined value
C) Security vulnerabilities
D) Very low MTBF (Mean Time Between failure)
5. During system testing phase of a word processor, a tester finds that on opening a file from a particular set of files, which are part of a critical workflow, the word processor crashes. Which of the following is the next step the tester should take poor to recording the deviation?
A) Report the incident as is without any further action
B) Send an email to the developer and not report the bug
C) Try to recreate the incident before reporting
D) Try to identify the code fragment causing the problem
질문과 대답:
질문 # 1 정답: B | 질문 # 2 정답: A | 질문 # 3 정답: C | 질문 # 4 정답: D | 질문 # 5 정답: C |