最新的ISQI ISTQB Certified Tester Advanced Level Test Analyst (CTAL-TA v4.0) - CTAL-TA_V4.0免費考試真題
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?

What is the minimum quantity of test cases that will be needed to cover all scenarios?
正確答案: C
說明:(僅 Fast2test 成員可見)
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 adaptability testing for this application?
正確答案: B
說明:(僅 Fast2test 成員可見)
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. Operational profiles have been created to guide performance testing.
Initial item entry will involve a check that each item entered exists on the master stock file and that the user is entitled to request it; this depends on user role and grade. Line manager authorization will be assisted by a recommendation made by the system according to relevant business rules, although the manager can override this recommendation. For approved requests, the workflow will continue to support the process through to placing of the purchase order.
Planning has begun for system testing and the Test Manager has asked you, the senior TA, to help with it.
What would be the MOST effective techniques for functional testing of this project?
a) Combinatorial testing
b) Random testing
c) CRUD testing
d) State transition testing
e) Scenario-based testing
f) Decision table testing
g) Exploratory testing
* 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. Operational profiles have been created to guide performance testing.
Initial item entry will involve a check that each item entered exists on the master stock file and that the user is entitled to request it; this depends on user role and grade. Line manager authorization will be assisted by a recommendation made by the system according to relevant business rules, although the manager can override this recommendation. For approved requests, the workflow will continue to support the process through to placing of the purchase order.
Planning has begun for system testing and the Test Manager has asked you, the senior TA, to help with it.
What would be the MOST effective techniques for functional testing of this project?
a) Combinatorial testing
b) Random testing
c) CRUD testing
d) State transition testing
e) Scenario-based testing
f) Decision table testing
g) Exploratory testing
正確答案: C
說明:(僅 Fast2test 成員可見)
You are testing the functional correctness of an application which generates quotes for motor insurance. The amount of the quote is governed by a combination of the following factors:
* Type of Cover, can be: comprehensive, third party damage only, or third party damage + fire and theft
* Vehicle Engine Size, can be: < 1500cc, < 2000cc, < 2500cc, > =2500cc
* Driving Licence Type, can be: fully qualified, or student driver
* Vehicle Storage Type, can be: locked garage, or unlocked private place, or public place
* Time Since Last Claim, can be: < 1year, < 2yrs, < 3yrs, > =3yrs
In order to achieve full PAIRWISE coverage, how many combinations must be tested?
* Type of Cover, can be: comprehensive, third party damage only, or third party damage + fire and theft
* Vehicle Engine Size, can be: < 1500cc, < 2000cc, < 2500cc, > =2500cc
* Driving Licence Type, can be: fully qualified, or student driver
* Vehicle Storage Type, can be: locked garage, or unlocked private place, or public place
* Time Since Last Claim, can be: < 1year, < 2yrs, < 3yrs, > =3yrs
In order to achieve full PAIRWISE coverage, how many combinations must be tested?
正確答案: A
說明:(僅 Fast2test 成員可見)
You are testing a program which calculates the best airspeed for optimal fuel economy of a new type of aero engine. The result depends on atmospheric pressure at the airplane's current height, the air temperature at the airplane's current height, and on the airplane's current fuel load. The best airspeed:
* decreases by 4 knots (nautical miles per hour) for every 5mb (millibar) decrease in atmospheric pressure,
* increases by 6 knots for every 1°C decrease in air temperature,
* increases by 1 knot for every 1,000kg decrease in fuel load.
You have a test case which predicts that at an atmospheric pressure of 1,000 mb, an air temperature of 10°C and a fuel load of 400,000kg, the optimal airspeed for an Airbus A380 is 600 knots.
Which test case would verify the metamorphic relation described in the three bullet points above?
* decreases by 4 knots (nautical miles per hour) for every 5mb (millibar) decrease in atmospheric pressure,
* increases by 6 knots for every 1°C decrease in air temperature,
* increases by 1 knot for every 1,000kg decrease in fuel load.
You have a test case which predicts that at an atmospheric pressure of 1,000 mb, an air temperature of 10°C and a fuel load of 400,000kg, the optimal airspeed for an Airbus A380 is 600 knots.
Which test case would verify the metamorphic relation described in the three bullet points above?
正確答案: C
說明:(僅 Fast2test 成員可見)