ExamGecko
Home / ISTQB / ASTQB / List of questions
Ask Question

ISTQB ASTQB Practice Test - Questions Answers

List of questions

Question 1

Report Export Collapse

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

Suitability and Accuracy
Suitability and Accuracy
Usability and Performance
Usability and Performance
Portability and Usability
Portability and Usability
Performance and Security
Performance and Security
Suggested answer: B
Explanation:

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

asked 18/09/2024
Mpho Ntshontsi
48 questions

Question 2

Report Export Collapse

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

Web-based
Web-based
Hybrid
Hybrid
Native
Native
Device-specific
Device-specific
Suggested answer: C
Explanation:

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.

asked 18/09/2024
Dario Esposito
40 questions

Question 3

Report Export Collapse

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?

Boundary value analysis
Boundary value analysis
Combinatorial
Combinatorial
Decision tables
Decision tables
Equivalence Partitioning
Equivalence Partitioning
Suggested answer: D
Explanation:

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.

asked 18/09/2024
Guillaume Deterville
52 questions

Question 4

Report Export Collapse

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

V-model
V-model
Waterfall
Waterfall
Mobile
Mobile
Iterative
Iterative
Suggested answer: D
Explanation:

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!

asked 18/09/2024
marubini mushayathoni
30 questions

Question 5

Report Export Collapse

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

Requirements specification
Requirements specification
Use cases
Use cases
User stories
User stories
Usability Requirements
Usability Requirements
Suggested answer: B
Explanation:

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.

asked 18/09/2024
Sunil Reddy
40 questions

Question 6

Report Export Collapse

In a project that is feature-rich but time-poor, which is the most reasonable approach to risk analysis?

Conduct a full risk analysis, including weighted likelihood and impact ratings for each item
Conduct a full risk analysis, including weighted likelihood and impact ratings for each item
Use a lightweight approach and assign relative importance of each identified item
Use a lightweight approach and assign relative importance of each identified item
Skip the risk analysis step and proceed to test execution based on experience
Skip the risk analysis step and proceed to test execution based on experience
Concentrate on the functional capabilities and disregard the physical capabilities of the device since those should be tested by the manufacturer
Concentrate on the functional capabilities and disregard the physical capabilities of the device since those should be tested by the manufacturer
Suggested answer: B
Explanation:

B is correct since this is a time challenged project. If there were adequate time, A might be the right answer, depending on the criticality of the product. C is never a good idea since even minimal risk analysis is needed to focus the testing. D is risky because the interaction of the application with the physical capabilities of the device still need to be tested.

asked 18/09/2024
Mark Singer
46 questions

Question 7

Report Export Collapse

If you are testing a mobile banking application, is it important to test the interaction between the software and the device?

No, it is not necessary to extend the functional testing to cover interaction with the device
No, it is not necessary to extend the functional testing to cover interaction with the device
Yes, using the physical device is how the user interact with the application and how the application interacts with the Internet
Yes, using the physical device is how the user interact with the application and how the application interacts with the Internet
No, if the application is developed as a native application, there is no need to test the interaction because the application is portable across many different types of devices
No, if the application is developed as a native application, there is no need to test the interaction because the application is portable across many different types of devices
Yes, each feature of the device should be tested to verify if it interacts with the application
Yes, each feature of the device should be tested to verify if it interacts with the application
Suggested answer: B
Explanation:

Testing the physical device's interaction with the application is important. A is not correct because B is correct. C is not correct and a native application is developed for a specific device and is generally not portable. D is incorrect because devices have many, many features and testing all the features would be out of scope for the application under test.

asked 18/09/2024
Timothy Smith
41 questions

Question 8

Report Export Collapse

You are testing a native application for a smart phone. The application allows the user to make grocery lists on the phone and store up to three lists at a time. A list can contain up to 50 items.

Which of the following is the minimum set of test conditions to achieve 100% coverage with the equivalence partitioning test technique?

List with 47 items
List with 47 items
List with 0 items, List with 1 item, List with 50 items, List with 51 items, 0 lists saved, 1 list saved, 3 lists saved, 4 lists saved
List with 0 items, List with 1 item, List with 50 items, List with 51 items, 0 lists saved, 1 list saved, 3 lists saved, 4 lists saved
List with 0 items, List with 25 items, List with 51 items, 3 lists saved
List with 0 items, List with 25 items, List with 51 items, 3 lists saved
List with 0 items, List with 12 item, List with 58 items, 0 lists saved, 1 list saved, 3 lists saved, 7 lists saved
List with 0 items, List with 12 item, List with 58 items, 0 lists saved, 1 list saved, 3 lists saved, 7 lists saved
Suggested answer: D
Explanation:

D is correct as it tests each condition with invalid too low, valid and invalid too high values. A is incorrect because it doesn't consider the list save capabilities and it doesn't test the invalid values for the list. B is incorrect because it is doing BVA which results in too many tests for minimum coverage with EP. C is incorrect because it does not sufficiently test the save feature.

asked 18/09/2024
corey shields
31 questions

Question 9

Report Export Collapse

You are testing a native application for a smart phone. The application allows the user to make grocery lists on the phone and store up to three lists at a time. A list can contain up to 50 items.

Which of the following is the minimum set of test conditions to achieve 100% coverage with the boundary value analysis test technique?

List with 47 items
List with 47 items
List with 0 items, List with 1 item, List with 50 items, List with 51 items, 0 lists saved, 1 list saved, 3 lists saved, 4 lists saved
List with 0 items, List with 1 item, List with 50 items, List with 51 items, 0 lists saved, 1 list saved, 3 lists saved, 4 lists saved
List with 0 items, List with 25 items, List with 51 items, 3 lists saved
List with 0 items, List with 25 items, List with 51 items, 3 lists saved
List with 0 items, List with 12 item, List with 58 items, 0 lists saved, 1 list saved, 3 lists saved, 7 lists saved
List with 0 items, List with 12 item, List with 58 items, 0 lists saved, 1 list saved, 3 lists saved, 7 lists saved
Suggested answer: B
Explanation:

B is correct because it is doing BVA on both the list quantity and the list saving capability. D is incorrect because it has achieved EP coverage, but didn't get the boundaries. A is incorrect because it doesn't consider the list save capabilities and it doesn't test the invalid values for the list. C is incorrect because it does not sufficiently test the save feature.

asked 18/09/2024
Carsten Recker
32 questions

Question 10

Report Export Collapse

Correctness can be defined as a combination of which two quality characteristics?

Suitability and accuracy
Suitability and accuracy
Usability and performance
Usability and performance
Portability and interoperability
Portability and interoperability
Security and usability
Security and usability
Suggested answer: A
Explanation:

A is correct per the syllabus. The others are quality characteristics, but are not components of correctness.

asked 18/09/2024
tho nguyen
39 questions
Total 76 questions
Go to page: of 8
Search

Related questions