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:
To be able to define testable acceptance criteria, specific topics need to be addressed. In the table below are the topics matched to an incorrect description. Match the topics (the left column) with the correct description (the right column)
Topic Description
Use Scenario 1 “Happy Tomatoes” (from the previous question).
Using the Boundary Value Analysis (BVA) technique (in its two-point variant), identify the set of input values that provides the HIGHEST coverage.
Which of the following statements about static analysis are FALSE?
I. Static analysis can be used Instead of dynamic testing.
II. Stalk: analysis can uncover defects like security vulnerabilities.
III. Static analysis can be used to check conformance to specifications and standards.
IV Static analysis typically detects failures prior to component testing.
Which of the following statements best describes how configuration management supports testing?
Consider the following list of activities (I to V):
I. Test design
II. Test planning
III. Review test basis
IV. Be a facilitator of a peer review
V. Test monitoring and control
Which ONE of the following options identifies the activities that the test management role is MAINLY focused on?
In which one of the following test techniques are test cases derived from the analysis of the software architecture?
In the newest version of payroll system number of changes were made. As a tester you got a task to perform regression and confirmation tests. Which of the following project activities are related to confirmation testing?
Which of the following software development models BEST exemplifies a model that does NOT support the principle of early testing?
A test engineer finds a defect while testing. After the developer has fixed the defect, the test engineer decides to re-run a complete section of the tests. Which of the following is correct?
ST is a Software Testing organization which utilizes a testing knowledge base. Access to ST knowledge base can be either full or limited. Access level is determined based on ST certification and testing experience as follows:
1. If ST certified, with less than 5 years testing experience - allow limited access
2. If ST certified, 5-10 years of testing experience - allow full access
3. If not ST certified with 5-10 years of testing experience - allow limited access.
What would be the results for:
A - ST certified. 12 years of testing experience
B - Not ST certified. 7 years of testing experience
C - Not ST certified. 3 years of testing experience
Determining the schedule for each testing activity and test milestones for a test project, using activity estimates, available resources, and other constraints is a typical task performed during
The following chart represents metrics related to testing of a project that was competed. Indicate what is represented by tie lines A, B and the axes X.Y

A)

B)

C)

D)
Which of the following is a CORRECT statement about how a tester should communicate about defects, test results, and other test information?
Which ONE of the following options MOST ACCURATELY describes the activities of “testing” and “debugging”?
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?
Who of the following has the best knowledge to decide what tests in a test project should be automated?
The testers in company A were part of the development team. Due to an organizational change they moved to be part of the support team.
What are the advantages and the disadvantages of this change?
Which of the following BEST describes a test summary report for executive-level employees
Which of the following is an INCORRECT statement about the benefit of traceability between the test basis and test work products?
A class grade application for instructors assigns letter grades based on students ' numerical grades.
The letter grades for different numerical grades should be:
Above 89, up to 100 - A
Above 79, up to 89 • B
Above 69, up to 79 • C
Above 59, up to 69 - D
Below 60 - F
Which of the following sets of test inputs would achieve the relatively highest equivalence partition coverage?
Which of the following activities does NOT belong to a typical technical review?
Which of the following metrics relates to the number of defects per unit size of a work product?
Which ONE of the following tools would be MOST SUITABLE for facilitating the creation of test cases, test data, and test procedures ?
Which of the following is the BEST reason for selecting a particular type of software development lifecycle model?
Scenario 2 “Big Drop”:
A company “The Big Drop” provides bulk discounts and frequent customer discounts as follows:

How many possible decision rules can be extracted from this table?
Which ONE of the following statements does NOT describe how testing contributes to higher quality?
Which of the following statements is an example of testing contributing to higher quality?
Consider an estimation session in which a six-member Agile team (Memb1..... Memb6) uses the planning poker technique to estimate a user story (in story points). The team members will use a set of cards with the following values: 1,2, 3,5, 8,13,21. Below is the outcome of the first round of estimation for this session:

