EMT Practice Test

1. Question Content...


Question List

Question1: Which of the following could be a reason for a failure?
1) Testing fault
2 ) Software fault
3 ) Design fault
4 ) Environment Fault
5 ) Documentation Fault

Question2: Which of the following factors will MOST affect the testing effort required to test a software product? [K1]

Question3: Which of the following correctly states a limitation in the use of static analysis tools? [K1]

Question4:
In the above State Table, which of the following represents an invalid transition?

Question5: A deviation from the specified or expected behavior that is visible to end-users is called:

Question6: 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

Question7: "How much testing is enough?"

Question8: Which of the following comparisons of component testing and system testing are TRUE?

Question9: Which of the following are 'Exit Criteria?'

Question10: In addition to risk, identify TWO other components of a testing strategy. 1 credit

Question11: The cost of fixing a fault:

Question12: Which of the following metrics could be used to monitor progress along with test preparation and execution? [K1]

Question13: The purpose of requirement phase is:

Question14: Which of the following are aids to good communication, and which hinder it?
i. Try to understand how the other person feels.
ii. Communicate personal feelings, concentrating upon individuals.
iii. Confirm the other person has understood what you have said and vice versa.
iv. Emphasize the common goal of better quality.
v. Each discussion is a battle to be won.

Question15: Which of the following are most likely to be used when developing a test strategy or test approach?
(i) Failure-based approach
(ii)Test specification approach
(iii) Model-based approach
(iv)Finance-based approach

Question16: Which of the following would NOT be a typical target of testing support tools?

Question17: Which statement below BEST describes non-functional testing?

Question18: Which of the following BEST describes the relationship between test planning and test execution? [K2]

Question19: Which of the following is most likely to cause failure in the implementation of a test tool?

Question20: In a review meeting a moderator is a person who:

Question21: Which of the following is a consideration when deploying test execution tools? [K1]

Question22: Failure is _________

Question23: 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

Question24: Which of the following are examples of iterative development models?
(i) V-model
(ii) Rapid Application Development model
(iii) Waterfall model
(iv) Agile development model

Question25: Which of the following is a non-functional requirement?

Question26: What are the key features to be concentrated upon when doing a testing forworld wide web sites ..?

Question27: As part of the test strategy, entry and exit criteria will be defined for each test level. Which is NOT a valid reason for using entry and exit criteria? 1 credit

Question28: Tools like change Man, Clear case are used as..?

Question29: A system is being enhanced to simplify screen navigation for users.
Which of the following does NOT reflect structural testing?

Question30: A booking system for a city bus service prices its fares according to the time of travel:
* Peak-time tariff starts at 0600 and finishes at 1000 am
* Off-peak tariff applies during all other times of service
* The bus service does not operate between 2300 and the start of the next day's peak service
Note that all times mentioned are inclusive.
When applying the equivalence partitioning test design technique, which of the following options, shows test case inputs that each fall into a different equivalence partition?

Question31: You have been given responsibility for the non-functional testing of a safety-critical monitoring & diagnostics package in the medical area. Which of the following would you least expect to see addressed in the test plan? 1 credit

Question32: Which of the following statements about risks is most accurate?

Question33: One Key reason why developers have difficulty testing their own work is:

Question34: Pick the best definition of quality:

Question35: When a defect is detected and fixed then the software should be retested to confirm that the original defect has been successfully removed. This is called:

Question36: What do you mean by "Having to say NO"..?

Question37: Which of the following would be a good test technique to use when under severe time pressure?

Question38: When can functional and structural testing BOTH be applied?

Question39: Which of the following phases in the fundamental test process is considered to deliver a document which can be used as a major input for test process improvement? 1 credit

Question40: Refer to the exhibit
The following test cases need to be run, but time is limited, and it is possible that not all will be completed before the end of the test window

The first activity is to run any re-tests, followed by the regression test script. Users have supplied their priority order to tests.
Which of the following gives an appropriate test execution schedule, taking account of the prioritisation and other constraints? [K3]

Question41: Fault Masking is:

Question42: The difference between re-testing and regression testing is:

Question43: A deviation from the specified or expected behavior that is visible to end-users is called:

Question44: What is the main reason why reviews are especially beneficial in the above-mentioned scenario? 2 credits

Question45: According to the ISTQB Glossary, regression testing is required for what purpose?

