Special Summer Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

Free and Premium iSQI CTFL_Syll_4.0 Dumps Questions Answers

ISTQB Certified Tester Foundation Level (CTFL) v4.0 Questions and Answers

Question 1

Which ONE of the following statements would you expect to be the MOST DIRECT advantage of the whole-team approach?

Options:

A.

Capitalizing on the combined skills of business representatives, testers, and developers working together to contribute to project success.

B.

Reducing the involvement of business representatives because of enhanced communication and collaboration between testers and developers.

C.

Avoiding requirements misunderstandings that may not have been detected until dynamic testing when they are more expensive to fix.

D.

Having an automated build and test process, at least once a day, that detects integration errors early and quickly.

Buy Now
Question 2

Which of the following is an advantage of the whole team approach?

Options:

A.

It helps avoid the risk of tasks associated with a user story not moving through the Agile task board at an acceptable rate during an iteration

B.

It helps team members understand the current status of an iteration by visualizing the amount of work left to do compared to the time allotted for the iteration

C.

It helps the whole team be more effective in test case design by requiring all team members to master all types of test techniques

D.

It helps team members develop better relationships with each other and make their collaboration more effective for the benefit of the project

Question 3

Consider the following examples of risks identified in different software development projects:

[I]. It may not be possible to generate the expected workloads to run performance tests, due to the poor hardware equipment of the machines (load injectors) that should generate these workloads

[II]. A user’s session on a web application is not invalidated after a certain period of inactivity (configured by the system administrator) of the user

[III]. The test team will not have an adequate requirements specification (since many requirements will still be missing) by the time test design and analysis activities should begin according to the test plan

[IV]. Following a failure, the system is unable to continue to maintain its pre-failure operation and some data becomes corrupted

Which of the following statements is true?

Options:

A.

[II] and [IV] are product risks: [I] and [III] are project risks

B.

[II] and [III] are product risks, [I] and [IV] are project risks

C.

[I], and [IV] are product risks: [II] and [III] are project risks

D.

[I], [II] and [III] are product risks; [IV] is a project risk

Question 4

Which ONE of the following options is aPRODUCT riskand NOT aPROJECT risk?

Options:

A.

Incorrect calculation logic in the software, leading to inaccurate results.

B.

Poor communication between team members, making project management more difficult.

C.

Staff shortages in the project leading to scheduling problems.

D.

Delays in the delivery of work products by the project team.

Question 5

A test manager has started a cycle of testing for an e-commerce application. The reason for testing is the change in the protocol for connecting to the payment gateway because of new regulations. Which of the following correctly names this type of testing?

Options:

A.

Retirement testing

B.

System integration testing

C.

Beta testing

D.

Maintenance testing

Question 6

Use Scenario 1 “Happy Tomatoes” (from the previous question).

Using theBoundary Value Analysis (BVA)technique (in its two-point variant), identify the set of input values that provides the HIGHEST coverage.

Options:

A.

{7,8,21,22,29,30}

B.

{7,8,22,23,29,30}

C.

{6,7,8,21,22,29,31}

D.

{6,7,21,22,29,30}

Question 7

After being in operation for many years, a document management system must be decommissioned as it has reached its end of life. This system will not be replaced by any other new system. A legal obligation provides that all documents within the system must be kept for at least 20 years in a state archive.

Which of the following statements about maintenance testing for decommissioning of this system is true?

Options:

A.

No maintenance testing is required as this system will not be replaced

B.

Data migration testing is required as part of maintenance testing

C.

Confirmation testing is required as part of maintenance testing

D.

Regression testing is required as part of maintenance testing

Question 8

Confirmation testing is performed after:

Options:

A.

a defect is fixed and after other tests do not find any side-effect introduced in the software as a result of such fix

B.

a failed test, and aims to run that test again to confirm that the same behavior still occurs and thus appears to be reproducible

C.

the execution of an automated regression test suite to confirm the absence of false positives in the test results

D.

a defect is fixed, and if such testing is successful then the regression tests that are relevant for such fix can be executed

Question 9

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?

Options:

A.

Code coverage

B.

Data flow coverage

C.

Statement coverage

D.

Branch Coverage

Question 10

Consider a program that computes the factorial of a number (n). From the specifications you know that:

