As a test analyst you are involved in the early stages of an acceptance test for a Product Data Management system. You are asked to write test designs and test cases based on use cases. An early version of the system is also already available. It is a known fact that on the implementaton level many things will change (including the user-interface). The tests will be carried by end-users with much domain knowledge who have also been involved in the project defning the user requirements and reviewing documentaton. What is the BEST opton regarding the level of detail and documentaton required for test cases in the project? [K4] 3 credits
A. Detailed concrete test cases since many re-runs of the tests are expected
B. Logical test cases supported by concrete test cases to allow for traceability and enable future changes
C. Concrete test cases only since the end-users have extensive domain knowledge
D. Logical test cases only since the end-user have extensive domain knowledge and many changes are expected thus reducing testware maintenance efort
What is the MOST important reason why test conditons should be understandable by stakeholders? [K2] 1 credit
A. They should be able to review the test conditons and provide feedback to the test analyst
B. They should be able to use them as a basis for designing test cases
C. They should be able to use them to establish traceability to requirements
D. Test documentaton should always be understandable by all stakeholders
Working together with the test manager during test planning, which of the following actvites is NOT expected to be performed by the test analyst? [K2] 1 credit
A. Review the test estmates of the test manager
B. Review the test plan for non-functonal testng
C. Organize adequate test resources
D. Being involved in risk management sessions
A new banking system has 2 customers' types, 2 account types and will operate in two diferent countries?
How many test cases will be needed using the pair wise testng technique and the appropriate 2-wise orthogonal array? [K3] 3 credits
A. 2
B. 4
C. 5
D. 8
You are applying pairwise testng and using orthogonal arrays. The following steps are all part of the process to be followed. i) Determine the number of choices for each variable ii) Map the test problem onto the orthogonal array iii) Construct the test cases iv) Identfy the variables v) Locate an appropriate orthogonal array What is the correct order of the above mentoned process steps? [K3] 2 credits
A. i, ii, iv, v, iii
B. iv, ii, v, iii, i
C. iv, i, iii, v, ii
D. iv, i, v, ii, iii
While identfying scenario's for the use case "copy A4 ?A4" for a new copier, the following scenario's were identfed: Basic scenario: single side to single side Deviatons: single side to double side, copy of a set, copy using the automatc document feeder Failures: no paper in paper tray, paper jam, out of staples How many test cases will be needed to achieve minimum coverage? [K3] 2 credits
A. 1
B. 4
C. 5
D. 7
A temperature unit holds the temperature between 10 degrees Celcius and ?0 degrees Celcius. If the temperature drops below ?0 or rises above 10 then an alarm rings. Boundary Value Analysis tests are drawn up using the approach of two test cases per boundary. The temperatures to be tested are: [K3] 2 credits
A. 11, 10, -11, -10
B. 11, 10, 9, -11, -10, -9
C. 11, 9, -9, -11
D. 10, 9, -9, -10
For a tax system the earnings 4.000 are tax free, the following 1.500 are charged at 10%, the following
28.000 at 20% and the remainder above 40%. All values are rounded to 1. What test case could result from a boundary value analysis? [K3] 2 credits
A. 1500
B. 33501
C. 4499
D. 28001
How many invalid test cases can be identfed from the "Route Calculaton" state table provided? You may assume all actons are diferent and independent. [K3] 3 credits
A. 6
B. 8
C. 102
D. 12
Apart from state transiton testng, which other specifcaton-based technique would you additonally choose to test the interfaces between components of "Route Calculaton" and thus typically fnd diferent types of defects?
Identfy the MOST likely technique from the following list. [K4] 3 credits
A. Equivalence Parttoning
B. Use Case Testng
C. Orthogonal Arrays
D. Decision Testng