Question46: What do static analysis tools analyze?

Question47: Component testing may include:

Question48: Which of the following is most likely to be a benefit of using static techniques?

Question49: Equivalence Partitioning is best defined as:

Question50: Non-functional system testing includes:

Question51: Which of the following defects is most likely to be found by a test harness?

Question52: Risks should be constantly reviewed. Given the current situation, which one of the following factors is most likely to lead to a revised view of product risk? 3 credits

Question53: Which of the following is a defect that is more likely to be found by a static analysis tool than by other testing techniques?

Question54: During which stage of the fundamental test process is the testability of requirements evaluated?

Question55: How does software testing contribute to the quality of delivered software? [K2]

Question56: "Experience based" test design techniques, typically...

Question57: Functional and structural tests are alternative test types that may be used separately or together at which test level? [K1]

Question58: You are considering involving users during test execution. In general, what is the main reason for involving users during test execution? 1 credit

Question59: Which of the following test organizations has the highest level of independence?

Question60: What if the project isn't big enough to justify extensive testing..?

Question61: Which of the following statements about use-case testing are most accurate?
(i)In a use-case diagram an actor represents a type of user.
(ii)Use-cases are the most common test basis for unit testing.
(iii)A use-case describes interactions between actors.
(iv)An actor is always a human user that interacts with the system.
(v)Test cases can be based on use-case scenarios.
(vi)Use-case testing will often identify gaps not found by testing individual components.

Question62: Which activities form part of test planning?
i) Developing test cases.
ii) Defining the overall approach to testing.
iii) Assigning resources.
iv) Building the test environment.
v) Writing test conditions.

Question63: It is recommended to perform exhaustive tests for covering all combinations of inputs and preconditions.

Question64: Which of the following, if observed in reviews and tests, would lead to problems (or conflict) within teams?

Question65: Which of the following is the task of a Tester?
i. Interaction with the Test Tool Vendor to identify best ways to leverage test tool on the project.
ii. Prepare and acquire Test Data
iii. Implement Tests on all test levels, execute and log the tests.
iv. Create the Test Specifications

Question66: Which statement is most true?

Question67: Which of the following are most characteristic of structure-based testing?
(i) Information about how the software is constructed is used to derive test cases.
(ii) Statement coverage and/or decision coverage can be measured for existing test cases.
(iii) The knowledge and experience of people are used to derive test cases.
(iv) Test cases are derived from a model or specification of the system.

Question68: Which aspect in the test estimate is the main risk in this project? 1 credit

Question69: Given is the following defect removal chart reported at the end of system testing - showing total defects detected and closed defects (fixed and successfully retested). A number of open defects are classified as critical. All tests have been executed.

Based on the chart above, what is the most appropriate next test phase? 1 credit

Question70: Evaluate the status of the project against the defined exit criteria. Which of the following options shows the correct status? 2 credits

Question71: Which of the following statements about software development models is most accurate?
[K1]

Question72: Which of the following would be the TWO most appropriate examples of entry criteria documented in the system integration test plan? 2 credits

Question73: Continuing with the Scenario described in the previous question, which of the following topics would you need to address in detail in the master test plan? 3 credits

Question74: Consider the following statements about early test design:
i. Early test design can prevent fault multiplication
ii. Faults found during early test design are more expensive to fix
iii. Early test design can find faults
iv. Early test design can cause changes to the requirements
v. Early test design takes more effort

Question75: Which of the following statements are TRUE?
A: Regression testing and acceptance testing are the same.
B: Regression tests show if all defects have been resolved.
C: Regression tests are typically well-suited for test automation.
D: Regression tests are performed to find out if code changes have introduced or uncovered defects.
E: Regression tests should be performed in integration testing.

Question76: Refer to the exhibit

Given the following State Transition diagram, match the test cases below with the relevant set of state transitions.
(i)X-Z-V-W
(ii)W-Y-U-U

Question77: Which of the following statements is most true about test conditions?

Question78:
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

Question79: For which of the following activities in the fundamental test process would an incident management tool be most useful?

Question80: Which of these are objectives for software testing?

Question81: The following Test Cases have been created for a simple web-based airline booking system.
Test Case 1: Search for an item Available Flights
Test Case 2: View selected item in My Flights
Test Case 3: Login to the system: Login is accepted
Test Case 4: Select an available flight: item added to My Flights
Test Case 5: Print confirmation receipt, then exit
Test Case 6: In My Flights, confirm details and book flight
Which of the following is the correct logical order for the test cases?