•If n < 0, a message "Value out of range" must be issued.

•If 0 < n < 100, the program calculates the factorial and returns the number

•If 100 < n < 200 message "Value out of range" must be issued

Which of the following statements about the equivalence partitions is CORRECT?

Options:

A.

There are 3 partitions - one for negative numbers, one for numbers up to 100 and the last one for numbers up to 200

B.

The equivalence partitions cannot be determined for this question because the error message for two partitions is exactly same

C.

The requirements are not correct because the partitions are overlapping

D.

The equivalence partitions cannot be determined for this question because factorial of numbers close to 200 will be very large

Question 11

Which ONE of the following work products TYPICALLY belongs to test execution?

Options:

A.

Test logs that document the results of test execution.

B.

Automated test scripts used for test execution.

C.

A test plan that describes the test strategy and test objectives.

D.

A list of test conditions prioritized during test analysis.

Question 12

Which of the following is a role that is usually responsible for documenting the findings (e.g., action items, decisions, recommendations) made by the review team as part of a typical formal review?

Options:

A.

Review leader

B.

Facilitator

C.

Recorder

D.

Moderator

Question 13

Which ONE of the following options BEST describes black-box test techniques?

Options:

A.

Black-box testing techniques are based on experience with the test object without knowing the internal structure.

B.

In black-box testing techniques, test cases are created based on the software's implementation.

C.

Black-box testing techniques are based on analyzing the test object's specified and implied behavior without knowledge of its internal data structure.

D.

Black-box testing techniques involve analyzing the specified behavior of the test object without knowledge of its internal structure.

Question 14

Which of the following statements about the shift-left approach is true?

Options:

A.

Shift-left in testing can be implemented only in Agile/DevOps frameworks, as it relies completely on automated testing activities performed within a continuous integration process

B.

Performance testing performed during component testing, is a form of shift-left in testing that avoids planning and executing costly end-to-end testing at the system test level in a production-like environment

C.

Shift-left in testing can be implemented in several ways to find functional defects early in the lifecycle, but it cannot be relied upon to find defects associated with non-functional characteristics

D.

Continuous integration supports shift-left in testing as it can reduce the time between the introduction of a defect and its detection, thereby reducing the cost to fix it

Question 15

Which ONE of the following options MOST ACCURATELY describesbranch testing?

Options:

A.

In branch testing, the coverage items are executable statements. The aim is to design test cases that exercise statements in the code until an acceptable level of coverage is achieved, expressed as a percentage.

B.

In branch testing, the coverage items are control flow transfers between decisions, and the aim is to design test cases to exercise flow transfers in the code until an acceptable level of coverage is achieved. Coverage is measured as the number of branches exercised by the test cases divided by the total number of branches expressed as a percentage.

C.

In branch testing, the coverage items are branches, and the aim is to design test cases to exercise branches in the code until an acceptable level of coverage is achieved. Coverage is measured as thenumber of branches exercised by the test cases divided by the total number of branches expressed as a percentage.

D.

In branch testing, the coverage items are executable decisions. The aim is to design test cases that exercise statements in the code until an acceptable level of coverage is achieved. Coverage is expressed as a percentage.

Question 16

An e-commerce site accepts credit cards for processing the payment. The payment processing form has a field for the amount of money to be deducted. The minimum amount of money that can be processed is $10. The credit cards have a limit of $5,000 (Five Thousand). Assume that only integers can be accepted as inputs. Which of the following set of boundary values you will choose for EFFICIENT testing for the amount of money that can be spent?

Options:

A.

9,5001

B.

10,5000

C.

9,10,11,4999,5000,5001

D.

9,10,5000,5001

Question 17

Which of the following types of bug are more likely to be found by static testing then by dynamic testing?

Options:

A.

A sub-system that does not perform the intended functionality

B.

Variables that were declared in the code without initialization

C.

Functions that take much longer time to complete than expected

D.

Crashes of the application

Question 18

Which of the following issues cannot be identified by static analysis tools?

Options:

A.

Very low MTBF (Mean Time Between failure)

B.

Potentially endless loops

C.

Referencing a variable with an undefined value

D.

Security vulnerabilities

Question 19

Scenario 2 “Big Drop”:

A company“The Big Drop”providesbulk discounts and frequent customer discountsas follows:

