Which of the following would be the LEAST likely to be used as the basis fcr a test exit criteria?
What one of the following would be a typical objective of running a pilot project when introducing a new tool into an organisation?
Which of the following approaches is/are used in Integration tests?
Which of the following apply to System Testing?
a) May satisfy legal requirements.
b) Can use system specifications as a test basis.
c) Often the responsibility of business users.
d) Main goal is to establish confidence.
e) Should focus on the communication between systems.
A software application incorrectly provided customers discounts of 50% off their total purchases rf the purchases exceeded S100. II was discovered through an audit that the discount should have been only 5% off these purchases. A root cause analysis uncovered that the requirements incorrectly stated 50% instead of 5% in this scenario.
Which of the following MOST accurately reflects this scenario?
Which two of the following events would represent triggers for maintenance testing?
a) Upgrading the production system's database for the latest Oracle release
b) Migrating tests from a spreadsheet to the new test management tool
c) An urgent fix to a new application before its initial release to production
d) Simplifying the requirements to make them easier to analyse and review
e) Retirement of a live application that no longer has business benefit
Considering the following pseudo-code, calculate the MINIMUM number of test cases required to achieve 100% statement coverage and 100% decision coverage.
Which of the following metrics is from the test design phase?
Which of the following tools is most likely to detect defects in functions or methods in source code?
Which of the following options describe the causal chain in the correct sequence?
Which of the following is NOT a valid use of decision coverage?
Which option BEST describes how the level of risk is determined?
Which of the following statements is the best explanation why software failures can be caused by environmental conditions?
Which of the following options describe the chain of events in the correct sequence?
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?
Which of the following is a white-box test technique?
Which of the following are correct tasks during "Test analysis and design"?
I. Designing and prioritizing test cases
II Identifying any required infrastructure and tools
III. Reviewing the test basis
IV Creating test data and preparing test harnesses
V. Writing automated test scripts
Why is measurement of code coverage Important?
Which of the following statements is true?
I) Test planning activities include selecting the test object
II) Test strategy implementation is NOT a part of test planning
III) Choosing appropriate test techniques is part of test design
IV) Test schedule and exit criteria modification are part of test planning
Which of the following statements is the BEST example of non-functional testing?
A tester thinks of a likely cause for a specific bug Should the tester make a comment about this in the bug report?
Which of the following statements is true?
Which of the following is NOT a common objective of testing?
What is the order in which the specifications for test cases, test conditions and test procedures are developed as a part of the test development process?
Which of the following statements is true?
The decision table above reflects a golf club's pricing structure for green fees and buggy/cart hire.
What is the expected result (actions) for each of the following two test cases (TC1 and TC2)?
* TC 1 - Paul is not a full member, is a Loyalty Card holder and requests to play 18 holes with a buggy/cart
* TC 2 - Cheryl is not at full member, doesn't have a Loyalty Card and requests to play 9 holes with a buggy/cart
Which of the following is an approach that can be used for exploratory testing?
Which of the following describes a task performed as part of the Test Implementation and Execution' activity?
The following checklist has been produced to help reviewers detect defects with user stones:
User Story Checklist:
1. The user story must have a unique identifier
2 The user story must contain the user/customer
3 The user story must contain the need
4. The user story must contain the reason.
5. The user story must contain testable acceptance Criteria-Using the checklist above what is wrong with the following user story?
User Story US2018
As a bank account customer, I would like to transfer money from one account to another using the mobile banking application by using the drag
and drop feature.
This is acceptable when
• I can drag and drop from one account to another and select any of the pre-defined amounts
• I can drag and drop from one account to another and type in any positive amount
• Once I confirm the details the amount is debited from the first account and credited to the second account
Which defect below is MOST likely to be found by a review during static testing?
Which of the following Is the BEST reason for selecting a particular type of software development lifecycle model?
Which of the following does NOT represent one of the three triggers for maintenance testing an operational system?
A software system checks age in order to determine which welcome screen to display Age groups are
Group I: 0-12
Group II: 13-18
Group III: over 18
Which of the below represent boundary values?
Which of the following is a key difference between black box and white box test design techniques?
When should component integration tests be carried out?
What is a defect density?
Which of the following statements is NOT correct?
Where and by whom is Beta testing normally performed?
A money order system is designed to calculate the charge for a transfer
- Amounts from 1 to 1999 are charged EUR 10.
- Amounts from 2000 to 5000 are charged EUR 15
- Amounts below EUR 1 or above EUR 5000 are not accepted. Assume that only integer values can occur. Which of these sets of amounts covers all equivalence classes?
Which of the following is NOT a deciding factor in determining the extent of testing required?
Which of the following defect types are LEAST likely to be discovered when using static analysis tools?
The following test cases for a Library Management System are available to test changes made to the functions and data structures associated with borrowers
1. Add a new borrower to the system
2. Update a borrower's data
3. Remove a borrower from the system
4. Loan a book to a borrower
5. Return a book from a borrower
6. Reserve a book for a borrower
7. Send "reservation ready" message to a borrower
Which of the following test sequences represents a possible use case? (a test sequence always start with test #1)
A software company adopts the V-model as their development life cycle. Which of the following contains roles of a tester in this company?
Which of the following is NOT a factor on which test estimation is dependent upon?
Which of the following is NOT an objective of testing?
Which of the following is NOT an example of a common test metric?
Which statement about use case testing is true?
In foundation level syllabus you will find the main basic principles of testing, Which of the following sentences describes one of these basic principles?
Which of the following is an appropriate reason for maintenance testing?
Given the following requirement:
Which of the following statements is NOT correct?
Which of the following statements is true?
Which of the following is correct?
The following program part is given:
IF (condition A)
then DO B
END IF
How many test cases are necessary in order to achieve 100% statement coverage?
Once a bug is fixed, it should be retested. What is the term used to define this type of testing?
The following diagram lists various types of operating systems, databases and application servers supported by the application under test. For complete coverage of all combinations, how many combinations of the above are to be tested?
Which of the following tool types is the most useful one for a test manager?
A software company decided to buy a commercial application for its accounting operations. As part of the evaluation process, the company decided to assemble a team to test a number of candidate applications.
Which team would be the most suitable for this goal?
Which of the following is NOT an example of a typical risk-based testing activity?
Which of the following is an example of black-box dynamic testing?
What is the difference between system integration testing and acceptance testing?
Out of the following, what is not needed to specify in defect report?
Testing should provide sufficient information to stakeholders to make informed decisions about the release of the software or system being tested. At which of the following fundamental test process activity the sufficiency of the testing and the resulting information are assessed?
Which of the following test techniques is structure-based?
When testing a mission critical system a high coverage should be achieved. Which of the following techniques should be implemented as a structural based coverage technique in order to achieve highest coverage?
Which of the following is a correct set of boundary values to test the "Group Size" parameter, as defined by the following statement;
"In a reservation system for groups visiting a small museum, the graphical user interface presents a field asking the number of group members. Group size can be anywhere from 2 to 20 visitors"
What does the term Pesticide paradox' refer to?
Which of the following statements is correct?
Which of the following is a task of the Test Analysis and Design activity of the test process?
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?
Which of the following statements about decision tables are TRUE?
I. Generally, decision tables are generated for low risk test items
II. Test cases derived from decision tables can be used for component tests.
III. Several test cases can be selected for each column of the decision table.
IV. The conditions in the decision table represent negative tests generally.
A Software was re-deployed because the backend database was changed from one vendor to another The Test Manager decided to perform some functional tests on the redeployed system. This is an example of test of which test type?
The following incident report that was generated during test of a web application
What would you suggest as the most important report improvement?
Defect detected date: 15.8.2010
Defect detected by. Joe Smith
Test level System test
Test case Area 5/TC 98
Build version: 2011-16.2
Defect description After having filled out all required fields in screen 1,1 click ENTER to continue to screen 2. Nothing happens, no system response at all.
Which of the following test types is a part of the V-Model?
The following sentences refer to the Standard for Software Test Documentation' specification (IEEE 829). Which sentence is correct?
Which of the following, select the best description of the fundamental test process:
The flow graph below shows the logic of a program for which 100% statement coverage and 100% decision coverage is required on exit from component testing. [K4]
The following test cases have been run:
Test Case 1 covering path P,Q,R,U
Test Case 2 covering path P,Q,S,V
Test Case 3 covering path P,Q,S,W,X
Test case 4 covering path P,Q,S,W,Y
Refer to the exhibit
Component testing may include:
What type of test design technique is the most effective in testing screen-dialog flows?
What is the value of static code analysis?
What factors should be considered to determine whether enough testing has been performed?
(i)The exit criteria.
(ii)The budget.
(iii)How big the test team is.
(iv)The product's risk profile.
(v)How good the testing tools are.
(vi)Sufficient details of the system status to allow decisions
Which of the following metrics could be used to monitor progress along with test preparation and execution? [K1]
Which of the following best describes the Black-box technique?
When should testers be involved in reviewing a UAT specification? [K1]
Which of the following risks represents the highest level of risk to the project?
What are metrics NOT used for?
Which type of review has the following main purposes:
discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to specifications, plans, regulations, and standards?
Dynamic Analysis Tools are used to:
Which of the following BEST defines static techniques? [K1]
In a system designed to work out the employee tax to be paid:
_ An employee has $4,000 of salary tax free.
_ The next $1,500 is taxed at 10%.
_ The next $28,000 after that is taxed at 22%.
_ Any further amount is taxed at 40%.
Which of these is a valid Boundary Value Analysis test case?
Which of the following characteristics is most likely to promote effective software testing? [K1]
Why is independent testing important? [K1]
What is a test condition?
Which of the following is a white box testing design characteristic?
Which of the following statements best characterises maintenance testing? [K2]
When an organization considers the use of testing tools, they should:
Which of the following would NOT be a typical target of testing support tools?
What content would be in an incident report if that incident report was based on the IEEE 829 Standard for SoftwareTest Documentation?
(i)Identification of configuration items of the software or system.
(ii)Software or system lifecycle process in which the incident was observed.
(iii)Description of the anomaly to enable reproduction of the incident.
(iv)Number of occurrences of the incident.
(v)Classification of the cause of the incident for metrics and for reporting purposes.
Number of correct answers: 1
Which of the following would be appropriate test objectives for user acceptance testing of the first release of a new software product aimed at a general market and built using Agile methods? [K2]
a. To identify as many defects as possible
b. To maximise code coverage
c. To ensure the product works as expected
d. To assess the overall quality of the product
e. To determine the reliability of the product
Consider the following pseudo code:
1. Begin
2. Input X, Y
3. If X > Y
4. __Print (X, ‘is greater than’, Y)
5. Else
6. __Print (Y, is greater than or equal to’, X)
7. EndIf
8. End
What is the minimum number of test cases required to guarantee both 100% statement coverage and 100% decision coverage?
Before an invoice can be created, an account is required. Before an account can be set up, an account user is required (in order to set up the account). The software is delivered with a master user only, who can only create other types of users. The following test cases have been written to test the high-level structure of the software
a. Create an invoice
b. Amend an invoice
c. Process an invoice (send to customer)
d. Delete an invoice
e. Create an account
f. Create an account user
g. Amend an account user
h. Delete an account user
i. Amend an account
j. Delete an account
Which of the following test procedures would enable all tests to be run? [K3]
System testing is:
An iPhone application identifies and counts all purchases of a particular product from a shopping website. The application incorrectly counts purchase attempts by including both failed attempts, and also those where the purchase was terminated by the user before completion. Testing has identified that the problem was located in the ‘purchase identification’ module, where the first stage in the purchasing process was counted, rather than a successful confirmed purchase.
Which of the following statements correctly identifies what has happened? [K2]
What is decision table testing?
“Experience based" test design techniques, typically...
Which of the main activities of the fundamental test process does the task ‘verify the test environment set up is correct’ relate to? [K1]
Which of the following BEST describes the relationship between test planning and test execution? [K2]
Functional and structural tests are alternative test types that may be used separately or together at which test level? [K1]
Testers are often seen as the bearer of unwanted news regarding defects. What are effective ways to improve the communication and relationship between testers and others?
a)Communicate factual information in a constructive way.
b)Try to understand how the other person feels and why they react the way they do.
c)Always outsource testing activities.
d)Never record information that could be used to apportion blame to an individual or team.
What is static analysis?