Question82: A system is designed to accept values of examination marks as follows:
Fail: 0-39 inclusive
Pass: 40-59 inclusive
Merit: 60-79 inclusive
Distinction: 80-100 inclusive
In which of the following sets of values are all values in different equivalence partitions?

Question83: During test process improvement it is recommended to use standards where possible.
Standards originate from various sources and they cover different subjects in relation to testing Pick TWO sources of software standards, useful to software testing from the ones mentioned below. 1 credit

Question84: Which of the following is a benefit of independent testing? 1 credit

Question85: A system calculates the amount of customs duty to be paid:
_ No duty is paid on goods value up to, and including, $2,000.
_ The next $8,000 is taxed at 10%.
_ The next $20,000 after that is taxed at 12%.
_ Any further amount after that is taxed at 17%.
To the nearest $, which of these groups of numbers fall into three DIFFERENT equivalence classes?

Question86: The effect of testing is to:

Question87: Which of the following is a valid objective of testing? [K1]

Question88: Which TWO of the following test tools would be classified as test execution tools? [K2] a. Test data preparation tools
b. Test harness
c. Review tools
d. Test comparators
e. Configuration management tools

Question89: Testing should be stopped when:

Question90: Relying only on the information provided in the scenario, select the TWO items and/or features for which sufficient information is available to proceed with test design. 2 credits

Question91: Test objectives for systems testing of a safety critical system include completion of all outstanding defect correction. Regression testing is required following defect correction at all test levels. Which TWO of the following metrics would be MOST suitable for determining whether the test objective has been met? [K2]
a. Regression tests run and passed in systems testing
b. Incidents closed in systems testing
c. Planned tests run and passed in system testing
d. Planned tests run and passed at all levels of testing
e. Incidents raised and closed at all levels of testing

Question92: Code Coverage is used as a measure of what?

Question93: 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?

Question94: The business has asked for a weekly progress report. Which of the following would be appropriate as a measure of test coverage? 2 credits

Question95: Statement Coverage will not check for the following:

Question96: Which of the following is a valid drawback of independent testing? 1 credit

Question97: Your task is to compile a test execution schedule for the current release of software.
The system specification states the following logical dependencies:
* An admin user must create/amend/delete a standard user.
* A standard user is necessary to perform all other actions.
The test plan requires that re-tests must be performed first, followed by the highest priority tests. To save time, the test plan states that tests should be scheduled to create test data for the subsequent tests in the schedule.
The following test cases have been designed, with an indication of priority (1 being the highest priority) and whether the test has previously failed.

Which test execution schedule meets the test plan requirements and logical dependencies?

Question98: Which of the following statements BEST describes one of the seven key principles of software testing?

Question99: Which of the following accurately defines the integration testing test level? [K2]

Question100: Which of the following activities is appropriate to the test planning stage?

Question101: The following statements relate to activities that are part of the fundamental test process.
i. Evaluating the testability of requirements.
ii. Repeating testing activities after changes.
iii. Designing the test environment set-up.
iv. Developing and prioritizing test cases.
v. Verifying the environment is set up correctly.
Which statement below is TRUE?

Question102: Which of the following type of defect would NOT be typically found by using a static analysis tool?

Question103: Which from the following list are typically found to enable the review process to be successful? [K2]
a. Each review has clear defined objectives
b. The lower the number of defects, the better the review process
c. The right people for the review objective are involved
d. There is an emphasis on learning and process improvement
e. Management are not involved in the process at all
f. Checklists should not be used, as these slow down the process
g. Defects found are welcomed and expressed objectively

Question104: 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

Question105: System testing is:

Question106: Based on the information given in the scenario, identify how the team could be improved most effectively? 2 credits

Question107: Boundary value testing:

Question108: Comparing TMMi and TPI, which is not a valid reason for choosing either TPI or TMMi? 2 credits

Question109: A bank is developing a new service that will be delivered via the web. The user interactions are defined as a set of use cases and the service is designed to be available continuously
24/7. In view of the challenging characteristics of the service the test manager has decided that the code should be thoroughly tested at component level.
Which of the following test types will be required during the development? [K2]

Question110: Which of the following is NOT a valid use of decision coverage?