How manypossible decision rulescan be extracted from this table?

Options:

A.

5 decision rules

B.

6 decision rules

C.

32 decision rules

D.

8 decision rules

Question 20

Which of the following statements is true?

Options:

A.

Experience-based test techniques rely on the experience of testers to identify the root causes of defects found by black-box test techniques

B.

Some of the most common test basis used by white-box test techniques include user stories, use cases and business processes

C.

Experience-based test techniques are often useful to detect hidden defects that have not been targeted by black-box test techniques

D.

The primary goal of experience-based test techniques is to design test cases that can be easily automated using a GUI-based test automation tool

Question 21

A system has a self-diagnostics module that starts executing after the system is reset. The diagnostics are running 12 different tests on the systems memory hardware. The following is one of the requirements set for the diagnostics module:

'The time taking the diagnostics tests to execute shall be less than 2 seconds' Which of the following is a failure related to the specified requirement?

Options:

A.

The diagnostic tests fail to start after a system reset

B.

The diagnostic tests take too much time to execute

C.

The diagnostic tests that measure the speed of the memory, fail

D.

The diagnostic tests fail due to incorrect implementation of the test code

Question 22

Consider a review for a high-level architectural document written by a software architect. The architect does most of the review preparation work, including distributing the document to reviewers before the review meeting. However, reviewers are not required to analyze the document in advance, and during the review meeting the software architect explains the document step by step. The only goal of this review is to establish a common understanding of the software architecture that will be used in a software development project.

Which of the following review types does this review refer to?

Options:

A.

Inspection

B.

Audit

C.

Walkthrough

D.

Informal review

Question 23

Test automation allows you to:

Options:

A.

demonstrate the absence of defects

B.

produce tests that are less subject to human errors

C.

avoid performing exploratory testing

D.

increase test process efficiency by facilitating management of defects

Question 24

A virtual service emulating a real third-party service and the automated test scripts (aimed at testing the system under test) that interact with that service, are test work products that are typically created during:

Options:

A.

Test monitoring and control

B.

Test implementation

C.

Test design

D.

Test analysis

Question 25

You are a test manager responsible for implementing risk-based testing in your organization which deals with software in the healthcare domain. You are writing a handbook of various product risk mitigation options. Which ONE of the following options correctly represent the correct mitigation options?

Options:

A.

Choosing a tool for automated unit testing to reduce the risks

B.

Using a third party testing company to transfer the risk to that company

C.

Selecting a tester with required knowledge related to compliance and standards

D.

Increasing the number of testers to be able to take care of all the risks

Question 26

A typical objective of testing is to ensure that:

Options:

A.

testing is used to drive the development of a software

B.

a software has been tested using a combination of test techniques

C.

there are no defects in a software that is about to be released

D.

a software has been properly covered

Question 27

Which of the following s the most correct statement about state testing techniques?

Options:

A.

Static techniques can be used before all code is ready for execution

B.

Static techniques find more detects then dynamic techniques.

C.

Static techniques can be used by inexperienced users.

D.

Static techniques are always cheaper than dynamic techniques.

Question 28

Consider the following defect report for an Exam Booking System

Defect ID: ST1041 | Title: Unable to cancel an exam booking | Severity: Very High | Priority: Very High | Environment: Windows 10, Firefox

Description: When attempting to cancel an exam booking using the cancel exam feature, the system does not cancel the exam even though it shows a message that the exam has been cancelled.

Which ONE of the following indicates the information that should be added to the description for reproducing the defect easily?

Options:

A.

Repeating the test case with different browsers and logging a separate defect for each one of them

B.

Providing exact steps that lead to this defect. It is not clear from the description if this is a problem for any scheduled exam or for a specific user.

C.

Providing better severity and priority. It is not clear why this is a high severity problem as the exams can be booked without any problem.

D.

The defect Id used is alphanumeric in nature. It should be a number only.

Question 29

Which of the following is not an example of a typical generic skill required for testing?

Options:

A.

Be able to apply test-driven development

B.

Be able to use test management tools and defect tracking tools

C.

Be able to communicate defects and failures to developers as objectively as possible

D.

Possess the necessary social skills that support effective teamwork

Question 30

Which ONE of the following statements about maintenance testing is CORRECT?

