ISQI CTFL-Foundation Exam Info and Free Practice Test | Actualtests4sure
Pass ISQI CTFL-Foundation Premium Files Test Engine pdf - Free Dumps Collection
NEW QUESTION 179
When should testers be involved in reviewing a UAT specification? [K1]
- A. As soon as requirements have been approved
- B. At any time before UAT begins
- C. At the beginning of the project
- D. As soon as the UAT specification has been drafted
Answer: D
NEW QUESTION 180
Which of the following is a white-box test technique?
- A. Error guessing
- B. Decision table testing
- C. Statement testing
- D. Exploratory testing
Answer: C
Explanation:
Section: (none)
NEW QUESTION 181
Which of the following options correctly described the impact of incorrect software systems behavior?
- A. Is limited to damages of money loss
- B. Has no impact on our daily lives whatsoever
- C. Rarely occurs therefore not frequently experienced
- D. May cause injury or even death
Answer: A
NEW QUESTION 182
When a test case is created based on a Use Case, what type of test is created?
- A. Performance test
- B. Structural Test
- C. Regression Test
- D. Functional Test
Answer: D
Explanation:
Section: (none)
NEW QUESTION 183
Consider the following code:
int premium=2500;
if (age<30)
{
Premium = premium + 1500;
}
Which options suits for a correct combination of Boundary value and expected result. Assume first number as boundary followed by expected result.
- A. 29, 1500
30, 2500 - B. 30, 1500
31, 2500 - C. 29, 4000
30, 2500 - D. 29, 2500
30, 1500
Answer: A
NEW QUESTION 184
A program is used to control a manufacturing line (turn machines on and off, start and stop conveyor 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. Data flow Coverage
- B. Branch Coverage
- C. Statement Coverage
- D. Code Coverage
Answer: B
Explanation:
Section: (none)
Explanation/Reference:
Reference: https://www.istqb.guru/how-to-calculate-statement-branchdecision-and-path-coverage-for- istqb-exam-purpose/
NEW QUESTION 185 
In the above State Table, which of the following represents an invalid transition?
- A. Event E from S4
- B. Event C from S3
- C. Event B from S2
- D. Event D from S4
Answer: C
NEW QUESTION 186
On organization is working on updating test cases for a particular module of their software.
Sam updated a set of test cases yesterday and saved the new version on his PC.
Unfortunately, the hard disk of his PC crashed, and his work was lost.
The IT department of the organization restored the contents of his hard disk with the last available back-up
- from the previous morning. However, the changes made by him yesterday were lost forever.
Which of the following tools, had it been used, would have prevented the loss of Sam's updates?
- A. Configuration Management Tool
- B. Incident Management Tool
- C. Backup tool
- D. Test Execution tool
Answer: C
Explanation:
Section: (none)
NEW QUESTION 187
Which of the following statements are correct for walkthroughs?
(i) Often led by the author.
(ii) Documented and defined results.
(iii) All participants have defined roles.
(iv) Used to aid learning.
(v) Main purpose is to find defects.
- A. (i) and (iv) are correct.
- B. (i) and (v) are correct.
- C. (ii) and (iii) are correct.
- D. (iii) and (iv) are correct.
Answer: A
NEW QUESTION 188
The following program part is given:
IF (condition A)
then DO B
END IF
How many test cases are necessary in order to achieve 100% statement coverage?
- A. 0
- B. 1
- C. 2
- D. a very high number
Answer: C
Explanation:
Section: (none)
NEW QUESTION 189
What is the ideal number of regression test cycles?
- A. As many as time and budget allow
- B. Until the quality requirements are met
- C. 0
- D. 1
Answer: A
NEW QUESTION 190
Which of the following defines the expected result of a test?
- A. Test condition
- B. Test execution schedule
- C. Test procedure
- D. Test case
Answer: D
NEW QUESTION 191
Which of the following statements about Experience Based Techniques (EBT) is correct?
- A. EBT is based on the ability of the test engineer to implement various testing techniques.
- B. EBT use tests derived from the test engineers' previous experience with similar technologies.
- C. EBT is done as a second stage of testing, after non-experienced-based testing took place.
- D. EBT require broad and deep knowledge in testing but not necessarily in the application or technological domain.
Answer: B
NEW QUESTION 192
Which of the following statements about test automation is CORRECT?
- A. In keyword-driven testing specific keywords are included in scripts to indicate to the tester that they must enter a particular value at that point
- B. When performing automated static analysis, warning messages that do not stop the code from being compiled and translated into an executable program, should be ignored
- C. When using data-driven testing, testers create and store test inputs separately from the test script allowing the same test script to be run with different data sets
- D. Test management tools should not interface with other testing tools as they are only required for use by the test manager
Answer: C
NEW QUESTION 193
Which of the following statements about estimation of the test effort is WRONG?
- A. Once the test effort is estimated, resources can be identified and a schedule can be drawn up.
- B. Experience based estimation is one of the estimation techniques.
- C. Effort estimate depends on the budget of the project.
- D. Effort estimate can be inaccurate because the quality of the product under tests is not known.
Answer: C
NEW QUESTION 194
Model characteristics:
Which THREE of the below mentioned characteristics relate to TMMi? 1 credit
- A. 5 maturity levels
- B. Focussed on component and integration testing
- C. 20 key areas
- D. Is build around 12 critical testing processes
- E. Highly related to CMMI
- F. Staged model
- G. Focussed on higher level testing
- H. Continuous model
Answer: A,E,F
NEW QUESTION 195
Once a bug is fixed, it should be retested. What is the term used to define this type of testing?
- A. Confirmation Testing
- B. Maintainability Testing
- C. Regression Testing
- D. Reliability Testing
Answer: A
Explanation:
Section: (none)
NEW QUESTION 196
Which of the following is a key characteristic of informal reviews?
- A. Metric analysis
- B. Individual preparation
- C. Kick-off meeting
- D. Low cost
Answer: D
NEW QUESTION 197
What do static analysis tools analyze?
- A. Test cases
- B. Design
- C. Requirements
- D. Program code
Answer: D
NEW QUESTION 198
Explain how the above mentioned report may differ from a report that you produce for the project manager, who is a test specialist Select TWO items from the following options that can be used to report to the project manager and would not be included in a report to senior management. 1 credit
- A. Show trend analysis
- B. List of all outstanding defects with their priority and severity
- C. Show details on effort spent
- D. Give product risk status
- E. State recommendations for release
Answer: B,C
NEW QUESTION 199
You are working on a project that is doing a maintenance release of a large, high-risk banking system.
Regression testing utilizes a set of 23525 test cases rerun against each test release. Which of the following is a benefit of test automation for this project?
- A. Low cost of automating all the tests
- B. Ease of filling bug reports
- C. Reduction of repetitive
- D. Opportunity to learn a new skill
Answer: C
Explanation:
Section: (none)
NEW QUESTION 200
Which of the following activities BEST represents the main concerns of maintenance testing?
I. Patches to correct newly-exposed vulnerabilities.
II. Review of system architecture.
III. Migration to a new operating system.
IV. Database upgrade to the latest version.
V. Pre-release changes to system requirements.
- A. I, III, IV
- B. I, II, V
- C. III, IV, V
- D. II, III, IV
Answer: A
Explanation:
Section: (none)
NEW QUESTION 201
......
Updated Official licence for CTFL-Foundation Certified by CTFL-Foundation Dumps PDF: https://www.actualtests4sure.com/CTFL-Foundation-test-questions.html
New 2021 Realistic CTFL-Foundation Dumps Test Engine Exam Questions in here: https://drive.google.com/open?id=1XHEnhb_3YIcNybnzSe3dRX0Jgn7358TQ