Question111: What is the benefit of independent testing?

Question112: Security falls under..?

Question113: One of the roles in a review is that of moderator, which of the following best describes this role?

Question114: When assembling a test team to work on an enhancement to an existing system, which of the following has the highest level of test independence?

Question115: Which of the following is not decided in the test-planning phase..?

Question116: The development manager is managing the review of the responses received from bidders, and has asked the in-house test manager to provide a review checklist for the test management aspects of the responses. Which of the following checkpoints would be appropriate? 2 credits

Question117: In the MASPAR case study..?

Question118: Which of the following would you least expect to form part of the analysis of initial tool costs? 1 credit

Question119: In addition to introducing the new team member, you have decided to raise motivation.
Which of the measures listed below would be the best measure to take in order to increase the motivation of the team? 2 credits

Question120: For which of the following would maintenance testing be used?

Question121: Which of the following statements BEST describes one of the seven key principles of software testing?

Question122: Test Implementation and execution has which of the following major tasks?
i. Developing and prioritizing test cases, creating test data, writing test procedures and optionally preparing the test harnesses and writing automated test scripts.
ii. Creating the test suite from the test cases for efficient test execution.
iii. Verifying that the test environment has been set up correctly.
iv. Determining the exit criteria.

Question123: 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]

Question124: Which of the following is a structure-based (white-box) technique?

Question125: Which of the following could be a disadvantage of independent testing?

Question126: A test management tool is most likely to integrate with which of the following tools?

Question127: Which of the following types of test tool are most likely to include traceability functions?
(i) Performance testing tool
(ii) Requirements management tool
(iii) Configuration management tool
(iv) Static analysis tool

Question128: Which of the following is true of iterative development?

Question129: Reporting Discrepancies as incidents is a part of which phase:

Question130: A test case starts at S1 and triggers 4 events in sequence: E1, E4, E5, E7. What will be the finishing state and the output(s) from the test case? [K3]
Refer to the exhibit

Question131: Your company is developing a system with complex business rules and many branches in the structure of its code components. You need to choose one black box technique and one white box technique for test case design.
Which one of the following offers the BEST choice?

Question132: Which of the following terms is used to describe the management of software components comprising an integrated system?

Question133: What is the purpose of exit criteria?

Question134: Given the following figures for the testing on a project, and assuming the failure rate for initial tests remains constant and that all retests pass, what number of tests remain to be run? 3 credits

Question135: A garden irrigation system allows the user to specify 2 inputs:
1. Frequency - The number of times the system should be automatically switched on per day; minimum once per day, maximum 5 times
2. Duration - The duration of operation, in whole minutes, each time it is switched on; ranging from 1 to 60
Applying 2-value boundary value analysis which of the following options has the correct test set of valid and invalid boundary values?

Question136: Which of the following test cases will ensure that the statement 'Print 'Hold'' is exercised?
[K3]
Refer to the exhibit

Question137: What other details should be included in the following incident report when it is first submitted?
Date of Issue: 23/11/05
Severity: P1
Build: Version15.6
Details: Expected field to be limited to 15 chars, able to enter 27

Question138: From the following list, which of the following apply to experience-based techniques? [K2] a. Test cases are derived from a model of the problem to be solved or the software b. Test cases are derived from the knowledge of the testers
c. The knowledge of testers, developers and users is used to drive testing d. The internal structure of the code is used to derive test cases

Question139: 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?

Question140: Important consequences of the impossibility of complete testing are ..?

Question141: A live defect has been found where a code component fails to release memory after it has finished using it.
Which of the following tools would have been the MOST effective at detecting this defect prior to live implementation?

Question142: Which statement correctly describes the public and profession aspects of the code of ethics?

Question143: A system requirement states that up to 100 users should be able to carry out a transaction, with responses returned within 5 seconds.
What type of non-functional testing would you carry out to verify these requirements?

Question144: Which of the following processes ensures that all items of testware are identified, version controlled, tracked for changes, so that traceability can be maintained throughout the test process?

Question145: Which of the following options explain why it is often beneficial to have an independent test function in an organisation?

Question146: The purpose of exit criteria is:

Question147: Faults found by users are due to..?

Question148: Which of the following is not a type of incremental testing approach?

