Cause all that matters here is passing the ISTQB CTFL-Foundation exam. Cause all that you need is a high score of CTFL-Foundation Certified Tester Foundation Level exam. The only one thing you need to do is downloading Ucertify CTFL-Foundation exam study guides now. We will not let you down with our money-back guarantee.

Free CTFL-Foundation Demo Online For ISTQB Certifitcation:

NEW QUESTION 1
Which of the following is not a part of the Test Implementation and Execution Phase?

  • A. Creating test suites from the test cases
  • B. Executing test cases either manually or by using test execution tools
  • C. Comparing actual results
  • D. Designing the Tests

Answer: D

NEW QUESTION 2
Which of the following team roles would be most appropriate to enhance the team and why? 2 credits

  • A. A person with the ability to complete tasks
  • B. A quality assurance officer
  • C. A person with in-depth technical skills
  • D. A person who brings new ideas to the team

Answer: D

NEW QUESTION 3
Which of the main activities of the fundamental test process does the task ‘verify the test environment set up is correct’ relate to? [K1]

  • A. Planning and control
  • B. Analysis and design
  • C. Implementation and execution
  • D. Evaluating exit criteria and reporting

Answer: C

NEW QUESTION 4
What test roles (or parts in the testing process) is a developer most likely to perform?
(i) Executing component integration tests.
(ii) Static analysis.
(iii) Setting up the test environment.
(iv) Deciding how much testing should be automated.

  • A. (i) and (ii)
  • B. (i) and (iv)
  • C. (ii) and (iii)
  • D. (iii) and (iv)

Answer: A

Explanation:
(i) Executing component integration tests is usually done by developers. Developers are usually responsible for unit and component integration testing. Independent testing usually follows at system and acceptance test levels.
(ii) Static analysis is usually done by developers because: it requires an understanding of the code and therefore the person doing this needs skills in the programming language; and it can be done as soon as the code is written. Therefore it is quick and effective for the developer to do it. The risk of a lack of test independence can be mitigated by performing independent system and acceptance testing.
(iii) Setting up the test environment is an activity typically performed by a tester. It may require support from developers and staff from other departments and on some occasions environments could be set up by developers. However, it is a task that could be done by a tester rather than a developer.
(iv) Deciding how much testing should be automated is typically a decision made by the test leader, who will consult other staff in the decision-making process. Developers may be involved and their skills may be required to automate some tests. However, the decision on how much to automate should not be made by developers.

NEW QUESTION 5
A garden irrigation system allows the user to specify 2 inputs:
1. Frequency - The number of times the system should be automatically switched on per day; minimum once per day, maximum 5 times
2. Duration - The duration of operation, in whole minutes, each time it is switched on; ranging from 1 to 60 Applying 2-value boundary value analysis which of the following options has the correct test set of valid and invalid boundary values?

  • A. Frequency 1, 5; Duration 1, 60
  • B. Frequency 0, 1, 5, 6; Duration 59 seconds, 1 minute, 60 minutes, 60 minutes 1 second
  • C. Frequency 0, 1, 5, 6; Duration 0, 1, 30, 60, 61
  • D. Frequency 0, 1, 2, 5, 6; Duration 0, 1, 30, 60, 61

Answer: B

NEW QUESTION 6
Which of the following would NOT be a typical target of testing support tools?

  • A. Automate activities that require significant resources when done manually
  • B. Automate activities that cannot be executed manually
  • C. Automate repetitive tasks
  • D. Automating repetitive inspections

Answer: D

NEW QUESTION 7
Which of the following risks represents the highest level of risk to the project?

  • A. Likelihood of failure = 1%, potential cost of impact = $1m.
  • B. Likelihood of failure = 10%, potential cost of impact = $500,000.
  • C. Likelihood of failure = 20%, potential cost of impact = $150,000.
  • D. Likelihood of failure = 5%, potential cost of impact = $500,000.

Answer: B

NEW QUESTION 8
Which of the following is true about the V-model?

  • A. It has the same steps as the waterfall model for software development.
  • B. It is referred to as a cyclical model for software development.
  • C. It enables the production of a working version of the system as early as possible.
  • D. It enables test planning to start as early as possibl

