Istqb Qsns
Istqb Qsns
CTFL-Foundation Dumps
https://www.certleader.com/CTFL-Foundation-dumps.html
NEW QUESTION 1
You have been given responsibility for the non-functional testing of a safety-critical monitoring & diagnostics package in the medical area. Which of the following
would you least expect to see addressed in the test plan? 1 credit
A. Availability
B. Safety
C. Portability
D. Reliability
Answer: C
NEW QUESTION 2
You are about to release a test progress report to a senior manager, who is not a test specialist. Which of the following topics should NOT be included in the test
progress report? 1 credit
A. Product risks which have been mitigated and those which are outstanding.
B. Recommendations for taking controlling actions
C. Status compared against the started exit criteria
D. Detailed overview of the risk-based test approach being used to ensure the exit criteria to be achieved
Answer: D
NEW QUESTION 3
The introduction of reviews and inspections has often failed as a process improvement action. Identify the THREE most important measures that should be taken
to reduce the risk that this test process improvement will fail. 2 Credits (for 2 out correct 1 credit)
A. Process ownership and experienced moderators who drive the inspection process.
B. Management support
C. Training of those involved
D. The availability of stands and processes
E. Usage of a more traditional software development lifecycle
F. Alignment with software process improvement
G. Using a reference model, e.
H. TMMi
Answer: ABC
NEW QUESTION 4
What is the main reason why reviews are especially beneficial in the above-mentioned scenario? 2 credits
Answer: D
NEW QUESTION 5
Identify the THREE types of formal peer reviews that can be recognized. 1 credit
A. Inspection
B. Management review
C. Walkthrough
D. Audit
E. Technical review
F. Informal review
G. Assessment
Answer: ACE
NEW QUESTION 6
Which of the following are valid reasons for adopting a different life cycle (from the V model), for increments after the first year? 2 credits
Answer: A
NEW QUESTION 7
Which of the following is a project risk mitigation step you might take as test manager? 1 credit
Answer: C
NEW QUESTION 8
In addition to risk, identify TWO other components of a testing strategy. 1 credit
Answer: AC
NEW QUESTION 9
What would be a test approach regarding the test design techniques to be applied that would fit an item with the highest risk? 2 credits
Answer: B
NEW QUESTION 10
Based on the information given in the scenario, identify how the team could be improved most effectively? 2 credits
Answer: B
NEW QUESTION 10
Which of the following team roles would be most appropriate to enhance the team and why? 2 credits
Answer: D
NEW QUESTION 15
You are considering involving users during test execution. In general, what is the main reason for involving users during test execution? 1 credit
Answer: C
NEW QUESTION 20
Model characteristics:
Which THREE of the below mentioned characteristics relate to TMMi? 1 credit
A. 5 maturity levels
B. Focussed on higher level testing
C. 20 key areas
D. Highly related to CMMI
E. Continuous model
F. Staged model
G. Focussed on component and integration testing
H. Is build around 12 critical testing processes
Answer: ADF
NEW QUESTION 23
Which of the following product risks would be most effectively addressed just by static testing? 3 credits
A. In the delivered application, one of the countries, as specified in the requirements, has not been correctly implemented.
B. The application takes too long to process a request for additional cover.
C. The test cases do not cover the key requirements.
D. The successful bidder may not deliver all the required functionality on tim
Answer: C
NEW QUESTION 24
Which of the following is NOT a typical key challenge for testing in a RAD based development approach? 1 credit
Answer: B
NEW QUESTION 25
Security falls under..?
A. compliance testing
B. disaster testing
C. verifying compliance to rules
D. functional testing
E. ease of operations
Answer: A
NEW QUESTION 26
Which of the following is a structure-based (white-box) technique?
Answer: C
Explanation:
All other options are specification-based (black-box) techniques, and the main distracter is answer (A) because decision table testing could be confused with
decision testing.
NEW QUESTION 28
Which is not a major task of test implementation and execution?
A. Develop and prioritizing test cases, creating test data, writing test procedures and optionally, preparing test harness and writing automated test scripts.
B. Logging the outcome of test execution and recording the identities and versions of the software under test, test tools and test ware.
C. Checking test logs against the exit criteria specified in test planning.
D. Verifying that the test environment has been set up correctl
Answer: B
NEW QUESTION 33
Reviewing the test Basis is a part of which phase
Answer: A
NEW QUESTION 37
Which of the following is the odd one out..?
A. White box
B. Glass box
C. Structural
D. Functional
Answer: D
NEW QUESTION 42
According to the ISTQB Glossary, regression testing is required for what purpose?
Answer: C
NEW QUESTION 47
Which of the following are valid justifications for developers testing their own code during unit testing?
(i) Their lack of independence is mitigated by independent testing during system and acceptance testing.
(ii) A person with a good understanding of the code can find more defects more quickly using white-box techniques.
(iii) Developers have a better understanding of the requirements than testers.
(iv) Testers write unnecessary incident reports because they find minor differences between the way in which the system behaves and the way in which it is
specified to work.
Answer: A
Explanation:
It is unlikely that developers will have a better understanding of the requirements than testers, partly because testers work closely with the user community (and
may be drawn from it) and partly because developers seldom work with the complete set of requirements in a medium to large development.
Testers may raise incidents related to the difference between user expectations and the specification, but these are not unnecessary. Such issues are more likely
to arise at the later stages of testing.
Early testing (unit testing) is usually done most effectively by developers with a good understanding of the code and the development environment; they can be
more efficient and more effective at this level. Later independent stages of testing offset any disadvantage from the lack of independence at unit testing level.
NEW QUESTION 52
Which is not the testing objective?
A. Finding defects
B. Gaining confidence about the level of quality and providing information
C. Preventing defects.
D. Debugging defects
Answer: D
NEW QUESTION 53
What is the concept of introducing a small change to the program and having theeffects of that change show up in some test..?
A. Introducing mutations
B. Performance testing
C. A mutation error
D. Debugging a program
Answer: A
NEW QUESTION 58
A new system is about to be developed. Which of the following functions has the highest level of risk?
Answer: A
Explanation:
In (B) the product of probability × impact has the value £15,000; in (C) the value is £5,000 and in (D) it is £4,000. The value of £20,000 in (A) is therefore the
highest.
NEW QUESTION 60
Which of the following defects is most likely to be found by a test harness?
Answer: B
Explanation:
Variance from programming standards defects (option (A)) are found during the review or static testing process.
Therefore a test harness is unlikely to find a defect in programming standards.
Memory leak defects (option (C)) could potentially be found by a test harness designed to run many test cases. Regression defects (option (D)) could be found
using many types of test tool.
Defects in middleware (option (B)) are generally more likely to be found by a test harness or a dynamic analysis tool than by any other type of tool.
NEW QUESTION 65
The difference between re-testing and regression testing is:
A. Re-testing is running a test again; regression testing looks for unexpected side effects
B. Re-testing looks for unexpected side effects; regression testing is repeating those tests
C. Re-testing is done after faults are fixed; regression testing is done earlier
D. Re-testing uses different environments, regression testing uses the same environment
E. Re-testing is done by developers, regression testing is done by independent testers
Answer: A
NEW QUESTION 66
A washing machine has three temperature bands for different kinds of fabrics: fragile fabrics are washed at temperatures between 15 and 30 degrees Celsius;
normal fabrics are washed at temperatures between 31 and 60 degrees Celsius; heavily soiled and tough fabrics are washed at temperatures between 61 and 100
degrees Celsius.
Which of the following contains only values that are in different equivalence partitions? A. 15, 30, 60
A. 20, 35, 60
B. 25, 45, 75
C. 12, 35, 55
Answer: C
Explanation:
Answer (A) includes two values from the lower partition, answer (B) contains two values from the second partition, answer (D) contains one value that is invalid
(out of range).
NEW QUESTION 71
Tests are prioritized so that:
Answer: B
NEW QUESTION 74
In the MASPAR case study..?
Answer: C
NEW QUESTION 77
What if the project isn't big enough to justify extensive testing..?
A. Use risk based analysis to find out which areas need to be tested
B. Use automation tool for testing
C. Both a and b
D. None of the above
Answer: A
NEW QUESTION 79
Consider the following pseudo code: 1 Begin
2 Read Time
3 If Time < 12 Then
4 Print(Time, "am")
5 Endif
6 If Time > 12 Then
7 Print(Time 12, "pm")
8 Endif
9 If Time = 12 Then 10 Print (Time, "noon") 11 Endif
12 End
If the test cases Time = 11 and Time = 15 were input, what level of decision coverage would be achieved?
A. 100% or 6/6
B. 50% or 3/6
C. 67% or 4/6
D. 83% or 5/6
Answer: D
Explanation:
Test case 1 exercises the decision outcomes True, False, False
Test case 2 exercises the decision outcomes False, True, False This leaves the True outcome of decision 3 not exercised. Of the 6 possible decision outcomes, 5
have been exercised, so the decision coverage is 5/6 (about 83%).
NEW QUESTION 82
A software component has the code shown below: Program BiggestA,
Biggest: Integer Begin
Read A Biggest = 10 While A > 0 Do
If A > Biggest Then Biggest = A Endif
Read A Enddo End
The component has exit criteria for component testing that include 100% statement coverage. Which of the following test cases will satisfy this criterion?
A. 10, 0
B. 10, 5, 0
C. 10, 11, 0
Answer: D
NEW QUESTION 83
When what is visible to end-users is a deviation from the specific or expected behavior, this is called..?
A. An error
B. A fault
C. A failure
D. A defect
E. A mistake
Answer: C
NEW QUESTION 87
Incorrect form of Logic coverage is:
A. Statement Coverage
B. Pole Coverage
C. Condition Coverage
D. Path Coverage
Answer: B
NEW QUESTION 91
Which of the following is the task of a Tester?
A. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project.i
B. Prepare and acquire Test Dataii
C. Implement Tests on all test levels, execute and log the tests.i
D. Create the Test Specifications
E. i, ii, iii is true and iv is false
F. ii, iii, iv is true and i is false
G. i is true and ii, iii, iv are false
H. iii and iv is correct and i and ii are Incorrect
Answer: B
NEW QUESTION 92
Which of these are objectives for software testing?
Answer: D
NEW QUESTION 96
Which of the following are static techniques?
A. Walkthrough.
B. State transition testing.
C. Decision table testing.
D. Statement testing.
Answer: A
Explanation:
Options (B), (C) and (D) are all dynamic test techniques.
NEW QUESTION 97
Which of the following statements BEST describes one of the seven key principles of software testing?
A. Automated tests are better than manual tests for avoiding the Exhaustive Testing.
B. Exhaustive testing is, with sufficient effort and tool support, feasible for all software.
C. It is normally impossible to test all input / output combinations for a software system.
D. The purpose of testing is to demonstrate the absence of defect
E. The purpose of testing is to demonstrate the absence of defects.
Answer: C
A. Project Manager
B. Test Engineer
C. Test Manager
D. None of the above
Answer: C
Answer: D
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.
Answer: B
Answer: D
Explanation:
The other options are functional requirements. Note that security is regarded as a functional requirement in this syllabus.
Answer: A
A. To cause as many failures as possible so that defects in the software are identified and can be fixed
B. To confirm that the system works as expected and that requirements have been met
C. To assess the quality of the software with no intention of fixing defects
D. To give information to stakeholders of the risk of releasing the system at a given time
Answer: A
Answer: B
A. 0,1900,2004,2005
B. 1900, 2004
C. 1899,1900,2004,2005
D. 1899, 1900, 1901,2003,2004,2005
Answer: C
Answer: D
Answer: C
Answer:
A. Design
B. Test cases
C. Requirements
D. Program code
Answer: D
Answer: C
A. Stub
B. Driver
C. Proxy
D. None of the above
Answer: B
Answer: B
Answer: C
A. The application failed because of a defect in the purchase identification module caused by a programmer mistake or an error in the specification.
B. An error by the programmer led to a mistake in the purchase identification module and this caused a defect in the application
C. A defect in the purchase identification module caused by a mistake in the module specification led to a defect in the overall application
D. A bug in the purchase identification module caused a fault in the application
Answer: A
D. Equivalence partitioning
Answer: C
Answer: C
A. i, ii, iii
B. ii, iii
C. i, iii, iv
D. i, ii, iii, v
Answer: A
Answer: C
A. Equivalence partitioning
B. State transition testing
C. Boundary value analysis
D. Statement coverage
Answer: D
A. Test basis includes software and system design, test objects include interfaces, and tests concentrate on the interactions between different parts of a system
B. Test basis includes component requirements, test objects include database modules, and tests concentrate on the behaviour of the system as a whole.
C. Test basis includes business processes, test objects include system configuration and configuration data, and tests concentrate on establishing confidence in
the system
D. Test basis includes use cases, test objects include user procedures and tests concentrate on a high level model of system behaviour
Answer: A
Answer: C
A. Correcting defects
B. Locating defects in the code
C. Preventing defects
D. Ensuring no defects are present
Answer: C
Answer: A
A. An item or event of a component or system that can be verified by one or more test cases.
B. The grouping of a composite set of test cases which, when tested as a whole, reveal a positive or negative result.
C. A testable component derived from business requirements.
D. Applies to software testing onl
Answer: A
A. Sociability testing.
B. User acceptance testing.
C. Beta testing.
D. The use of stubs and driver
Answer: D
Answer: C
A. a and b
B. a, b and c
C. a, b and d
D. a and c
Answer: A
A. Use a tool in order to help define a good test process because the tool will force process repeatability and therefore enforce good test process.
B. Always start by bringing in automated test execution tools as these tools have the greatest return on investment and therefore should be introduced first.
C. Perform analysis of the test process and then assess whether it can be supported through the introduction of tool support.
D. Allow the developers to select the testing tools because tools are technical and developers have the appropriate skills to advise on test tool selection and
configuration.
Answer: C
Answer: D
A. i, ii and iii
B. i, ii and iv
C. ii and iii
D. i and iv
Answer: A
Answer: C
Answer: B
Answer: A
Answer: A
A. If we do not regularly review and revise our tests, we'll stop finding defects
B. Repeatedly running a set of tests will ensure that a system is defect free
C. Defects are, paradoxically, often contained in a small number of modules
D. Testing, like spraying pesticide, is an effective bug / defect removal activity
Answer: C
Answer: D
Answer: D
Answer: D
100% Pass Your CTFL-Foundation Exam with Our Prep Materials Via below:
https://www.certleader.com/CTFL-Foundation-dumps.html