Free ASTQB ASTQB Exam Actual Questions

The questions for ASTQB were last updated On May 2, 2024

Question No. 1

What types of testing are particularly important for mobile applications based on the user's expectations?

Show Answer Hide Answer
Correct Answer: B

While all of these are important, the user has particularly high expectations for the usability and performance of a mobile application.


Question No. 2

If an application resides on the mobile device and was written specifically for that device, what type of application is it?

Show Answer Hide Answer
Correct Answer: C

An application that resides on the mobile device rather than on a web server and is written to work with a specific device is a native application.


Question No. 3

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.


Question No. 4

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. 5

Which of the following requirements documents would be the best source to determine normal usage scenarios?

Show Answer Hide Answer
Correct Answer: B

Use cases should supply the expected usage scenarios. User stories are too brief to give the scenario view. Usability requirements generally focus on the user interface requirements rather than usage scenarios. Requirements specifications are notorious for not having much information regarding actual usage.