Options:

A.

Maintenance testing is performed exclusively for adaptive maintenance.

B.

Maintenance testing is only required when defects are reported in production.

C.

Maintenance testing should be performed when enhancements, fixes, or updates are applied to an existing system.

D.

Maintenance testing does not require test cases since it focuses solely on defect verification.

Question 31

Shripriya is defining the guidelines for the review process implementation in her company. Which of the following statements is LEAST likely to have been recommended by her?

Options:

A.

Independent of the size of the work products, planning for the review should be performed

B.

Review initiation is the stage when the review team starts the discussion on the review comments

C.

Large sized work products should be reviewed in one go because you will have to spend too much time if you split it into multiple reviews.

D.

Defect reports should be created for every review found

Question 32

The following rules determine the annual bonus to be paid to a salesman of a company based on the total annual amount of the sales made (referred to as TAS).

If the TAS is between 50k€ and 80k€, the bonus is 10%. If the TAS exceeds 80k€ by a value not greater than 40k€, the bonus is 15%. Finally, if the TAS

exceeds the maximum threshold which entitles to a 15% bonus, the bonus is 22%.

Consider applying equivalence partitioning to the TAS (Note: 1k€ = 1000 euros).

Which one of the following answers contain only test cases that belong to the same equivalence partition?

Options:

A.

TC1 = 81 k€; TC2= 97k€; TC3=111k€; TC4=118k€

B.

TC1 = 40k€; TC2= 46k€; TC3=51k€; TC4=53k€

C.

TC1 = 79k€; TC2= 80k€; TC3=81k€; TC4=82k€

D.

TC1 = 90k€; TC2= 110k€; TC3=125k€: TC4=140k€

Question 33

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?

Options:

A.

Since the stakeholders include upper management, formal reports delivered face-to-face are critical.

B.

Distributed nature of teams working in various time zones means email communication will work better.

C.

Agile nature of the project means very less documentation and hence the status need not be documented and shared in a formal manner

D.

Since the stakeholders include customers frequent informal communication without a specific frequency works better.

Question 34

Which of the following is a typical potential risk of using test automation tools?

Options:

A.

Reduced feedback times regarding software quality compared to manual testing

B.

Reduced test execution times compared to manual testing

C.

Reduced repeatability and consistency of tests compared to manual testing

D.

Underestimation of effort required to maintain test scripts

Question 35

Consider the following user story about the authentication functionality of an e-commerce website:

"As a logged-in user, I want to change my current password with a new one, so that I can make my account safer".

The following are some of the acceptance criteria defined for the user story:

[a] After the logged-in user has successfully changed his password, an email confirming the change must be sent to him

[b] To successfully change the password, the logged-in user must enter the current password, enter a new valid password, and finally confirm by pressing the 'Change Password' button

[c] To be valid, the new password entered by the logged-in user is not only required to meet the criteria related to the length and type of characters, but must also be different form the last 5 passwords of that user

[d] A dedicated error message must be presented to the logged-in user when he enters a wrong current password

[e] A dedicated error message must be presented to the logged-in user when he enters the correct current password, but enters an invalid password

Based only on the given information, which of the following ATDD tests is most likely to be written first?

Options:

A.

The logged-in user enters a wrong current password and views the dedicated error message

B.

The logged-in user enters the correct current password, enters a valid new password (different from the last 5 passwords), presses the Change Password' button, and finally receives the e-mail confirming that the password has been successfully changed

C.

The logged-in user enters the correct current password, enters an invalid password, and finally views the dedicated error

D.

The logged-in user submits a purchase order containing ten items, selects to pay with a Visa credit card, enters credit card information of a valid card, presses the 'Confirm' button, and finally views the dedicated message confirming that the purchase has been successful

Question 36

Which of the following about typical information found within a test plan is false?

Options:

A.

The need to temporarily have additional test personnel available for specific test phases and/or test activities

B.

The conditions that must be met in order for the test execution activities to be considered completed

C.

The list of the product risks which have not been fully mitigated at the end of test execution

D.

The conditions that must be met for part of all the planned activities to be suspended and resumed

Question 37

In branch testing, what is the significance of a conditional branch in a software program?

Options:

A.

It marks a point where the program’s execution will terminate bringing the program to a halt.

B.

