Which of the following statements about the typical activities of a formal review process is true?
Consider the following table, which contains information about test cases from the test management system:
Which ONE of the following optionsorganizes the test cases based on the statement coverage strategy, while considering practical constraints?
Which ONE of the following options MOST ACCURATELY describesstatement testing?
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 organization is working on updating test cases for a particular module of their software.
Sam updated a set of test cases yesterday and saved the new version on his PC.
Unfortunately, the hard disk of his PC crashed, and his work was lost.
The IT department of the organization restored the contents of his hard disk with the last available back-up - from the previous morning. However, the changes made by him yesterday were lost forever.
Which of the following tools, had it been used, would have prevented the loss of Sam's updates?
What does the "absence-of-defects fallacy" refer to in software development?
During component testing of a program if 100% decision coverage is achieved, which of the following coverage criteria is also guaranteed to be 100%?
In branch testing, what is the significance of a conditional branch in a software program?
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)
In which of the following test documents would you expect to find test exit criteria described9
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?
Which ONE of the following statements BEST applies checklist-based testing?
An alphanumeric password must be between 4 and 7 characters long and must contain at least one numeric character, one capital (uppercase) letter and one lowercase letter of the alphabet.
Which one of the following sets of test cases represents the correct outcome of a two-value boundary value analysis applied to the password length? (Note: test cases are separated by a semicolon)
Which ONE of the following options explains a benefit of independent testing the BEST?
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?
Which of the following statements correctly describe the business facing quadrant that supports the team?
A Test Manager conducts risk assessment for a project. One of the identified risks is: The sub-contractor may fail to meet his commitment". If this risk materializes. it will lead to delay in completion of testing required for the current cycle.
Which of the following sentences correctly describes the risk?
A software company decides to invest in reviews of various types. The thought process they have is that each artifact needs to be reviewed using only one of the review methods depending on the criticality of the artifact.
Which ONE of the following tools would be MOST SUITABLE for facilitating thecreation of test cases, test data, and test procedures?
Which ONE of the following options BEST describes Behavior-Driven Development (BDD)?
Which of the following statements refers to good testing practice to be applied regardless of the chosen software development model?
Which of the following work products cannot be examined by static analysis?
Scenario 1 “Happy Tomatoes†(used for questions 20-22):
An intelligent application for agricultural use incorporates temperature sensors located at different points of an enclosure. The sensors measure and record the temperature at regular intervals and extract the statistical values for these measurements. These values include the average daily temperature.
A new variety of tomatoes is currently being grown and the“World Organization for Happy Tomatoesâ€has established temperature ranges related to vegetative development.
When the system establishes that the average temperature is within a specific range, it emits a value that will be used to monitor and control the crop.
Using theequivalence partitioningtechnique, identify the set of input values that provides the HIGHEST coverage.
Which of the following is a task the Author is responsible for, as part of a typical formal review?
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?
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?
Which ONE of the following options identifies the perspectives through which acollective authorship processgenerates a shared vision of user stories?
Which ONE of the following options identifies the acceptance criteria that has NOT been fully covered during the above test cycle?
In a two-hour uninterrupted test session, performed as part of an iteration on an Agile project, a heuristic checklist was used to help the tester focus on some specific usability issues of a web application.
The unscripted tests produced by the tester's experience during such session belong to which one of the following testing quadrants?
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?
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?
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?
Which ONE of the following options is a practice that does NOT TYPICALLY correspond to a shift left approach?
Which ONE of the following statements would you expect to be the MOST DIRECT advantage of the whole-team approach?
Which of the following statements about static testing and dynamic testing is true?
The four test levels used in ISTQB syllabus are:
1. Component (unit) testing
2. Integration testing
3. System testing
4. Acceptance testing
An organization wants to do away with integration testing but otherwise follow V-model. Which of the following statements is correct?
Which ONE of the following statements BEST applies tochecklist-based testing?
Pariksha labs is a mature software testing company. They are TMMi level 5 certified. Their testing processes are well defined. Which ONE of the following statements is likely to be CORRECT about them?
Which ONE of the following options CORRECTLY describes one of the seven principles of the testing process?
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?
A number of characteristics are given for impact of SDLC on the testing effort.
i.Finishing of requirements review leading to test analysis
ii.Both - static and dynamic testing performed at unit testing level
iii.Frequent regression testing may need to be performed
iv.Extensive product documentation
v.More use of exploratory testing
Which of the following statements is MOST correct?
Which of the following statements is CORRECT about the value added by a tester to release planning?