최신ISQI ISTQB Certified Tester Foundation Level (CTFL) v4.0 - CTFL_Syll_4.0무료샘플문제
문제1
Which of the following should you review using static testing?
Which of the following should you review using static testing?
정답: C
문제2
An agile software development organization has recently hired a senior tester. The organization has distributed teams spread across time zones. They need to share test status with various stakeholders including upper management and customers at a regular interval. Which of the following statements seems to be correct with regards to the communication?
An agile software development organization has recently hired a senior tester. The organization has distributed teams spread across time zones. They need to share test status with various stakeholders including upper management and customers at a regular interval. Which of the following statements seems to be correct with regards to the communication?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제3
What does the "absence-of-defects fallacy" refer to in software development?
What does the "absence-of-defects fallacy" refer to in software development?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제4
Which of the following are the phases of the ISTQB fundamental test process?
Which of the following are the phases of the ISTQB fundamental test process?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제5
You are a functional tester, performing system testing of a flight reservation application. After logging into the system, you selected the "New Reservation" option on the main menu, and clicked the "Submit" button without making any changes to the default values on the screen.
The system charged your test credit card for $523.00 instead of the expected $1046.00. This happens every time you execute the test case. You are entering a defect into your system, and submitting it to development for correction.
Your defect report currently includes:
- The date of the incident
- The identity of the tester who discovered the incident
- The steps executed to cause the incident, noting 100% reproducibility
- The impact on the system and the priority of the defect
- The expected and actual results
What information is missing from this defect report?
You are a functional tester, performing system testing of a flight reservation application. After logging into the system, you selected the "New Reservation" option on the main menu, and clicked the "Submit" button without making any changes to the default values on the screen.
The system charged your test credit card for $523.00 instead of the expected $1046.00. This happens every time you execute the test case. You are entering a defect into your system, and submitting it to development for correction.
Your defect report currently includes:
- The date of the incident
- The identity of the tester who discovered the incident
- The steps executed to cause the incident, noting 100% reproducibility
- The impact on the system and the priority of the defect
- The expected and actual results
What information is missing from this defect report?
정답: D
문제6
Which of the following is a factor that contributes to a successful review?
Which of the following is a factor that contributes to a successful review?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제7
Consider the following user story about an e-commerce website's registration feature that only allows registered users to make purchases; As a new user, I want to register to the website, so that i can start shopping online.
The following are some of the acceptance criteria defined for the user story:
[a] The registration form consists of the following fields: username, email address, first name, last name, date of birth, password and repeat password.
[b] To submit the registration request, the new user must fill in all the fields of the registration form with valid values and must agree to the terms and conditions.
[c] To be valid, the email address must not be provided by free online mail services that allow to create disposable email addresses. A dedicated error message must be presented to inform the new user when an invalid address is entered.
[d] To be valid, the first name and last name must contain only alphabetic characters and must be between 2 and 80 characters long A dedicated error message must be presented to inform the new user when an invalid first name and/or the last name is entered.
[e] After submitting the registration request, the new user must receive an e-mail containing the confirmation link to the e-mail address specified in the registration form.
Based only on the given information, which of the following ATDD tests is MOST LIKELY to be written first?
Consider the following user story about an e-commerce website's registration feature that only allows registered users to make purchases; As a new user, I want to register to the website, so that i can start shopping online.
The following are some of the acceptance criteria defined for the user story:
[a] The registration form consists of the following fields: username, email address, first name, last name, date of birth, password and repeat password.
[b] To submit the registration request, the new user must fill in all the fields of the registration form with valid values and must agree to the terms and conditions.
[c] To be valid, the email address must not be provided by free online mail services that allow to create disposable email addresses. A dedicated error message must be presented to inform the new user when an invalid address is entered.
[d] To be valid, the first name and last name must contain only alphabetic characters and must be between 2 and 80 characters long A dedicated error message must be presented to inform the new user when an invalid first name and/or the last name is entered.
[e] After submitting the registration request, the new user must receive an e-mail containing the confirmation link to the e-mail address specified in the registration form.
Based only on the given information, which of the following ATDD tests is MOST LIKELY to be written first?
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제8
Which of the following BEST illustrates the benefit of using test coverage tools?
Which of the following BEST illustrates the benefit of using test coverage tools?
정답: B
설명: (KoreaDumps 회원만 볼 수 있음)
문제9
Match review types (P-S) with their characteristics (1-4).
(P) Informal review
(Q) Walkthrough
(R) Technical review
(S) Inspection
(1) The main objective is to detect anomalies. Documented output is not required.
(2) The main objective is to detect anomalies. Metrics are collected to improve the review.
(3) Led by moderator. Its main objective is to gain consensus.
(4) Led by the author. Its main objective can be to educate reviewers.
Match review types (P-S) with their characteristics (1-4).
(P) Informal review
(Q) Walkthrough
(R) Technical review
(S) Inspection
(1) The main objective is to detect anomalies. Documented output is not required.
(2) The main objective is to detect anomalies. Metrics are collected to improve the review.
(3) Led by moderator. Its main objective is to gain consensus.
(4) Led by the author. Its main objective can be to educate reviewers.
정답: C
설명: (KoreaDumps 회원만 볼 수 있음)
문제10
A program is used to control a manufacturing line (turn machines on and off. start and stop conveyer belts, add raw materials to the flow. etc.). Not all actions are possible at all times. For example, there are certain manufacturing stages that cannot be stopped - unless there is an emergency. A tester attempts to evaluate if all such cases (where a specific action is not allowed) are covered by the tests. Which coverage metric will provide the needed information for this analysis?
A program is used to control a manufacturing line (turn machines on and off. start and stop conveyer belts, add raw materials to the flow. etc.). Not all actions are possible at all times. For example, there are certain manufacturing stages that cannot be stopped - unless there is an emergency. A tester attempts to evaluate if all such cases (where a specific action is not allowed) are covered by the tests. Which coverage metric will provide the needed information for this analysis?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)
문제11
Which of the following coverage criteria results in the highest coverage for state transition based test cases?
Which of the following coverage criteria results in the highest coverage for state transition based test cases?
정답: D
설명: (KoreaDumps 회원만 볼 수 있음)