It indicates a decision point where the program can follow different paths based on specific conditions.

C.

It represents a programming error and therefore a conditional branch should be avoided.

D.

It signifies a comment or documentation within the code and it doesn't indicate a defect.

Question 38

Which ONE of the following tools would be MOST SUITABLE for facilitating thecreation of test cases, test data, and test procedures?

Options:

A.

Test design and implementation toolsare specifically designed for creating test cases, test data, and test procedures.

B.

Static testing toolsas they assist the tester in conducting reviews and static analysis.

C.

DevOps tools, as they support the automated build process and CI/CD.

D.

Test execution and coverage toolsfacilitate the automated execution of tests and the measurement of test coverage.

Question 39

An application is subjected to a constant load for an extended period of time as part of a performance test. While running this test, the response time of the application steadily slows down, which results in a requirement not being met. This slowdown is caused by a memory leak where the application code does not properly release some of the dynamically allocated memory when it is no longer needed.

Which of the following statements is true?

Options:

A.

The slowdown is a failure while the memory leak is a defect

B.

The slowdown is a defect while the memory leak is an error

C.

The slowdown is an error the memory leak is a defect

D.

The slowdown is a defect the memory leak is a failure

Question 40

A typical test objective is to:

Options:

A.

determine the most appropriate level of detail with which to design test cases

B.

verify the compliance of the test object with regulatory requirements

C.

plan test activities in accordance with the existing test policy and test strategy verify the correct creation and configuration of the test environment

Question 41

Which of the following statements about static testing and dynamic testing is true?

Options:

A.

Static testing is better suited than dynamic testing for highlighting issues that could indicate inappropriate code modularization

B.

Dynamic testing can only be applied to executable work products, while static testing can only be applied to non-executable work products

C.

Both dynamic testing and static testing cause failures, but failures caused by static testing are usually easier and cheaper to analyze

D.

Security vulnerabilities can only be detected when the software is being executed, and thus they can only be detected through dynamic testing, not through static testing

Question 42

Which of the following statements is true?

Options:

A.

In Agile software development, work product documentation tends to be lightweight and manual tests tend to be often unscripted as they are often produced using experience-based test techniques

B.

Sequential development models impose the use of systematic test techniques and do not allow the use of experience-based test techniques

C.

In Agile software development, the first iterations are exclusively dedicated to testing activities, as testing will be used to drive development, which will be performed in the subsequent iterations

D.

Both in Agile software development and in sequential development models, such as the V-model, test levels tend to overlap since they do not usually have defined entry and exit criteria

Question 43

Which of the following statements describes regression testing?

I. Retesting of a fixed defect

II. Testing of an already tested program

III. Testing of new functionality in a program

IV. Regression testing applies only to functional testing

V Tests that do not nave to be repeatable, because They are only used once

Options:

A.

II, IV, V

B.

I, III, IV

C.

II

D.

I, IV

Question 44

Given some statements about independence of testing

i.Independence is a replacement for familiarity with the code

ii.Independence helps remove the biases produced because of own work

iii.Similar kind of failures can be detected by anyone

iv.Assumptions by different people are different revealing weaknesses Which of the following CORRECTLY represents the benefits?

Options:

A.

ii and iv

B.

i and iv

C.

i and iii

D.

iii and iv

Question 45

A typical generic skill required for the role of tester is the ability to:

Options:

A.

take on the role of developer to meet challenging project deadlines

B.

assume leadership aimed at imposing decisions on the rest of the team

C.

use tools to make the execution of repetitive testing tasks more efficient

D.

determine the corrective actions to get a test project on track in case of deviations from the test plan

Question 46

The tests at the bottom layer of the test pyramid:

Options:

A.

run faster than the tests at the top layer of the pyramid

B.

cover larger pieces of functionalities than the tests at the top layer of the pyramid

C.

are defined as 'Ul Tests' or 'End-To-End tests' in the different models of the pyramid

D.

are unscripted tests produced by experience-based test techniques

Question 47

Which of the following statements about white-box testing is false?

Options:

A.

Static testing can benefit from using code-related white-box test techniques during code reviews

B.

White-box testing allows suggesting test cases for increasing coverage levels which are based on objective measures

C.

Achieving full code coverage for a component or a system ensures that it has been fully tested