Answer: D

NEW QUESTION 9
A system is being enhanced to simplify screen navigation for users. Which of the following does NOT reflect structural testing?

  • A. To test all paths that users could take through the screen menu system
  • B. To ensure that 100% decision testing is achieved for each system component
  • C. To test all branches of component calls within the application call graph
  • D. To ensure that users can navigate to all fields on the screen

Answer: C

NEW QUESTION 10
Which is the best definition of complete testing..?

  • A. You have discovered every bug in the program
  • B. You have tested every statement, branch, and combination of branches in the program
  • C. You have reached the scheduled ship date
  • D. You have completed every test in the test plan

Answer: C

NEW QUESTION 11
Pick the best definition of quality:

  • A. Quality is job one
  • B. Zero defects
  • C. Conformance to requirements
  • D. Work as designed

Answer: C

NEW QUESTION 12
A system is designed to accept values of examination marks as follows: Fail: 0–39 inclusive Pass: 40–59 inclusive Merit: 60–79 inclusive
Distinction: 80–100 inclusive
In which of the following sets of values are all values in different equivalence partitions?

  • A. 25, 40, 60, 75
  • B. 0, 45, 79, 87
  • C. 35, 40, 59, 69
  • D. 25, 39, 60, 81

Answer: B

NEW QUESTION 13
Which of the following is most likely to be performed by developers?

  • A. Technical review of a functional specification.
  • B. Walkthrough of a requirements document.
  • C. Informal review of a program specification.
  • D. Static analysis of a software mode

Answer: D

Explanation:
Static analysis is done almost exclusively by developers. The other review types would be performed using a combination of developers, testers and other interested stakeholders.

NEW QUESTION 14
What can testing demonstrate?

  • A. Testing can demonstrate that there are no defects
  • B. Testing can demonstrate that there are defects
  • C. Testing can demonstrate that the software is correct
  • D. Testing can demonstrate that there are no hidden defects in the software

Answer: B

NEW QUESTION 15
Which of the following would typically be identified using static analysis by tools? [K1]

  • A. Spelling mistake on an error message
  • B. A potential infinite loop
  • C. Memory leakage
  • D. A variable set to the wrong value

Answer: B

NEW QUESTION 16
Which of the following defines the expected result of a test?

  • A. Test case
  • B. Test procedure
  • C. Test execution schedule
  • D. Test condition

Answer: A

NEW QUESTION 17
From the following list, which of the following apply to experience-based techniques? [K2]

  • A. Test cases are derived from a model of the problem to be solved or the software
  • B. Test cases are derived from the knowledge of the testers
  • C. The knowledge of testers, developers and users is used to drive testing
  • D. The internal structure of the code is used to derive test cases
  • E. a and b.
  • F. c and d.
  • G. a and d.
  • H. b and

Answer: D

NEW QUESTION 18
Which of the following is a valid objective of testing? [K1]

  • A. Correcting defects
  • B. Locating defects in the code
  • C. Preventing defects
  • D. Ensuring no defects are present

Answer: C

NEW QUESTION 19
A bank is developing a new service that will be delivered via the web. The user interactions are defined as a set of use cases and the service is designed to be available continuously 24/7. In view of the challenging characteristics of the service the test manager has decided that the code should be thoroughly tested at component level.
Which of the following test types will be required during the development? [K2]

  • A. Functional testing to test security at the system level, load testing at the system level to ensure the system availability is acceptable, regression testing at all levels, structure based testing at the component level only
  • B. Functional testing to test the use cases at component level, reliability testing to test availability at the integration level,regression testing at the system testing level only, structure based testing at all levels
  • C. Functional testing of the use cases at system level, load testing at component level to ensure availability is acceptable, regression testing at the system and acceptance levels only, and structure based testing at the integration level only
  • D. Functional testing to test security at the acceptance level, load testing at the acceptance test level to ensure availability is acceptable, regression testing at the acceptance level only to ensure late changes are made correctly, and structure based testing at the component level

Answer: A

