Online Access Free CTAL-TA_V4.0 Practice Test
| Exam Code: | CTAL-TA_V4.0 |
| Exam Name: | ISTQB Certified Tester Advanced Level Test Analyst (CTAL-TA v4.0) |
| Certification Provider: | ISQI |
| Free Question Number: | 47 |
| Posted: | Jun 02, 2026 |
The following activity diagram, drawn in Business Process Modeling Notation (BPMN), shows the process of raising a Purchase Request (PR), getting it authorized and raising a Purchase Order from it.
What is the minimum quantity of test cases that will be needed to cover all scenarios?
You are working on a project to build a purchasing system. The main requirements for the system are that it shall:
* Allow users to enter details of items that they wish to have purchased and, from these details, create a purchase request.
* Take each purchase request through a workflow that will allow the requestor's line manager to approve the request, reject it or return it for clarification / modification.
* Forward approved requests to the Purchasing Department.
* Allow purchasers to find the best available supplier for each approved request and place the request on that supplier as a purchase order.
The solution is being developed according to the company's traditional V-model methodology. The requirements are clearly documented and include a business process model.
System testing has finished and the test manager has asked you, the senior TA, to identify any parts of the product that should be focused on during acceptance testing. The results of this may be used to adjust the acceptance test plan.
You are using defect cluster analysis, only counting defects with severity levels 1 to 3, ignoring low severity levels 4 and 5. Function point analysis was used for estimating, so you have used function points as the unit of size for the various functional areas of the product. No numeric estimates of expected defect quantities were made for them individually but, as a result of product risk analysis, these functional areas have been ranked according to the amount of product risk that was predicted in them, with risk ranking 1 being the highest and
5 the lowest; the thoroughness of the testing performed so far has been proportional to that. The results are presented in the table below.
Functional area
Total function points
Product risk ranking
Defects found
Purchase Request entry
2000
2
30
Purchase Request workflow
1500
4
15
Purchase Request authorisation
1000
5
25
Supplier identification
2000
1
30
Purchase Order creation
1000
3
30
Which functional areas would you recommend for more test focus in acceptance testing?
a) Purchase Request entry
b) Purchase Request workflow
c) Purchase Request authorization
d) Supplier Identification
e) Purchase Order creation
Your company, which specializes in medical software, has designed an application for use on smartphones and tablets that calculates a person's BMI, Body Mass Index.
How can a Test Analyst BEST contribute to interoperability testing for this application?
You are developing test cases for an application which performs complex calculations and have decided to model these calculations on a spreadsheet, to determine expected results from inputs.
Which solution to the test oracle problem BEST describes the approach you are using?
The following use case diagram shows the process of raising a Purchase Request (PR) and getting it authorized. Details are entered in batches; any that fail validation will be rejected and must be re-entered. The details will indicate whether the request is a normal one or an emergency one. Normal requests must be authorized by the department manager, who may refuse to do so. Emergency requests will be automatically authorized and reported to the manager.
The test strategy states that:
* all combinations of extensions and exceptions, as well as the main scenario, shall be tested
* loops shall get simple loop coverage where the maximum number of iterations for validation exceptions is 3 and the typical number is 2.
What is the minimum quantity of test cases that will be needed to obtain this coverage?