Which of the following answers BEST describes how the estimation session should proceed?
While repotting a defect, which attribute indicates the degree of impact that the defect has on the system?
A minimum of 0 and a maximum of 40 points can be achieved in a Certified Tester Foundation examination. With a score of 26 points to 36 points inclusive, the exam is considered " passed " , with 37 points or higher it is " passed with distinction " and with less than 26 points the examination is " not passed " .
Which of the following sets of positive integers fully covers a 2-value boundary value analysis ? (No values from invalid equivalence classes should be specified).
Which of the following statements is true?
Select exactly one option (1 out of 4)!
Which one of the following statements correctly describes the term ' debugging ' ?
Which of the following BEST matches the attributes with a level of testing?
I. Stubs and drivers are often used
II The lest environment should correspond to the production environment
III Finding defects is not the main focus
IV Testing can be based on use cases
V Testing is normally performed by testers
VI Testing for functional and non-functional characteristics
Which of the following statements best describes the way in which decision coverage is measured?
Which ONE of the following options CORRECTLY describes one of the seven principles of the testing process?
The following diagram displays the logical dependencies between requirements and the individual requirement priorities. For example, " R2- > R3 " means that R3 is dependent on R2. Priority is indicated by the number next to the letter ”P " i.e. P1 has a higher priority than P2.
Which one of the following options best describes the test execution sequence using both requirement dependency and priority
Following a risk-based testing approach you have designed 10 tests to cover a product risk with a high-risk level. You want to estimate, adopting the three-point test estimation technique, the test effort required to reduce the risk level to zero by executing those 10 tests. You made the following three initial estimates:
• most optimistic = 6 person hours
• most likely = 30 person hours
• most pessimistic = 54 person hours
Based only on the given information, which of the following answers about the three-point test estimation technique applied to this problem is true?
Which ONE of the following options BEST describes a key characteristic of non-functional testing?
Use Scenario 1 “Happy Tomatoes” (from the previous question).
When running test case TC_59 , the actual result for t = 35 degrees Celsius is OUTPUT = X instead of the expected output.
Which information should NOT be included in the defect report?
4 equivalence classes are given for integer values:
0 < x < 100
100 < = x < = 200
200 < x < 500
x > = 500
Which of the following options represent correct set of data for valid equivalence class partitions?
Which ONE of the following options corresponds to an activity in the testing process in which testable features are identified?
A calculator software is used to calculate the result for 5+6.
The user noticed that the result given is 6.
This is an example of;
As the last stage of a test cycle of an embedded device, you are performing exploratory testing. You observed that some character. (A, X and Z) sent via a serial port to the device do not get registered on the device whereas they should be. You suspect that this could be due to a wrong configuration of the " bit parity " parameter.
Which of the following items of an incident report would you be UNABLE to write down based on this information?
Which of the following statements about testware are correct?
I When closing the test activities, all the testware resources can be uninstalled and released
II All the testware should be subject to Configuration Management
III. The testware. at the end of the project, should be transferred to the organization responsible for maintenance
IV The developers are responsible for the correct installation of the testware
In addition to thorough testing of the requirements specification, a development team aims to involve users as early as possible in the development process, using practices such as prototyping, to ensure that the software systems being developed will meet the users ' expectations. This approach is especially useful at mitigating the risks associated with one of the seven testing principles, which one?
Which of the following statements is true in regards to how the context of a project affects the testing process?
Which test level aims to gain the users ' confidence in the system, especially in the fulfillment of the system ' s operational and performance capabilities?
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?
Which of the statements on confirmation testing and regression testing is correct?
Which of the following statements is LEAST likely to be describing component testing?
The following decision table is used to assist a doctor in determining the drug therapy to prescribe for a patient (aged 6 to 65 years) diagnosed with acute sinusitis. The table consists of three Boolean conditions and six actions
Based only on the given information, which of the following statements is TRUE?
A tester created a decision table(DT) given below. While reviewing the DT some of the actions for the given conditions were found to be incorrect. The user is trying to view the profile, which of the given conditions has CORRECT action(s) listed?

