ExamGecko

ASTQB: ASTQB Certified Mobile Tester

ASTQB Certified Mobile Tester
Vendor:

ISTQB

ASTQB Certified Mobile Tester Exam Questions: 76
ASTQB Certified Mobile Tester   2.370 Learners
Take Practice Tests
Comming soon
PDF | VPLUS
This study guide should help you understand what to expect on the exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.

Related questions

What is the best way to verify that a simulator is giving reliable results?

A.
Read the requirements
A.
Read the requirements
Answers
B.
Test the simulators
B.
Test the simulators
Answers
C.
Compare the results to the results from a real device
C.
Compare the results to the results from a real device
Answers
D.
Compare the results from the simulator to the results from an emulator
D.
Compare the results from the simulator to the results from an emulator
Answers
Suggested answer: C

Explanation:

C is the best way to verify the reliability of the simulator. A as we all know may not tell us how the simulator really works. B would require knowing how the simulator should behave, which might be information we don't have. D would not make sense as you'd be comparing information from two different developed products.

asked 18/09/2024
Pablo Fernandez Rada
36 questions

If the project is to release a new smart phone, what should the tester focus testing on?

A.
The capabilities of the phone itself
A.
The capabilities of the phone itself
Answers
B.
The personas that will use the phone
B.
The personas that will use the phone
Answers
C.
The personas that will use the phone
C.
The personas that will use the phone
Answers
D.
The relationship with the vendor or the phone
D.
The relationship with the vendor or the phone
Answers
E.
The capabilities of the applications that will be loaded on the phone
E.
The capabilities of the applications that will be loaded on the phone
Answers
Suggested answer: A
asked 18/09/2024
Zdenek Kugler
32 questions

Which of the following is a generic tool that would be useful for a mobile application testing project?

A.
A Simulator
A.
A Simulator
Answers
B.
An emulator
B.
An emulator
Answers
C.
A defect tracking system
C.
A defect tracking system
Answers
D.
A performance testing tool
D.
A performance testing tool
Answers
Suggested answer: C

Explanation:

C is correct. This is a generic testing tool that would still be useful in a mobile application project. A and B are specific tools that would be designed for use for the specific project. D might work but most generic performance testing tools don't work well for mobile applications because of their inability to work with simulators and provide the variability in network connections.

asked 18/09/2024
Tim Baas
42 questions

You have information from production that the previous version of your product has had a high rate of abandonment after the initial download. In fact, it appears people download the application and never use it. Poor performance is thought to be the main problem that is causing people to give up the application.

Which of the following aspects of the application should be specifically targeted for testing to help determine if this is really the problem?

A.
User interface delays
A.
User interface delays
Answers
B.
Irregular performance
B.
Irregular performance
Answers
C.
Resource usage
C.
Resource usage
Answers
D.
Application launch time
D.
Application launch time
Answers
Suggested answer: D

Explanation:

D is correct since it appears that people download it and never use it, perhaps because it takes so long to complete the download and the initial launch. This may not be the real problem, but it is certainly the first area to look at during testing. A and B are incorrect because the users are not actually using the software and wouldn't see these issues. C might be a problem leading to D being a symptom.

asked 18/09/2024
Jeff Silverman
34 questions

What is the primary use of teststorming?

A.
Load and stress testing from multiple locations
A.
Load and stress testing from multiple locations
Answers
B.
Testing the device's ability to deal with weather conditions
B.
Testing the device's ability to deal with weather conditions
Answers
C.
Deriving test cases and test scenarios
C.
Deriving test cases and test scenarios
Answers
D.
creating masses of test data
D.
creating masses of test data
Answers
Suggested answer: C
asked 18/09/2024
Wislon Pereira
36 questions

Which type of application is more portable?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

From the user's perspective, what is the difference between native mobile applications and those that were designed to be viewed through a web browser on a mobile device.

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

What type of testing methodologies should mobile applications testers seek?

A.
Leaner and more efficient
A.
Leaner and more efficient
Answers
B.
Faster and more reliable
B.
Faster and more reliable
Answers
C.
Secure and more usable
C.
Secure and more usable
Answers
D.
Documented and more repeatable
D.
Documented and more repeatable
Answers
Suggested answer: A
asked 18/09/2024
Giulia Maggio
38 questions

When building a flexible testing framework, how does the short product life cycle affect the test approach and tool decisions?

A.
The framework must support long0term maintainability
A.
The framework must support long0term maintainability
Answers
B.
The framework should utilize stable and reliable tools known vendors
B.
The framework should utilize stable and reliable tools known vendors
Answers
C.
The framework must provide a good ROI
C.
The framework must provide a good ROI
Answers
D.
The framework should leverage a formal risk analysis
D.
The framework should leverage a formal risk analysis
Answers
Suggested answer: C

Explanation:

C is correct per the syllabus. A is probably not a goal since products come and go and long-term maintainability of the test framework may be a poor investment. B is not correct because known vendors may not produce tools that support the latest technologies. D is not correct because a lightweight risk analysis is more likely used than a formal risk analysis process.

asked 18/09/2024
Karabo Mabeba
29 questions

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?

A.
List with 47 items
A.
List with 47 items
Answers
B.
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
B.
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
Answers
C.
List with 0 items, List with 25 items, List with 51 items, 3 lists saved
C.
List with 0 items, List with 25 items, List with 51 items, 3 lists saved
Answers
D.
List with 0 items, List with 12 item, List with 58 items, 0 lists saved, 1 list saved, 3 lists saved, 7 lists saved
D.
List with 0 items, List with 12 item, List with 58 items, 0 lists saved, 1 list saved, 3 lists saved, 7 lists saved
Answers
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
27 questions