Free ASTQB ASTQB Exam Actual Questions

The questions for ASTQB were last updated On Jan 15, 2025

Question No. 1

If you are testing a mobile application that is not safety-critical, which life cycle model is most likely to be used?

Show Answer Hide Answer
Correct Answer: D

Agile, a form of iterative lifecycle models, is often used for developing mobile applications as are other iterative lifecycles. Waterfall and V-model would be used for safety-critical where more documentation and control is required. The ''mobile model'' doesn't yet exist but may in the future!


Question No. 2

For a navigation application on a smart phone, which is the most importance device capability?

Show Answer Hide Answer
Correct Answer: C

Question No. 3

Which of the following is true about a browser-based application?

Show Answer Hide Answer
Correct Answer: C

C is correct. Since the application is running through the browser, if devices supports that browser it should work on the device. This makes the application very portable. A and B are characteristics of native applications. D is incorrect because native applications are generally faster.


Question No. 4

If a tool is able to simulate the way in which a specific device would respond to an application, it is considered to be what type of simulator?

Show Answer Hide Answer
Correct Answer: B

B is correct. The other three are referring to application types rather than devices.


Question No. 5

You are testing an application for a smart phone. You have determined that you only need to test one device from the target family of devices because the behavior of all devices in that family will be the same for this application.

This is an example of what test design technique?

Show Answer Hide Answer
Correct Answer: D

This is an example of EP where all the members of the class are expected to behave in the same manner, therefore only one member of the class needs to be tested. Combinatorial technique is not the correct answer because that would be looking to reduce the set of test devices based on creating combinations to test.