ISQI ISTQB Certified Tester Advanced Level Test Analyst (CTAL-TA v4.0) (CTAL-TA_V4.0) Free Practice Test
Question 1
A pricing system for determining the postage cost of a company's letters examines two input variables, representing the length L of the envelope in centimeters and the weight W of the letter in grams. Envelopes can only have three lengths: 15 cm Small, 20 cm Standard, and 25 cm Large.
For standard length envelopes, 20 cm, a premium postage rate is applied if the weight is equal to or greater than 50 grams. This is represented as:
IF L = 20 AND W > = 50 THEN RETURN Cost "Premium rate"
Which set of test points, each represented as variables L, W , achieves 100% simplified domain coverage for the Standard letter postage cost domain?
For standard length envelopes, 20 cm, a premium postage rate is applied if the weight is equal to or greater than 50 grams. This is represented as:
IF L = 20 AND W > = 50 THEN RETURN Cost "Premium rate"
Which set of test points, each represented as variables L, W , achieves 100% simplified domain coverage for the Standard letter postage cost domain?
Correct Answer: C
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 2
Your project is developing an application to process claims against insurance policies. Which of the following is a good example of CRUD completeness testing?
Correct Answer: B
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 3
You have been appointed to be a TA in the development of a road traffic control application, which will be installed at busy road junctions to control the operation of traffic signal lights according to sensors that detect traffic volume on the various approaches to the junction. The project is still in the early stages of test planning, but it is already clear that despite a tight schedule its safety-critical nature demands careful and thorough testing.
You have been asked to decide whether automated test design would deliver benefits. Which characteristic of automated test design is MOST important for the development of this system?
You have been asked to decide whether automated test design would deliver benefits. Which characteristic of automated test design is MOST important for the development of this system?
Correct Answer: B
Question 4
You are working on a project to replace an old sales and merchandising system with a new system that will be based on modern platforms. The old system is still in production but is poorly documented and expensive to maintain. The new version will be developed using modern technology. The main requirements for the system are that it shall:
* Load sales data, sent electronically from the stores each evening, into a central database.
* Produce actual sales reports for the merchandisers, whose job is to manage stock levels in stores.
* Produce sales forecast reports based on a combination of sales history and forecasting parameters. The parameters will be entered by the merchandisers into a browser-based front end and the reports will be produced overnight. The users will be able to see the reports next day, on screen or in print, by requesting this through the browser.
Requirements 1 and 2 are satisfied by the existing system and will be rewritten with no significant changes.
Requirement 3 is new and has been clearly specified.
The entry of forecasting parameters and of requests to see the reports will be low volume, but the Merchandising Manager is concerned about usability because the forecasting parameters are complex.
Which test charter would be BEST for the initial exploratory testing of requirement 3?
* Load sales data, sent electronically from the stores each evening, into a central database.
* Produce actual sales reports for the merchandisers, whose job is to manage stock levels in stores.
* Produce sales forecast reports based on a combination of sales history and forecasting parameters. The parameters will be entered by the merchandisers into a browser-based front end and the reports will be produced overnight. The users will be able to see the reports next day, on screen or in print, by requesting this through the browser.
Requirements 1 and 2 are satisfied by the existing system and will be rewritten with no significant changes.
Requirement 3 is new and has been clearly specified.
The entry of forecasting parameters and of requests to see the reports will be low volume, but the Merchandising Manager is concerned about usability because the forecasting parameters are complex.
Which test charter would be BEST for the initial exploratory testing of requirement 3?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).
Question 5
A system will be developed to support the administration of table-tennis tournaments. The following requirements for the enrolment of entrants have been provided:
R1. High. The administrator shall be able to enter the entrant's name, address, phone number/s (mobile and/or home), email and social media handles. Validation rules for these data items are provided separately.
R2. High. The administrator shall be able to enter the entrant's current world ranking (up to 250) and their relationship with the tournament sponsors (i.e. clothing / equipment / endorsement).
R3. High. The administrator shall be able to enter the entrant's attendance history at previous events (i.e.
finalist / played / withdrew during event / withdrew before event).
R4. Medium. From the entrant's address the system shall derive whether or not the entrant lives locally and, on the basis of that combined with other rules that are provided separately, shall suggest how much of the tournament's overall prize fund should be offered to the entrant as their individual attendance fee.
R5. Low. The administrator should be able to change the suggested attendance fee and the system should then deduct this from the remaining prize fund balance accordingly.
You have been asked to review the requirements using perspective-based reading, from your viewpoint as the TA who will be writing functional correctness system test cases. Assume that the other rules referred to by requirements R1 and R4 have been reviewed and are satisfactorily testable. Which conclusion would you reach?
R1. High. The administrator shall be able to enter the entrant's name, address, phone number/s (mobile and/or home), email and social media handles. Validation rules for these data items are provided separately.
R2. High. The administrator shall be able to enter the entrant's current world ranking (up to 250) and their relationship with the tournament sponsors (i.e. clothing / equipment / endorsement).
R3. High. The administrator shall be able to enter the entrant's attendance history at previous events (i.e.
finalist / played / withdrew during event / withdrew before event).
R4. Medium. From the entrant's address the system shall derive whether or not the entrant lives locally and, on the basis of that combined with other rules that are provided separately, shall suggest how much of the tournament's overall prize fund should be offered to the entrant as their individual attendance fee.
R5. Low. The administrator should be able to change the suggested attendance fee and the system should then deduct this from the remaining prize fund balance accordingly.
You have been asked to review the requirements using perspective-based reading, from your viewpoint as the TA who will be writing functional correctness system test cases. Assume that the other rules referred to by requirements R1 and R4 have been reviewed and are satisfactorily testable. Which conclusion would you reach?
Correct Answer: A
Explanation: Only visible for TestSimulate members. You can sign-up / login (it's free).