In order to exercise the right to vote, a person must meet the following requirements:
be able to prove citizenship of the country
be a resident in the administrative unit concerned
have a minimum age of 18 years
no other reasons for exclusion exist
Create the associated decision table and minimize it so that all conditions are correctly covered.
Hint: remember to use the " no other reasons for exclusion exist " condition when creating the decision table.
How many test cases are at least required to achieve the coverage of all decision rules and what could be the concrete test cases?
Which of the following statements about the typical activities of a formal review process is TRUE?
Which ONE of the following statements about state transition testing is correct?
Which of the following statements contradicts the general principles of testing?
Which of the following types of bugs are more likely to be found by static testing then by dynamic testing?
Which of the following statements about test reports are TRUE?
I Test reports shall be approved by the test team.
II. Test reports shall give stakeholders information as basis for decisions.
Ill Test reports shall summarize what happened through a period of testing.
IV. Test reports shall be approved by the development team, the test team and the customer
V. Test reports shall include information about remaining risks.
Which ONE of the following roles is responsible for mediating, managing time, and generating a safe review environment in which everyone can speak freely?
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?
Which of the types of test tools noted below BEST describes tools that support reviews?
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?
Decision table testing is being performed on transactions in a bank’s ATM (Automated Teller Machine) system. Two test cases have already been generated for rules 1 and 4. which are shown below:

Which two of the additional test cases would achieve full coverage of the full decision table (when combined with the test cases that have already been generated for rules 1 and 4)?
Which ONE of the following statements would you expect to be the MOST DIRECT advantage of the whole-team approach?
A bank offers a savings account with various interest rates based on the current balance in the account. The balance ranges and respective interest rates are:
Up to $100.00 =2%
$100.01 to $500.00 = 4%
$500.01 to $1,000.00 = 5%
Above $1,000.00 = 7%
Using two-point boundary value analysis, which of the following sets of test inputs provides the relatively highest level of boundary coverage?
Which ONE of the following options BEST describes Behavior-Driven Development (BDD)?
Which of the following options should NOT be used for writing acceptance criteria?
Which of the following statements about test estimation approaches is CORRECT?
Which statement corresponds to one of the 7 principles of testing?
Select exactly one option (1 out of 4)!
Which of the statements correctly describes when a whole team approach may NOT be suitable?
Which of the following is not an example of a typical generic skill required for testing?
You are working in an agile team on the creation of software for use in robotic assistance systems that support industrial manufacturing processes. You are currently in the effort estimation phase using planning poker. In the current sprint, three user stories are to be implemented:
Consider the following testing levels :
1) Component Testing
2) Integration Testing
3) System Testing
4) Acceptance Testing
Which of the following statements is true?
Which of the following options is a success factor for formal reviews (e.g. inspections)?
A test score indicator for students produces a performance score based on a combination of the number of consecutive hours studied (below 4 hours, 4 to 8 hours. 9 to 12 hours or above 12 hours) and the average intensity of focus on the material during the study time (low, medium or high).
Given the following test cases:
hours intensity score
T1 3 low 55
T2 14 high 95
T3 9 low 75
What is the minimum number of additional test cases that are needed to ensure full coverage of all valid INPUT equivalence partitions?
For the following pseudo-code determine number of tests required for 100% statement coverage
IF Gender = Boy
If Age > 3 AND Age < 5
Shoe Size = 1
ELSE IF Age > =5 AND Age < 7
Shoe Size = 2
ENDIF
ELSE
IF Age > 3 AND Age < 5
Shoe Size = 0
ELSE IF Age > =5 AND Age < 7
Shoe Size = 1
ENDIF
ENDIF
Given the following state model of sales order software:
PLACED - > IN PRODUCTION
IN PRODUCTION - > CANCELLED
IN PRODUCTION - > SHIPPED
SHIPPED - > INVOICED
INVOICED - > CANCELLED
CANCELLED - > PLACED
Which of the following sequences of transitions provides the highest level of transition coverage for the model (assuming you can start in any state)?
Which of the following statements about testing in the context of an agile (iterative-incremental) development model is correct?
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?
Which of the following CORRECTLY matches the roles and responsibilities in a formal review?
Which of the following activities are part of test planning?
I) Setting the entry and exit criteria
II) Determining the validity of bug reports
III) Determining the number of resources required
IV) Determining the expected result for test cases
Which of the following is a task the Author is responsible for, as part of a typical formal review?