D.

Black-box testing can benefit from using code-related white-box test techniques to increase confidence in the code

Question 48

As a result of the joint evaluation of a product version with the customer, it has been concluded that it would be appropriate to retrieve an earlier version of the product and carry out a benchmark. Depending on the result, further development will be carried out based on the current version or the retrieved version.

Which mechanism, process, and/or technique will allow the specific version (including the testing work products) of a given software product to be restored?

Options:

A.

Defect management

B.

Configuration management

C.

Change management

D.

Risk management

Question 49

Can "cost" be regarded as Exit criteria?

Options:

A.

Yes. Spending too much money on test ng will result in an unprofitable product, and having cost as an exit criterion helps avoid this

B.

No. The financial value of product quality cannot be estimated, so it is incorrect to use cost as an exit criterion

C.

Yes. Going by cost as an exit criterion constrains the testing project which will hello achieve the desired quality level defined for the project

D.

No The cost of testing cannot be measured effectively, so it is incorrect to use cost as an exit criterion

Question 50

For each of the test cases to be executed, the following table specifies the priority order and dependencies on other test cases

Which of the following test execution schedules is compatible with the logical dependencies and allows executing the test cases in priority order?

Options:

A.

TC4, TC3, TC2, TC6, TC5. TC1

B.

TC4, TC6, TC3, TC2, TC5, TC1

C.

TC3, TC5, TC6, TC1, TC4, TC3

D.

TC4, TC3, TC2, TC6, TC1, TC5

Question 51

Which ONE of the following options CORRECTLY describes one of the seven principles of the testing process?

Options:

A.

The objective of testing is to implement exhaustive testing and execute as many test cases as possible.

B.

Exhaustive testing can only be carried out using behavior-based techniques.

C.

It is impossible to test all possible combinations of inputs and preconditions of a system.

D.

Automated testing enables exhaustive testing.

Question 52

Which of the following statements is an example of testing contributing to higher quality?

Options:

A.

A test leader writes a test summary report

B.

A project manager asks to a test leader to estimate the test effort

C.

A tester installs a test ten in the lest environment

D.

A tester finds a bug which is resolved prior to release

Question 53

Which of the following is not an example of a typical content of a test completion report for a test project?

Options:

A.

The additional effort spent on test execution compared to what was planned

B.

The unexpected test environment downtime that resulted in slower test execution

C.

The residual risk level if a risk-based test approach was adopted

D.

The test procedures of all test cases that have been executed

Question 54

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?

Options:

A.

The new user enters valid values in the fields of the registration form, except for the email address, where he/she enters an e-mail address provided by a free online mail service that allow to create disposable email addresses. Then he/she is informed by the website about this issue

B.

The new user enters valid values in the fields of the registration form, except for the first name, where he/she enters a first name with 10 characters that contains a number. Then he/she is informed by the website about this issue

C.

The user accesses the website with username and password, and successfully places a purchase order for five items, paying by Mastercard credit card EV

D.

The new user enters valid values in all the fields of the registration form, confirms to accept all the terms and conditions, submits the registration request and then receives an e-mail containing the confirmation link to the e-mail address specified in the registration form

Question 55

Consider the following statements (I to V) about software testing:

I. Can be applied to non-executable work products.

II. Can be used to measure performance efficiency.

III. Can lead to the detection of defects.

IV. Can find defects directly.

V. Can identify unexpected behaviors caused by potential defects.

Which ONE of the following options is the list that characterizes static tests the BEST?

Options:

A.

Statements I, III, and IV

B.

Statements II, IV, and V

C.

Statements I, II, and IV

D.

Statements II, III, and V

Question 56

Which of the following statements about the test pyramid is true?

Options:

A.

Each layer of the test pyramid groups tests related to a single non-functional quality characteristic

B.

The higher the layer of the test pyramid, the more production code a single automated test within the layer tends tocover

C.

The higher the layer of the test pyramid, the more maintainable a single automated test within the layer tends to be

D.

The higher the layer of the test pyramid, the more isolated a single automated test within the layer tends to be

Question 57

What type of testing measures its effectiveness by tracking which lines of code were executed by the tests?

Options:

A.

Acceptance testing

B.

Structural testing

C.

Integration testing

D.

Exploratory testing