A requirement specifies that if the total amount of sales (TAS) made during the year by a corporate seller is 300000€ or more, the bonus that must be paid to the seller is 100% of a certain amount agreed upon at the beginning of the year. The software contains a fault as it implements this requirement with the decision "IF (TAS = 300000)" instead of "IF (TAS >= 300000)". The application of the 3-value boundary value analysis to this problem consists of the following three test cases (TAS is an integer variable):
TC1 = 299999 TC2=300000 TC3=300001
Which of the following statements is true?
Which of the following statements about the typical activities of a formal review process is true?
In which of the following test documents would you expect to find test exit criteria described9
As a tester, as part of a V-model project, you are currently executing some tests aimed at verifying if a mobile app asks the user to grant the proper access permissions during the installation process and after the installation process. The requirements specification states that in both cases the app shall ask the user to grant access permissions only to the camera and photos stored on the device. However, you observe that the app also asks the user to grant access permission to all contacts on the device. Consider the following items:
[I]. Test environment
[II]. Expected result
[III]. Actual result
[IV]. Test level
[V]. Root cause
Based on only the given information, which of the items listed above, are you able to correctly specify in a defect report?
The whole-team approach:
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 about static testing and dynamic testing is true?
A company runs a pilot project for evaluation of a test automation tool. Which of the following is NOT a valid object of this pilot project?
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 of the following statements about the test pyramid is true?
A requirement specifies that a certain identifier (ID) must be between 5 and 10 characters long, must contain only alphanumeric characters, and its first character must be a letter. As a tester, you want to apply one-dimensional equivalence partitioning to test this ID. This means that you have to apply equivalence partitioning individually: to the length of the ID, the type of characters contained within the ID, and the type of the first character of the ID.
What is the number of partitions to cover?
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?
A typical generic skill required for the role of tester is the ability to:
Which of the following are the phases of the ISTQB fundamental test process?
Which of the following is NOT a typical debugging activity when a failure is triggered by dynamic testing?
Which sequence of state transitions is INCORRECT in accordance with the following description?
To provide for disaster recovery a system (designated as A) has been provided with a backup system (designated as B). Only one of them can be active at a time. When A goes down, B becomes active. When A comes back up then B becomes inactive and A becomes active again. However, when A is down and B also goes down then a message is sent to the system administrator. After this once A comes back up, A becomes active or if B comes up then B becomes Active.
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?
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)
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?
Exploratory testing is an experience-based test technique:
In branch testing, what is the significance of a conditional branch in a software program?
A test status report should:
The tests at the bottom layer of the test pyramid:
Which of the following issues cannot be identified by static analysis tools?
You are testing a room upgrade system for a hotel. The system accepts three differed types of room (increasing order of luxury): Platinum. Silver and Gold Luxury. ONLY a Preferred Guest Card holder s eligible for an upgrade.
Below you can find the decision table defining the upgrade eligibility:
What is the expected result for each of the following test cases?
Customer A: Preference Guest Card holder, holding a Silver room
Customer B: Non Preferred Guest Card holder, holding a Platinum room
Which of the following statements about checklist-based testing is true?
Which of the following are the phases of the ISTQB fundamental test process?
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:
Which ONE of the following statements is correct?
Which of the following statements best describes how configuration management supports testing?
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•
Which of the following s the most correct statement about state testing techniques?
Which of the following statements about branch coverage is true?
During component testing of a program if 100% decision coverage is achieved, which of the following coverage criteria is also guaranteed to be 100%?
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 is a CORRECT example of the purpose of a test plan?
Consider a given test plan which, among others, contains the following three sections: "Test Scope", "Testing Communication", and "Stakeholders". The features of the test object to be tested and those excluded from the testing represent information that is:
The following 4 equivalence classes are given:
Which of the following alternatives includes correct test values for x. based on equivalence partitioning?
Exploratory testing is an experience-based test technique:
Which of the following statements is CORRECT?
Which of the following is LEAST likely to describe a task performed by someone in a testing role?
Calculate the measurement error SD for the following estimates done using three point estimation technique-
Most optimistic effort (a) -120 person days
Most likely effort (m) -180 person days
Most pessimistic effort (b) - 240 person days
Which of the following statements about TDD, BDD and ATDD is true?
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 of the following statements about exploratory testing is true?