Which of the following s the most correct statement about state testing techniques?
Match the Work Product with the category it belongs to:
Work Product:
1.Risk register
2.Risk information
3.Test cases
4.Test conditions
Category of work products:
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?
A state transition diagram describes a control system’s behavior in different operational modes. The initial state is“NORMAL MODE”.
Which ONE of the following test cases covers anINVALID sequence?
Which of the following statements best describes how configuration management supports testing?
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.
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:
A software development company invests heavily in tools to support the entire software development lifecycle, including testing. They have a tool that allows automated creation and installation of builds and subsequent execution of various types of automated tests. Which ONE of the following is a CORRECT statement about this type of test tool?
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 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?
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 ONE of the following options BEST describes the purpose of confirmation testing versus regression testing?
Which of the following statements about the typical activities of a formal review process is true?
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 statements refers to good testing practice to be applied regardless of the chosen software development model?
Which of the following types of bug are more likely to be found by static testing then by dynamic testing?
Which ONE of the following elements is TYPICALLYNOTpart of atest progress report?
You are working on creating test cases for a user story -
As a customer, I want to be able to book an ISTQB exam for a particular date, so that I can find choose my time slot and pay the correct amount, including discounts, if any.
The acceptance criteria for this :
1.The dates shown should be from the current date to 2 years in future
2.Initially there should be 10 timeslots available for each day, 1 hour each, starting at 8 AM GMT
3.Maximum 5 persons should be able to select a time slot after which that time slot should become unavailable
4.First timeslot should have a 10% discount.
Which of the following is the BEST example of a test case for this user story?
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?
The fact that defects are usually not evenly distributed among the various modules that make up a software application, but rather their distribution tend to reflect the Pareto principle:
Which of the following about typical information found within a test plan is false?
What type of testing measures its effectiveness by tracking which lines of code were executed by the tests?
Which of the following statements about the value of maintaining traceability between the test basis and test work products is not true?
Who of the following has the best knowledge to decide what tests in a test project should be automated?
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?
Which of the following is a good testing practice which is applicable INDEPENDENT of the software development lifecycle followed?
Which ONE of the following options BEST describes a key characteristic of non-functional testing?
Consider the followinguser storyand itsacceptance criteria:
User Story:
As a member of the"Agnotoly"association, I want to be able topay the association’s dues through an automatic payment methodso that I can forget about payment deadlines.
Acceptance Criteria:
The member can only pay with‘Agnesis Master’ credit card.
The member must register theircell phone number.
The member must register thecredit cardin the payment system.
The member must select apayment method (monthly or annual).
The member mustaccept the terms and conditionsfor the selected method.
If terms and conditions are accepted, the system sends anOTP(one-time password) to the member’s phone for verification.
The payment method isregistered only after OTP verification.
Once the payment method is registered, the system will charge on the first business day of the following month.
Test Cycle Results:
Members successfully paid dues using the credit card.
Payments were processedmonthly and for over a year.
Which ONE of the following options identifies the acceptance criteria that has NOT been fully covered?
Which of the following statements refers to a good testing practice that applies to all software development lifecycles?
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?
ConditionC1C2C3C4
Is the user logged in?YesYesNoNo
Is the user authorized to view the profile?YesNoYesNo
Action
Display the user’s profileYesNoYesYes
Display an error messageYesYesNoNo
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 is a test-first approach, where tests that express a shared understanding from stakeholders of how the application is expected to work, are first written in business-readable language (following the Given/When/Then format), and then made executable to drive development?
You are a tester working on a critical project. Based on the risk analysis you need to decide on the order of test execution. Which of the following lists the correct sequence of test execution? Priority 1 is the highest and Priority 3 is the lowest priority.
Test CasePriorityDependencies
Test A3-
Test B1TestD
TestC2Test A
Test D3•
A new web app aims at offering a rich user experience. As a functional tester, you have run some functional tests to verify that, before releasing the app, such app works correctly on several mobile devices, all of which are listed as supported devices within the requirements specification. These tests were performed on stable and isolated test environments where you were the only user interacting with the application. All tests passed, but in some of those tests you observed the following issue: on some mobile devices only, the response time for two web pages containing images was extremely slow.
Based only on the given information, which of the following recommendation would you follow?
Which ONE of the following options MOST ACCURATELY describes the activities of “testing” and “debugging”?
Which ONE of the following options BEST describes Behavior-Driven Development (BDD)?
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?
Which ONE of the following statements would you expect to be the MOST DIRECT advantage of the whole-team approach?