Question149: Considerable attention will be given in this project to defining exit criteria and on reporting back on their status. Which combination of TWO exit criteria from the list would be best to use? 1 credit
I. Total number of defects found
II. Percentage of test cases executed
III. Total test effort planned versus total actual test effort spent
IV. Defect trend (number of defects found per test run over time

Question150: Which one of the following estimation approaches is appropriate at this stage of the project? 2 credits

Question151: Designing the test environment set-up and identifying any required infrastructure and tools are a part of which phase:

Question152: Which of the following statements BEST describes the difference between testing and debugging?

Question153: When is testing complete?

Question154: 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

Question155: What can a risk-based approach to testing provide?

Question156: The four test levels defined for a common V-model testing approach are:

Question157: Who is responsible for conducting test readiness review..?

Question158: In general which part of the testing activity is most difficult to estimate? 1 credit

Question159: Incorrect form of Logic coverage is:

Question160: Which one of the following roles is typically used in a review?

Question161: Which test management control option is most appropriate to adopt under these circumstances? 2 credits

Question162: Which of the following would you expect to see in the master test plan? 1 credit

Question163: Which of the following is MOST important in the selection of a test approach?

Question164: Typically, exit criteria may consist of:

Question165: Which is not the fundamental test process?

Question166: Which of the following is not a part of the Test Implementation and Execution Phase?

Question167: Reviewing the test Basis is a part of which phase

Question168: Which of the following statements are correct for walkthroughs?
(i) Often led by the author.
(ii) Documented and defined results.
(iii) All participants have defined roles.
(iv) Used to aid learning.
(v) Main purpose is to find defects.

Question169: A number of options have been suggested for the level of independence to be employed for the testing on the next project, and are shown below.
i. External test specialists perform non-functional testing.
ii. Testing is outsourced.
iii. Testing is carried out by the developer.
iv. A separate test team carries out the testing.
v. Testing is performed by the business.
vi. Testing is performed by a different developer.
Which of the following orders the above in a correct order of independence? 1 credit

Question170: Which of the following BEST defines static techniques? [K1]

Question171: What is the purpose of a test completion criterion?

Question172: What if the project isn't big enough to justify extensive testing..?

Question173: Which statement correctly describes debugging? [K2]

Question174: Which of the following is most likely to be performed by developers?

Question175: A test log is one of the documents that need to be produced in this domain in order to provide evidence of testing.
However, the level of detail of test logs can vary. Which of the following is NOT an influencing factor for the level of detail of the test logs being produced? 1 credit

Question176: Which of the test cases below will exercise both outcomes from decision 2? [K3] Refer to the exhibit

Question177: Which of the following is least likely to be used as a technique to identify project and product risks? 1 credit

Question178: Which of the main activities of the fundamental test process does the task 'verify the test environment set up is correct' relate to? [K1]

Question179: Which of the following does NOT represent one of the three triggers for maintenance testing an operational system?

Question180: What test roles (or parts in the testing process) is a developer most likely to perform?
(i) Executing component integration tests.
(ii) Static analysis.
(iii) Setting up the test environment.
(iv) Deciding how much testing should be automated.

Question181: Which of the following describes structure-based (white-box) test case design techniques?

Question182: Consider the following pseudo code:
1 Begin
2 Read Time
3 If Time < 12 Then
4 Print(Time, "am")
5 Endif
6 If Time > 12 Then
7 Print(Time 12, "pm")
8 Endif
9 If Time = 12 Then
1 0 Print (Time, "noon")
1 1 Endif
1 2 End
How many test cases are needed to achieve 100 per cent decision coverage?

Question183: Hand over of Testware is a part of which Phase:

Question184: Tests are prioritized so that:

Question185: What is the main purpose of use case testing?

Question186: An input field takes the year of birth between 1900 and 2004. The boundary values for testing this field are:

Question187: Which of the following are the most important factors to be taken into account when selecting test techniques?
(i) Tools available.
(ii) Regulatory standards.
(iii) Experience of the development team.
(iv) Knowledge of the test team.
The need to maintain levels of capability in each technique.

Question188: Which of the following is not true of regression testing?

Question189: Which of the following is a white-box test technique?

Question190: Which list of levels of tester independence is in the correct order, starting with the most independent first?

Question191: What is the Risk Priority Number for risk item number 2? 2 credits

Question192: A new testing tool has been selected for an organisation and a pilot project has successfully completed. The next step is to deploy the tool within the organization.
What is a key success factor in tool deployment?

Question193: Which is not a major task of test implementation and execution?

Question194: What is important to do when working with software development models?

Question195: Consider the typical objectives of testing. Which of the following metrics can be used to measure the effectiveness of the testing process in achieving one of those objectives? 1 credit

Question196: To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data:

Question197: Which of the following characteristics is most likely to promote effective software testing?
[K1]

Question198: Which of the following would achieve the HIGHEST level of testing independence for a project's test level?

Question199: Complete statement and branch coverage means..?

Question200: Which is not a major task of test implementation and execution?

Question201: A washing machine has three temperature bands for different kinds of fabrics: fragile fabrics are washed at temperatures between 15 and 30 degrees Celsius; normal fabrics are washed at temperatures between 31 and 60 degrees Celsius; heavily soiled and tough fabrics are washed at temperatures between 61 and 100 degrees Celsius.
Which of the following contains only values that are in different equivalence partitions?

Question202: Which of the following pairs of test tools are likely to be most useful during the test analysis and design stage of the fundamental test process?
(i) Test execution tool
(ii) Test data preparation tool
(iii) Test management tool
(iv) Requirements management tool

Question203: A new system is about to be developed. Which of the following functions has the highest level of risk?

Question204: During which test activity could faults be found most cost effectively?

Question205:
The decision table above shows a company's fuel expenses structure.
Which of the following Test Cases based on the decision table are Valid?
Test Case 1:
An employee who is not a car or motorcycle driver attempts to claim fuel expenses.
Expected result: Expense claim not allowed.
Test Case 2:
An employee who drives a 1700cc diesel car attempts to claim fuel expenses. Expected result: Expense claim accepted at band C.
Test Case 3:
An employee who rides a motorcycle attempts to claim fuel expenses. Expected result:
Expense claim accepted at band A.

Question206: Maintenance testing is:

Question207: Which of the following is not a major task of Exit criteria?

Question208: Which of the following statements best characterises maintenance testing? [K2]

Question209: Which of the following options BEST explain the pesticide paradox principle of testing?

Question210: 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]