NEW QUESTION 20
Testing effort can depend on a number of factors, which one of following is MOST likely to impact the amount of effort required?

  • A. The predicted number of defects and the amount of rework required
  • B. The ratio of developers to testers in the project team
  • C. The planned use of a project management tool to schedule tasks
  • D. The responsibilities for testers and developers being clearly defined

Answer: C

NEW QUESTION 21
In a review meeting a moderator is a person who:

  • A. Takes minutes of the meeting
  • B. Mediates between people
  • C. Takes telephone calls
  • D. Writes the documents to be reviewed

Answer: B

NEW QUESTION 22
You have been asked to improve the way test automation tools are being used in your company. Which one of the following is the BEST approach?

  • A. Selecting and automating scripts that test new functionality to find the most defects
  • B. Using a keyword-driven testing approach to separate the actions and data from the tool's script
  • C. Ensuring that all data, inputs and actions are stored in the tool's script for ease of maintenance
  • D. Keeping expected results separate from the automation tool to allow the testers to check the results

Answer: A

NEW QUESTION 23
Who is responsible for conducting test readiness review..?

  • A. Project Manager
  • B. Test Engineer
  • C. Test Manager
  • D. None of the above

Answer: C

NEW QUESTION 24
How can test execution tools be of most benefit during exploratory testing?

  • A. They can record user actions so that defects are easier to recreate.
  • B. They can be used to perform the regression aspects of exploratory testing.
  • C. They can help to mitigate the risk of low test coverage.
  • D. They can use data-driven tests to increase the amount of exploratory testing performed.

Answer: A

Explanation:
Exploratory testing is used when it is unclear what the system is supposed to do. Therefore test execution tools are of little use because expected results cannot be predicted.
However, the record feature of a test execution tool can be used to log the actions performed so that defects can be recreated (option (A)) and rectified more easily.

NEW QUESTION 25
Which of the following are aids to good communication, and which hinder it?

  • A. Try to understand how the other person feels.i
  • B. Communicate personal feelings, concentrating upon individuals.ii
  • C. Confirm the other person has understood what you have said and vice versa.i
  • D. Emphasize the common goal of better quality.
  • E. Each discussion is a battle to be won.
  • F. (i), (ii) and (iii) aid, (iv) and (v) hinder.
  • G. (iii), (iv) and (v) aid, (i) and (ii) hinder.
  • H. (i), (iii) and (iv) aid, (ii) and (v) hinder.
  • I. (ii), (iii) and (iv) aid, (i) and (v) hinde

Answer: C

NEW QUESTION 26
Which of the following is not a major task of Exit criteria?

  • A. Checking test logs against the exit criteria specified in test planning.
  • B. Logging the outcome of test execution.
  • C. Assessing if more tests are needed.
  • D. Writing a test summary report for stakeholder

Answer: B

NEW QUESTION 27
During test process improvement it is recommended to use standards where possible. Standards originate from various
sources and they cover different subjects in relation to testing Pick TWO sources of software standards, useful to software testing from the ones mentioned below. 1 credit

  • A. ISO 9126-1 ‘Software engineering- Product quality Part 1:Quality model’ is an international standard, that provides a basis on which to define quality assurance solutions.
  • B. ISA 4126-1 ‘Software engineering- Product quality Part 1:Quality model’ is an international standard, that provides a basis on which to define quality assurance solutions.
  • C. BS-7925-2 ‘Software testin
  • D. Software component testing is a national standard used internationall
  • E. It covers a number of testing techniques that may be useful both on component testing level and on system testing level.
  • F. SY-395-01 ‘Standard for East Coast Hospital software’ is a regional standard adapted from a national on
  • G. Besides hospital software, this standard ought to be used also by other types of software system in the region.
  • H. IEEE 829 ‘standard for software test documentation’ is an international standard to be following mandatory by all testing origination regardless of lifecycle models.

Answer: AC

NEW QUESTION 28
......

100% Valid and Newest Version CTFL-Foundation Questions & Answers shared by DumpSolutions, Get Full Dumps HERE: https://www.dumpsolutions.com/CTFL-Foundation-dumps/ (New 338 Q&As)