Question211: Important consequences of the impossibility of complete testing are ..?

Question212: During the software development process, at what point can the test process start?

Question213: Which of the following statements are true?
(i) For every development activity there is a corresponding testing activity.
(ii) Each test level has the same test objectives.
(iii) The analysis and design of tests for a given test level should begin after the corresponding development activity.
(iv)Testers should be involved in reviewing documents as soon as drafts are available in the development life cycle.

Question214: You are about to release a test progress report to a senior manager, who is not a test specialist. Which of the following topics should NOT be included in the test progress report? 1 credit

Question215: Which of the following best describes the Black-box technique?

Question216: When should testers be involved in reviewing a UAT specification? [K1]

Question217: Which of the following is NOT a typical key challenge for testing in a RAD based development approach? 1 credit

Question218: Which of the following is an example of testing as part of the requirements specification phase? 1 credit

Question219: Which of the following is a white box testing design characteristic?

Question220: A tool that supports traceability, recording of incidents or scheduling of tests is called..?

Question221: Which is not in sequence in 11 Step Software Testing process..?

Question222: Which of the following is true about the V-model?

Question223: Which of the following is the main purpose of the component build and integration strategy?

Question224: The Cambrian Pullman Express has special ticketing requirements represented by the partial decision table below.
Refer to the exhibit

Carol has a student railcard and is travelling on a Flexible Standard Class ticket. James has a senior railcard and is travelling on a super saver ticket. Which of the options represents the correct actions for these two test cases? [K3]

Question225: You have been asked to write a testing strategy for the company. Which statement best explains how risk can be addressed within the testing strategy? 1 credit

Question226: Which of the following is a role of a formal review? [K1]

Question227: Which of the following would typically be identified using static analysis by tools? [K1]

Question228: As a result of the RAD based development approach, the test manager has decided to change the risk mitigation approach. Which test technique might be most appropriate to use? 2 credits

Question229: Test script TransVal 3.1 tests transaction validation via screen TRN 003B. According to the specification (PID ver 1.3 10b iv) the validation screen should not accept future dated transactions. Test script TransVal 3.1 passes. Test script eod 1.4 tests end of day processing and is run after the execution of TransVal 3.1 using data entered during that test
Which of the following is the BEST detail on an incident report? [K3]